@spiffcommerce/core 33.2.3 → 33.2.4-beta.81a9e8f7-5b78-5dc9-998f-9c4af81b5d95
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/CHANGELOG.md +6 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +168 -156
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +802 -790
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spiffcommerce/core",
|
|
3
|
-
"version": "33.2.
|
|
3
|
+
"version": "33.2.4-beta.81a9e8f7-5b78-5dc9-998f-9c4af81b5d95",
|
|
4
4
|
"description": "Core client API for interacting with the Spiff Commerce backend.",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@apollo/client": "^3.11.8",
|
|
69
69
|
"@aws-sdk/client-cognito-identity-provider": "^3.840.0",
|
|
70
|
-
"css": "https://github.com/spiffdev/css.git#abc152e2a9338bae6ba8b1ad95715ed46607ad47",
|
|
70
|
+
"css": "git+https://github.com/spiffdev/css.git#abc152e2a9338bae6ba8b1ad95715ed46607ad47",
|
|
71
71
|
"currency-codes": "^2.2.0",
|
|
72
72
|
"data-uri-to-buffer": "^6.0.2",
|
|
73
73
|
"dinero.js": "^1.9.1",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"lodash.isequal": "^4.5.0",
|
|
82
82
|
"lodash.omit": "^4.5.0",
|
|
83
83
|
"opentype.js": "^1.3.4",
|
|
84
|
-
"pith": "https://github.com/spiffdev/pith.git#808bce907a2cab85bfe917ae0252ab90987b18d0",
|
|
84
|
+
"pith": "git+https://github.com/spiffdev/pith.git#808bce907a2cab85bfe917ae0252ab90987b18d0",
|
|
85
85
|
"preact": "^10.26.5",
|
|
86
86
|
"preact-render-to-string": "^6.2.1",
|
|
87
87
|
"qrcode": "^1.5.3",
|