diff --git a/CHANGELOG.md b/CHANGELOG.md index e069755..40f47b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ -# Changelog (5/10/2023) +# Changelog (5/12/2023) Changelog was generated by [Generi](https://github.com/betterwrite/generi). Any questions, consult the documentation. +### v1.0.0-beta.2 + +* **🚧 chore:** monorepo - [[a22ef2b](https://github.com/betterwrite/pdfeasy/commit/a22ef2b)] + ### v1.0.0-beta.1 * **🚧 chore(runner):** set background ignore - [[b1e25c0](https://github.com/betterwrite/pdfeasy/commit/b1e25c0)] diff --git a/lerna.json b/lerna.json index 43f2a30..2695c59 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ -{ - "npmClient": "pnpm", - "useWorkspaces": true, - "version": "1.0.0-beta.1" -} \ No newline at end of file +{ + "npmClient": "pnpm", + "useWorkspaces": true, + "version": "2.0.0-beta.0" +} diff --git a/packages/core/package.json b/packages/core/package.json index b746112..4239d31 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,81 +1,81 @@ -{ - "name": "pdfeasy", - "version": "1.0.0-beta.1", - "description": "Client/Server Side PDF-Creator based in PDFKit", - "author": "Novout ", - "license": "MIT", - "repository": "https://github.com/betterwrite/pdfeasy", - "bugs": { - "url": "https://github.com/betterwrite/pdfeasy/issues" - }, - "keywords": [ - "pdfkit", - "pdf", - "typescript", - "javascript", - "printing", - "layout" - ], - "browser": { - "path": "path-browserify", - "crypto": "crypto-browserify", - "stream": "stream-browserify" - }, - "exports": { - ".": { - "default": "./dist/client.cjs.js", - "import": "./dist/client.esm.js", - "require": "./dist/client.cjs.js", - "node": "./dist/node.esm.js", - "types": "./dist/index.d.ts" - } - }, - "main": "./dist/client.cjs.js", - "module": "./dist/client.esm.js", - "node": "./dist/node.esm.js", - "types": "./dist/index.d.ts", - "scripts": { - "format": "prettier src/**/*.ts scripts/**/*.js --write", - "build": "rimraf dist && cross-env NODE_ENV=development node scripts/build.js", - "build:prod": "rimraf dist && cross-env NODE_ENV=production node scripts/build.js", - "test": "pnpm build:prod && vitest run --coverage", - "node:script": "node -r esm ./scripts/generate/run-node.js", - "demo": "vite --port 3000" - }, - "files": [ - "dist/**/*", - "LICENSE", - "README.md" - ], - "engines": { - "node": ">=14.0" - }, - "dependencies": { - "blob-stream": "0.1.3", - "file-saver": "2.0.5", - "fontkit-next": "1.8.3", - "mitt": "3.0.0", - "ohmyfetch": "0.4.21", - "pdfkit": "0.13.0" - }, - "devDependencies": { - "@types/blob-stream": "0.1.30", - "@types/file-saver": "2.0.5", - "@types/node": "20.1.2", - "@types/pdfkit": "0.12.9", - "@vitest/coverage-c8": "0.31.0", - "cross-env": "7.0.3", - "esbuild": "0.17.18", - "esbuild-plugin-alias": "0.2.1", - "esbuild-plugin-fileloc": "0.0.6", - "esbuild-plugin-replace": "1.3.0", - "esbuild-plugin-resolve": "1.0.3", - "esm": "3.2.25", - "node-stdlib-browser": "1.2.0", - "prettier": "2.8.8", - "rimraf": "5.0.0", - "typescript": "5.0.4", - "vite": "4.3.5", - "vitest": "0.31.0" - } -} \ No newline at end of file +{ + "name": "pdfeasy", + "version": "2.0.0-beta.0", + "description": "Client/Server Side PDF-Creator based in PDFKit", + "author": "Novout ", + "license": "MIT", + "repository": "https://github.com/betterwrite/pdfeasy", + "bugs": { + "url": "https://github.com/betterwrite/pdfeasy/issues" + }, + "keywords": [ + "pdfkit", + "pdf", + "typescript", + "javascript", + "printing", + "layout" + ], + "browser": { + "path": "path-browserify", + "crypto": "crypto-browserify", + "stream": "stream-browserify" + }, + "exports": { + ".": { + "default": "./dist/client.cjs.js", + "import": "./dist/client.esm.js", + "require": "./dist/client.cjs.js", + "node": "./dist/node.esm.js", + "types": "./dist/index.d.ts" + } + }, + "main": "./dist/client.cjs.js", + "module": "./dist/client.esm.js", + "node": "./dist/node.esm.js", + "types": "./dist/index.d.ts", + "scripts": { + "format": "prettier src/**/*.ts scripts/**/*.js --write", + "build": "rimraf dist && cross-env NODE_ENV=development node scripts/build.js", + "build:prod": "rimraf dist && cross-env NODE_ENV=production node scripts/build.js", + "test": "pnpm build:prod && vitest run --coverage", + "node:script": "node -r esm ./scripts/generate/run-node.js", + "demo": "vite --port 3000" + }, + "files": [ + "dist/**/*", + "LICENSE", + "README.md" + ], + "engines": { + "node": ">=14.0" + }, + "dependencies": { + "blob-stream": "0.1.3", + "file-saver": "2.0.5", + "fontkit-next": "1.8.3", + "mitt": "3.0.0", + "ohmyfetch": "0.4.21", + "pdfkit": "0.13.0" + }, + "devDependencies": { + "@types/blob-stream": "0.1.30", + "@types/file-saver": "2.0.5", + "@types/node": "20.1.2", + "@types/pdfkit": "0.12.9", + "@vitest/coverage-c8": "0.31.0", + "cross-env": "7.0.3", + "esbuild": "0.17.18", + "esbuild-plugin-alias": "0.2.1", + "esbuild-plugin-fileloc": "0.0.6", + "esbuild-plugin-replace": "1.3.0", + "esbuild-plugin-resolve": "1.0.3", + "esm": "3.2.25", + "node-stdlib-browser": "1.2.0", + "prettier": "2.8.8", + "rimraf": "5.0.0", + "typescript": "5.0.4", + "vite": "4.3.5", + "vitest": "0.31.0" + } +} diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index f4fa331..818f713 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,61 +1,61 @@ -{ - "name": "nuxt-pdfeasy", - "sideEffects": false, - "author": { - "email": "novout@hotmail.com", - "name": "Novout", - "url": "https://github.com/Novout" - }, - "version": "1.0.0", - "repository": "https://github.com/betterwrite/nuxt-pdfeasy", - "description": "A PDF document generator to your Nuxt application.", - "engines": { - "node": ">=14.16" - }, - "bugs": { - "url": "https://github.com/betterwrite/nuxt-pdfeasy/issues" - }, - "keywords": [ - "pdfkit", - "pdf", - "typescript", - "javascript", - "printing", - "nuxt3" - ], - "license": "MIT", - "type": "module", - "exports": { - ".": { - "import": "./dist/module.mjs", - "require": "./dist/module.cjs" - } - }, - "main": "./dist/module.cjs", - "types": "./dist/types.d.ts", - "files": [ - "dist", - "package.json" - ], - "scripts": { - "build:prod": "pnpm run set", - "build": "pnpm run set", - "prepack": "pnpm run set", - "set": "nuxi prepare && nuxt-module-build && nuxi prepare playground", - "dev": "nuxi dev playground", - "dev:build": "nuxi build playground", - "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground" - }, - "dependencies": { - "@nuxt/kit": "^3.4.3", - "pdfeasy": "workspace:*" - }, - "devDependencies": { - "@types/node": "^18.11.9", - "@nuxt/module-builder": "^0.2.1", - "@nuxt/schema": "^3.4.3", - "@nuxtjs/eslint-config-typescript": "^12.0.0", - "eslint": "^8.27.0", - "nuxt": "^3.4.3" - } -} +{ + "name": "nuxt-pdfeasy", + "sideEffects": false, + "author": { + "email": "novout@hotmail.com", + "name": "Novout", + "url": "https://github.com/Novout" + }, + "version": "2.0.0-beta.0", + "repository": "https://github.com/betterwrite/nuxt-pdfeasy", + "description": "A PDF document generator to your Nuxt application.", + "engines": { + "node": ">=14.16" + }, + "bugs": { + "url": "https://github.com/betterwrite/nuxt-pdfeasy/issues" + }, + "keywords": [ + "pdfkit", + "pdf", + "typescript", + "javascript", + "printing", + "nuxt3" + ], + "license": "MIT", + "type": "module", + "exports": { + ".": { + "import": "./dist/module.mjs", + "require": "./dist/module.cjs" + } + }, + "main": "./dist/module.cjs", + "types": "./dist/types.d.ts", + "files": [ + "dist", + "package.json" + ], + "scripts": { + "build:prod": "pnpm run set", + "build": "pnpm run set", + "prepack": "pnpm run set", + "set": "nuxi prepare && nuxt-module-build && nuxi prepare playground", + "dev": "nuxi dev playground", + "dev:build": "nuxi build playground", + "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground" + }, + "dependencies": { + "@nuxt/kit": "^3.4.3", + "pdfeasy": "workspace:*" + }, + "devDependencies": { + "@nuxt/module-builder": "^0.2.1", + "@nuxt/schema": "^3.4.3", + "@nuxtjs/eslint-config-typescript": "^12.0.0", + "@types/node": "^18.11.9", + "eslint": "^8.27.0", + "nuxt": "^3.4.3" + } +} diff --git a/packages/vue/package.json b/packages/vue/package.json index 0f14ad4..82d5777 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,61 +1,61 @@ -{ - "name": "vue-pdfeasy", - "author": "Novout", - "license": "MIT", - "version": "2.2.0", - "description": "A pdfeasy plugin for Vue 3", - "type": "module", - "sideEffects": false, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./dist/index.js", - "require": "./dist/index.cjs" - } - }, - "main": "./dist/index.cjs", - "module": "./dist/index.js", - "types": "./dist/index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/betterwrite/pdfeasy" - }, - "scripts": { - "build": "tsup", - "build:prod": "tsup" - }, - "keywords": [ - "vue", - "pdfmake" - ], - "dependencies": { - "pdfeasy": "workspace:*", - "vue-demi": "latest" - }, - "peerDependencies": { - "@vue/composition-api": "^1.0.0-rc.1", - "vue": "^2.0.0 || >=3.0.0" - }, - "peerDependenciesMeta": { - "@vue/composition-api": { - "optional": true - } - }, - "devDependencies": { - "@types/jsdom": "^16.2.15", - "@types/node": "^14.18.36", - "@vitejs/plugin-vue": "^2.3.4", - "generi": "1.2.0", - "typescript": "^4.9.5", - "tsup": "6.7.0", - "vite": "4.1.1", - "vue": "^3.2.47" - }, - "files": [ - "dist", - "package.json" - ], - "engines": { - "node": ">= 14" - } -} \ No newline at end of file +{ + "name": "vue-pdfeasy", + "author": "Novout", + "license": "MIT", + "version": "2.0.0-beta.0", + "description": "A pdfeasy plugin for Vue 3", + "type": "module", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "require": "./dist/index.cjs" + } + }, + "main": "./dist/index.cjs", + "module": "./dist/index.js", + "types": "./dist/index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/betterwrite/pdfeasy" + }, + "scripts": { + "build": "tsup", + "build:prod": "tsup" + }, + "keywords": [ + "vue", + "pdfmake" + ], + "dependencies": { + "pdfeasy": "workspace:*", + "vue-demi": "latest" + }, + "peerDependencies": { + "@vue/composition-api": "^1.0.0-rc.1", + "vue": "^2.0.0 || >=3.0.0" + }, + "peerDependenciesMeta": { + "@vue/composition-api": { + "optional": true + } + }, + "devDependencies": { + "@types/jsdom": "^16.2.15", + "@types/node": "^14.18.36", + "@vitejs/plugin-vue": "^2.3.4", + "generi": "1.2.0", + "tsup": "6.7.0", + "typescript": "^4.9.5", + "vite": "4.1.1", + "vue": "^3.2.47" + }, + "files": [ + "dist", + "package.json" + ], + "engines": { + "node": ">= 14" + } +}