@spiffcommerce/core 14.2.2 → 14.2.4-alpha.0
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 +11 -50
- package/dist/main.js +0 -1357
- package/dist/module.js +0 -1357
- package/dist/types.d.ts +0 -2385
package/package.json
CHANGED
|
@@ -1,30 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spiffcommerce/core",
|
|
3
|
-
"version": "14.2.
|
|
3
|
+
"version": "14.2.4-alpha.0",
|
|
4
4
|
"description": "Core client API for interacting with the Spiff Commerce backend.",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"main": "dist/main.js",
|
|
7
7
|
"module": "dist/module.js",
|
|
8
8
|
"types": "dist/types.d.ts",
|
|
9
9
|
"scripts": {
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"dev": "vite",
|
|
11
|
+
"build": "vite build",
|
|
12
12
|
"test": "tsc --noEmit --isolatedModules --skipLibCheck && jest",
|
|
13
13
|
"prepare": "yarn run build",
|
|
14
14
|
"lint": "npx eslint src"
|
|
15
15
|
},
|
|
16
|
-
"targets": {
|
|
17
|
-
"main": {
|
|
18
|
-
"optimize": true,
|
|
19
|
-
"includeNodeModules": [
|
|
20
|
-
"@spiffcommerce/papyrus",
|
|
21
|
-
"pith"
|
|
22
|
-
]
|
|
23
|
-
},
|
|
24
|
-
"module": {
|
|
25
|
-
"optimize": true
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
16
|
"keywords": [
|
|
29
17
|
"e-commerce",
|
|
30
18
|
"personalization",
|
|
@@ -36,15 +24,10 @@
|
|
|
36
24
|
"dist/module.js",
|
|
37
25
|
"dist/types.d.ts"
|
|
38
26
|
],
|
|
39
|
-
"author": "
|
|
27
|
+
"author": "SpiffCommerce",
|
|
40
28
|
"devDependencies": {
|
|
41
29
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
42
30
|
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
|
|
43
|
-
"@ladle/react": "^2.4.5",
|
|
44
|
-
"@parcel/packager-ts": "2.8.0",
|
|
45
|
-
"@parcel/transformer-typescript-tsc": "^2.8.0",
|
|
46
|
-
"@parcel/transformer-typescript-types": "2.8.0",
|
|
47
|
-
"@parcel/validator-typescript": "^2.8.0",
|
|
48
31
|
"@spiffcommerce/preview": "^3.3.1",
|
|
49
32
|
"@types/enzyme": "^3.10.12",
|
|
50
33
|
"@types/jest": "^29.0.3",
|
|
@@ -52,49 +35,27 @@
|
|
|
52
35
|
"@types/lodash.debounce": "^4.0.7",
|
|
53
36
|
"@types/lodash.isequal": "^4.5.6",
|
|
54
37
|
"@types/qrcode": "^1.3.5",
|
|
55
|
-
"@types/react": "^17.0.9",
|
|
56
|
-
"@types/react-dom": "^17.0.9",
|
|
57
38
|
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
|
58
39
|
"@typescript-eslint/parser": "^5.43.0",
|
|
59
|
-
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
|
|
60
|
-
"agent-base": "^6.0.2",
|
|
61
|
-
"assert": "^2.0.0",
|
|
62
|
-
"buffer": "^6.0.3",
|
|
63
40
|
"enzyme": "^3.11.0",
|
|
64
41
|
"eslint": "^8.28.0",
|
|
65
|
-
"eslint-plugin-react": "^7.31.11",
|
|
66
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
67
|
-
"events": "^3.3.0",
|
|
68
|
-
"https-browserify": "^1.0.0",
|
|
69
42
|
"husky": "^8.0.1",
|
|
70
43
|
"jest": "^29.6.2",
|
|
71
44
|
"jest-environment-jsdom": "^29.6.2",
|
|
72
|
-
"parcel": "^2.7.0",
|
|
73
|
-
"path-browserify": "^1.0.1",
|
|
74
|
-
"process": "^0.11.10",
|
|
75
|
-
"querystring-es3": "^0.2.1",
|
|
76
|
-
"react": "^17.0.2",
|
|
77
|
-
"react-dom": "^17.0.2",
|
|
78
|
-
"stream-browserify": "^3.0.0",
|
|
79
|
-
"stream-http": "^3.2.0",
|
|
80
45
|
"ts-jest": "^29.1.1",
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
|
|
84
|
-
"peerDependencies": {
|
|
85
|
-
"react": "^17.0.2",
|
|
86
|
-
"react-dom": "^17.0.2"
|
|
46
|
+
"tsup": "^7.2.0",
|
|
47
|
+
"typescript": "5.0.3",
|
|
48
|
+
"vite": "^4.4.9"
|
|
87
49
|
},
|
|
88
50
|
"dependencies": {
|
|
89
|
-
"@apollo/client": "^3.
|
|
90
|
-
"@spiffcommerce/papyrus": "4.
|
|
91
|
-
"
|
|
92
|
-
"graphql": "^16.6.0",
|
|
51
|
+
"@apollo/client": "^3.8.3",
|
|
52
|
+
"@spiffcommerce/papyrus": "4.1.4-alpha.0",
|
|
53
|
+
"graphql": "^16.8.0",
|
|
93
54
|
"lodash.clonedeep": "^4.5.0",
|
|
94
55
|
"lodash.debounce": "^4.0.8",
|
|
95
56
|
"lodash.isequal": "^4.5.0",
|
|
96
57
|
"pith": "https://github.com/spiffdev/pith.git#6fba0bf988b239967cfbcea91eba6fa0cc26631c",
|
|
97
|
-
"qrcode": "^1.5.
|
|
58
|
+
"qrcode": "^1.5.3",
|
|
98
59
|
"svg-path-bbox": "^1.2.4",
|
|
99
60
|
"unicode-default-word-boundary": "^13.0.0"
|
|
100
61
|
}
|