Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Jun 8, 2023
1 parent 2e46213 commit 7f86fd0
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 151 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog (5/18/2023)
# Changelog (6/8/2023)

Changelog was generated by [Generi](https://github.com/betterwrite/generi). Any questions, consult the documentation.

### v1.1.1

* **🚧 chore:** update deps - [[2e46213](https://github.com/betterwrite/pdfeasy/commit/2e46213)]
* **🔧 fix(nuxt):** hook syntax for provider register - [[92991a1](https://github.com/betterwrite/pdfeasy/commit/92991a1)]
* **🚧 chore:** readme - [[3a405e7](https://github.com/betterwrite/pdfeasy/commit/3a405e7)]
* **🚧 chore:** configs - [[b633d1b](https://github.com/betterwrite/pdfeasy/commit/b633d1b)]

### v1.1.0

* **📐 build:** target cases - [[b7ab516](https://github.com/betterwrite/pdfeasy/commit/b7ab516)]
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "pnpm",
"useWorkspaces": true,
"version": "1.1.0"
"version": "1.1.1"
}
122 changes: 61 additions & 61 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
{
"name": "nuxt-pdfeasy",
"sideEffects": false,
"author": {
"email": "[email protected]",
"name": "Novout",
"url": "https://github.com/Novout"
},
"version": "1.1.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.5.3",
"pdfeasy": "1.1.0"
},
"devDependencies": {
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.5.3",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/node": "^18.11.9",
"eslint": "^8.42.0",
"nuxt": "^3.5.3"
}
}
{
"name": "nuxt-pdfeasy",
"sideEffects": false,
"author": {
"email": "[email protected]",
"name": "Novout",
"url": "https://github.com/Novout"
},
"version": "1.1.1",
"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.5.3",
"pdfeasy": "^1.1.1"
},
"devDependencies": {
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.5.3",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/node": "^18.11.9",
"eslint": "^8.42.0",
"nuxt": "^3.5.3"
}
}
168 changes: 84 additions & 84 deletions packages/pdfeasy/package.json
Original file line number Diff line number Diff line change
@@ -1,84 +1,84 @@
{
"name": "pdfeasy",
"version": "1.1.0",
"description": "Client/Server Side PDF-Creator based in PDFKit",
"author": "Novout <[email protected]>",
"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 && pnpm run normalizeDts",
"build:prod": "rimraf dist && cross-env NODE_ENV=production node scripts/build.js && pnpm run normalizeDts",
"normalizeDts": "tsup ./src/index.ts --dts && rimraf dist/index.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",
"pdfkit-table": "^0.1.99"
},
"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",
"tsup": "6.7.0",
"typescript": "5.0.4",
"vite": "4.3.5",
"vitest": "0.31.0"
}
}
{
"name": "pdfeasy",
"version": "1.1.1",
"description": "Client/Server Side PDF-Creator based in PDFKit",
"author": "Novout <[email protected]>",
"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 && pnpm run normalizeDts",
"build:prod": "rimraf dist && cross-env NODE_ENV=production node scripts/build.js && pnpm run normalizeDts",
"normalizeDts": "tsup ./src/index.ts --dts && rimraf dist/index.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",
"pdfkit-table": "^0.1.99"
},
"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",
"tsup": "6.7.0",
"typescript": "5.0.4",
"vite": "4.3.5",
"vitest": "0.31.0"
}
}
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-pdfeasy",
"author": "Novout",
"license": "MIT",
"version": "1.1.0",
"version": "1.1.1",
"description": "A pdfeasy plugin for Vue 3",
"type": "module",
"sideEffects": false,
Expand All @@ -29,7 +29,7 @@
"pdfmake"
],
"dependencies": {
"pdfeasy": "1.1.0",
"pdfeasy": "^1.1.1",
"vue-demi": "latest"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f86fd0

Please sign in to comment.