@ottoai/documents 1.3.11 → 1.4.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,19 +1,20 @@
1
1
  {
2
2
  "name": "@ottoai/documents",
3
- "version": "1.3.11",
3
+ "version": "1.4.1",
4
4
  "description": "Generic library for creating documents (xml, pdf) with the given input data",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "private": false,
8
8
  "scripts": {
9
- "build": "tsc && npm run copy-form-w9-files && npm run copy-form-1099-files",
9
+ "build": "tsc && npm run copy-form-w9-files && npm run copy-form-1099-files && npm run copy-form-w8ben-files",
10
10
  "build:test": "tsc --noEmit",
11
11
  "test": "jest --config jest.config.js",
12
12
  "lint": "eslint --ext .js,.ts \"src/**\"",
13
13
  "ci": "npm run test -- --coverage && npm run lint && npm run build:test",
14
14
  "release": "npx standard-version",
15
15
  "copy-form-w9-files": "cp src/create/pdf/united-states/form-w9/*.pdf dist/create/pdf/united-states/form-w9/",
16
- "copy-form-1099-files": "cp src/create/pdf/united-states/form-1099/*.pdf dist/create/pdf/united-states/form-1099/"
16
+ "copy-form-1099-files": "cp src/create/pdf/united-states/form-1099/*.pdf dist/create/pdf/united-states/form-1099/",
17
+ "copy-form-w8ben-files": "cp src/create/pdf/united-states/form-w8ben/*.pdf dist/create/pdf/united-states/form-w8ben/"
17
18
  },
18
19
  "author": "Anurag Patek <anurag@joinotto.com>",
19
20
  "license": "SEE LICENSE IN LICENSE.txt",