@spiffcommerce/core 27.2.1-beta.18d38888-19ca-5144-b378-0ea4ef812e79 → 27.2.1-beta.18eb4b53-df1a-5231-9227-b69c4fb0686d
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/dist/index.d.ts +33 -2
- package/dist/index.js +149 -141
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1257 -1164
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spiffcommerce/core",
|
|
3
|
-
"version": "27.2.1-beta.
|
|
3
|
+
"version": "27.2.1-beta.18eb4b53-df1a-5231-9227-b69c4fb0686d",
|
|
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",
|
|
@@ -66,7 +66,9 @@
|
|
|
66
66
|
"@apollo/client": "^3.11.8",
|
|
67
67
|
"@aws-sdk/client-cognito-identity-provider": "^3.840.0",
|
|
68
68
|
"css": "https://github.com/spiffdev/css.git#abc152e2a9338bae6ba8b1ad95715ed46607ad47",
|
|
69
|
+
"currency-codes": "^2.2.0",
|
|
69
70
|
"data-uri-to-buffer": "^6.0.2",
|
|
71
|
+
"dinero.js": "^1.9.1",
|
|
70
72
|
"exifr": "^7.1.3",
|
|
71
73
|
"fuse.js": "^7.0.0",
|
|
72
74
|
"graphql": "^16.8.0",
|