@contrail/document-generation 2.0.43 → 2.0.44
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/lib/test-data.js +1 -1
- package/package.json +50 -50
package/lib/test-data.js
CHANGED
|
@@ -10,7 +10,7 @@ exports.TEST_ITEM_MODEL = {
|
|
|
10
10
|
name: 'Shirt 1',
|
|
11
11
|
optionName: 'Red',
|
|
12
12
|
gender: 'mens',
|
|
13
|
-
mediumViewableDownloadUrl: 'https://api.vibeiq.com/dev/api/files/downloadUrl/-VMrLJrt3clDKPi0%2Fcontent:m3Bd4u-QLci1XiOl%2F2b72d48a-6b19-4ba8-9d54-813745fb8dd4.png',
|
|
13
|
+
mediumViewableDownloadUrl: 'https://api.dev.vibeiq.com/dev/api/files/downloadUrl/-VMrLJrt3clDKPi0%2Fcontent:m3Bd4u-QLci1XiOl%2F2b72d48a-6b19-4ba8-9d54-813745fb8dd4.png',
|
|
14
14
|
},
|
|
15
15
|
projectItem: {
|
|
16
16
|
id: 'projectItem-1001',
|
package/package.json
CHANGED
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@contrail/document-generation",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "Utilities for automatic generation of documents.",
|
|
5
|
-
"main": "lib/index.js",
|
|
6
|
-
"types": "lib/index.d.ts",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"build": "tsc",
|
|
9
|
-
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
|
|
10
|
-
"lint": "tslint -p tsconfig.json",
|
|
11
|
-
"test": "jest"
|
|
12
|
-
},
|
|
13
|
-
"keywords": [],
|
|
14
|
-
"author": "",
|
|
15
|
-
"license": "ISC",
|
|
16
|
-
"devDependencies": {
|
|
17
|
-
"@contrail/aggregates": "^1.0.14",
|
|
18
|
-
"@contrail/sdk": "^1.4.3",
|
|
19
|
-
"@types/jest": "^29.5.2",
|
|
20
|
-
"@types/node": "^18.16.0",
|
|
21
|
-
"jest": "^29.5.0",
|
|
22
|
-
"nanoid": "^3.3.6",
|
|
23
|
-
"npm": "^9.6.5",
|
|
24
|
-
"prettier": "^1.19.1",
|
|
25
|
-
"ts-jest": "^29.1.1",
|
|
26
|
-
"tslint": "^5.11.0",
|
|
27
|
-
"tslint-config-prettier": "^1.18.0",
|
|
28
|
-
"typescript": "^4.0.0"
|
|
29
|
-
},
|
|
30
|
-
"jest": {
|
|
31
|
-
"moduleFileExtensions": [
|
|
32
|
-
"js",
|
|
33
|
-
"json",
|
|
34
|
-
"ts"
|
|
35
|
-
],
|
|
36
|
-
"rootDir": "src",
|
|
37
|
-
"testRegex": ".spec.ts$",
|
|
38
|
-
"transform": {
|
|
39
|
-
"^.+\\.(t|j)s$": "ts-jest"
|
|
40
|
-
},
|
|
41
|
-
"coverageDirectory": "../coverage",
|
|
42
|
-
"testEnvironment": "node"
|
|
43
|
-
},
|
|
44
|
-
"dependencies": {
|
|
45
|
-
"@contrail/data-grouping": "^1.0.24",
|
|
46
|
-
"@contrail/documents": "^1.0.
|
|
47
|
-
"@contrail/types": "^3.0.27",
|
|
48
|
-
"@contrail/util": "^1.0.27"
|
|
49
|
-
}
|
|
50
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@contrail/document-generation",
|
|
3
|
+
"version": "2.0.44",
|
|
4
|
+
"description": "Utilities for automatic generation of documents.",
|
|
5
|
+
"main": "lib/index.js",
|
|
6
|
+
"types": "lib/index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"build": "tsc",
|
|
9
|
+
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
|
|
10
|
+
"lint": "tslint -p tsconfig.json",
|
|
11
|
+
"test": "jest"
|
|
12
|
+
},
|
|
13
|
+
"keywords": [],
|
|
14
|
+
"author": "",
|
|
15
|
+
"license": "ISC",
|
|
16
|
+
"devDependencies": {
|
|
17
|
+
"@contrail/aggregates": "^1.0.14",
|
|
18
|
+
"@contrail/sdk": "^1.4.3",
|
|
19
|
+
"@types/jest": "^29.5.2",
|
|
20
|
+
"@types/node": "^18.16.0",
|
|
21
|
+
"jest": "^29.5.0",
|
|
22
|
+
"nanoid": "^3.3.6",
|
|
23
|
+
"npm": "^9.6.5",
|
|
24
|
+
"prettier": "^1.19.1",
|
|
25
|
+
"ts-jest": "^29.1.1",
|
|
26
|
+
"tslint": "^5.11.0",
|
|
27
|
+
"tslint-config-prettier": "^1.18.0",
|
|
28
|
+
"typescript": "^4.0.0"
|
|
29
|
+
},
|
|
30
|
+
"jest": {
|
|
31
|
+
"moduleFileExtensions": [
|
|
32
|
+
"js",
|
|
33
|
+
"json",
|
|
34
|
+
"ts"
|
|
35
|
+
],
|
|
36
|
+
"rootDir": "src",
|
|
37
|
+
"testRegex": ".spec.ts$",
|
|
38
|
+
"transform": {
|
|
39
|
+
"^.+\\.(t|j)s$": "ts-jest"
|
|
40
|
+
},
|
|
41
|
+
"coverageDirectory": "../coverage",
|
|
42
|
+
"testEnvironment": "node"
|
|
43
|
+
},
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@contrail/data-grouping": "^1.0.24",
|
|
46
|
+
"@contrail/documents": "^1.0.103",
|
|
47
|
+
"@contrail/types": "^3.0.27",
|
|
48
|
+
"@contrail/util": "^1.0.27"
|
|
49
|
+
}
|
|
50
|
+
}
|