@spiffcommerce/core 0.8.2 → 0.8.4
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/README.md +12 -12
- package/dist/module.js +9 -9
- package/dist/types.d.ts +1232 -1246
- package/package.json +74 -74
- package/dist/main.js +0 -106
package/package.json
CHANGED
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@spiffcommerce/core",
|
|
3
|
-
"version": "0.8.
|
|
4
|
-
"description": "Core client API for interacting with the Spiff Commerce backend.",
|
|
5
|
-
"source": "src/index.ts",
|
|
6
|
-
"main": "dist/main.js",
|
|
7
|
-
"module": "dist/module.js",
|
|
8
|
-
"types": "dist/types.d.ts",
|
|
9
|
-
"scripts": {
|
|
10
|
-
"build": "parcel build",
|
|
11
|
-
"watch": "parcel watch",
|
|
12
|
-
"test": "jest",
|
|
13
|
-
"prepare": "yarn run build"
|
|
14
|
-
},
|
|
15
|
-
"targets": {
|
|
16
|
-
"main": false,
|
|
17
|
-
"module": {
|
|
18
|
-
"optimize": true
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
"keywords": [
|
|
22
|
-
"e-commerce",
|
|
23
|
-
"personalization",
|
|
24
|
-
"fulfillment",
|
|
25
|
-
"print"
|
|
26
|
-
],
|
|
27
|
-
"files": [
|
|
28
|
-
"dist/module.js",
|
|
29
|
-
"dist/types.d.ts"
|
|
30
|
-
],
|
|
31
|
-
"author": "Spiff Commerce",
|
|
32
|
-
"devDependencies": {
|
|
33
|
-
"@
|
|
34
|
-
"@parcel/
|
|
35
|
-
"@parcel/transformer-typescript-
|
|
36
|
-
"@types
|
|
37
|
-
"@types/
|
|
38
|
-
"@types/lodash.
|
|
39
|
-
"@types/lodash.
|
|
40
|
-
"@types/
|
|
41
|
-
"@types/
|
|
42
|
-
"@types/
|
|
43
|
-
"@types/react
|
|
44
|
-
"@
|
|
45
|
-
"enzyme": "^
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"jest
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"react": "^17.0.2",
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
"react
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
"@
|
|
62
|
-
"@spiffcommerce/
|
|
63
|
-
"canvg": "
|
|
64
|
-
"cross-fetch": "^3.1.5",
|
|
65
|
-
"graphql": "^16.6.0",
|
|
66
|
-
"
|
|
67
|
-
"lodash.
|
|
68
|
-
"lodash.
|
|
69
|
-
"
|
|
70
|
-
"qrcode": "^1.5.1",
|
|
71
|
-
"svg-path-bbox": "^1.2.2",
|
|
72
|
-
"swagger-client": "3.18.5"
|
|
73
|
-
}
|
|
74
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@spiffcommerce/core",
|
|
3
|
+
"version": "0.8.4",
|
|
4
|
+
"description": "Core client API for interacting with the Spiff Commerce backend.",
|
|
5
|
+
"source": "src/index.ts",
|
|
6
|
+
"main": "dist/main.js",
|
|
7
|
+
"module": "dist/module.js",
|
|
8
|
+
"types": "dist/types.d.ts",
|
|
9
|
+
"scripts": {
|
|
10
|
+
"build": "parcel build",
|
|
11
|
+
"watch": "parcel watch",
|
|
12
|
+
"test": "jest",
|
|
13
|
+
"prepare": "yarn run build"
|
|
14
|
+
},
|
|
15
|
+
"targets": {
|
|
16
|
+
"main": false,
|
|
17
|
+
"module": {
|
|
18
|
+
"optimize": true
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"keywords": [
|
|
22
|
+
"e-commerce",
|
|
23
|
+
"personalization",
|
|
24
|
+
"fulfillment",
|
|
25
|
+
"print"
|
|
26
|
+
],
|
|
27
|
+
"files": [
|
|
28
|
+
"dist/module.js",
|
|
29
|
+
"dist/types.d.ts"
|
|
30
|
+
],
|
|
31
|
+
"author": "Spiff Commerce",
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
34
|
+
"@parcel/packager-ts": "2.7.0",
|
|
35
|
+
"@parcel/transformer-typescript-tsc": "^2.7.0",
|
|
36
|
+
"@parcel/transformer-typescript-types": "^2.7.0",
|
|
37
|
+
"@types/jest": "^29.0.3",
|
|
38
|
+
"@types/lodash.clonedeep": "^4.5.7",
|
|
39
|
+
"@types/lodash.debounce": "^4.0.7",
|
|
40
|
+
"@types/lodash.isequal": "^4.5.6",
|
|
41
|
+
"@types/opentype.js": "^0.7.2",
|
|
42
|
+
"@types/qrcode": "^1.3.5",
|
|
43
|
+
"@types/react": "^17.0.9",
|
|
44
|
+
"@types/react-dom": "^17.0.9",
|
|
45
|
+
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
|
|
46
|
+
"enzyme": "^3.11.0",
|
|
47
|
+
"husky": "^8.0.1",
|
|
48
|
+
"jest": "^29.0.3",
|
|
49
|
+
"jest-environment-jsdom": "^29.0.3",
|
|
50
|
+
"parcel": "^2.7.0",
|
|
51
|
+
"react": "^17.0.2",
|
|
52
|
+
"react-dom": "^17.0.2",
|
|
53
|
+
"ts-jest": "^29.0.2",
|
|
54
|
+
"typescript": "4.7.2"
|
|
55
|
+
},
|
|
56
|
+
"peerDependencies": {
|
|
57
|
+
"react": "^17.0.2",
|
|
58
|
+
"react-dom": "^17.0.2"
|
|
59
|
+
},
|
|
60
|
+
"dependencies": {
|
|
61
|
+
"@apollo/client": "^3.7.0",
|
|
62
|
+
"@spiffcommerce/papyrus": "^1.4.0",
|
|
63
|
+
"canvg": "https://github.com/spiffdev/canvg.git#03bcd151b12441e88ecb552bb658356f5bbe92c4",
|
|
64
|
+
"cross-fetch": "^3.1.5",
|
|
65
|
+
"graphql": "^16.6.0",
|
|
66
|
+
"lodash.clonedeep": "^4.5.0",
|
|
67
|
+
"lodash.debounce": "^4.0.8",
|
|
68
|
+
"lodash.isequal": "^4.5.0",
|
|
69
|
+
"opentype.js": "^1.3.4",
|
|
70
|
+
"qrcode": "^1.5.1",
|
|
71
|
+
"svg-path-bbox": "^1.2.2",
|
|
72
|
+
"swagger-client": "3.18.5"
|
|
73
|
+
}
|
|
74
|
+
}
|