@jpmorgan-payments/embedded-finance-components 0.9.2 → 0.9.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/package.json +2 -2
- package/dist/2FJCTAHO-Dwewqtrq.js +0 -8849
- package/dist/asset/docs/placeholder.pdf +0 -0
- package/dist/asset/refData/statesOrProvinces.json +0 -6187
- package/dist/browser-BxV4HmAb.js +0 -121
- package/dist/esm/ef-components.js +0 -33
- package/dist/index-DsAUPlAg.js +0 -99269
- package/dist/index.css +0 -1
- package/dist/index.d.ts +0 -8323
- package/dist/mockServiceWorker.js +0 -307
- package/dist/production-DHyJNjhF.js +0 -1987
- package/dist/umd/ef-components.js +0 -8895
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jpmorgan-payments/embedded-finance-components",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.4",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Embedded Finance Components",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
|
|
31
31
|
"vitest": "vitest run",
|
|
32
32
|
"vitest:watch": "vitest",
|
|
33
|
-
"test": "npm run typecheck && npm run prettier && npm run lint && npm run vitest
|
|
33
|
+
"test": "npm run typecheck && npm run prettier && npm run lint && npm run vitest",
|
|
34
34
|
"storybook": "storybook dev -p 6006",
|
|
35
35
|
"storybook:build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 npx storybook build --disable-telemetry",
|
|
36
36
|
"generate-api": "orval --config ./orval.config.cjs && yarn fix-generated-files && yarn prettify-generated-files",
|