av6-pdf-engine 2.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "av6-pdf-engine",
3
- "version": "2.0.0",
3
+ "version": "3.0.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/index.mjs",
7
+ "files": [
8
+ "dist",
9
+ "README.md"
10
+ ],
7
11
  "description": "PDF engine for AV6 to create dynamic pdf from configure json",
8
12
  "author": "Arka Provo Sen",
9
13
  "license": "ISC",
@@ -11,6 +15,7 @@
11
15
  "clean": "rm -rf dist",
12
16
  "build": "npm run clean && npm run format && tsup",
13
17
  "prebuild": "tsc",
18
+ "test": "ts-node tests/index.ts",
14
19
  "format": "prettier --write **/*.ts"
15
20
  },
16
21
  "dependencies": {
package/.prettierignore DELETED
@@ -1,4 +0,0 @@
1
- node_module
2
- build
3
- dist
4
- .vscode
package/.prettierrc DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "semi": true,
3
- "singleQuote": false,
4
- "trailingComma": "es5",
5
- "printWidth": 120
6
- }
Binary file
Binary file