@wise/dynamic-flow-client-internal 5.10.0 → 5.12.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client-internal",
3
- "version": "5.10.0",
3
+ "version": "5.12.0",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -68,9 +68,9 @@
68
68
  "typescript": "5.9.3",
69
69
  "vitest": "4.0.18",
70
70
  "vitest-fetch-mock": "0.4.5",
71
- "@wise/dynamic-flow-types": "4.10.0",
72
- "@wise/dynamic-flow-renderers": "0.0.0",
73
- "@wise/dynamic-flow-fixtures": "0.0.1"
71
+ "@wise/dynamic-flow-fixtures": "0.0.1",
72
+ "@wise/dynamic-flow-types": "4.11.0",
73
+ "@wise/dynamic-flow-renderers": "0.0.0"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "@transferwise/components": "^46.104.0",
@@ -84,8 +84,8 @@
84
84
  "react-intl": "^6 || ^7"
85
85
  },
86
86
  "dependencies": {
87
- "@wise/dynamic-flow-client": "5.10.0",
88
- "@wise/dynamic-flow-types": "4.10.0"
87
+ "@wise/dynamic-flow-types": "4.11.0",
88
+ "@wise/dynamic-flow-client": "5.12.0"
89
89
  },
90
90
  "scripts": {
91
91
  "dev": "pnpm build:visual-tests && storybook dev -p 3005",
@@ -96,8 +96,8 @@
96
96
  "build:messages-source": "formatjs extract '../renderers/src/**/{*.messages,messages}.{js,ts}' './src/**/{*.messages,messages}.{js,ts}' --out-file src/i18n/en.json --format simple && prettier --find-config-path --write src/i18n/*.json",
97
97
  "build:compiled-messages": "mkdir -p build/i18n && cp src/i18n/*.json build/i18n",
98
98
  "build:visual-tests": "tsx ./scripts/build-visual-tests.mjs",
99
- "test": "npm-run-all test:once",
100
- "test:once": "vitest run",
99
+ "test": "vitest run",
100
+ "test:ci": "vitest run --no-file-parallelism",
101
101
  "test:coverage": "vitest run --coverage",
102
102
  "test:watch": "vitest",
103
103
  "types": "pnpm tsc",