@gusto/embedded-react-sdk 0.5.0 → 0.6.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": "@gusto/embedded-react-sdk",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "homepage": "https://github.com/Gusto/embedded-react-sdk",
5
5
  "bugs": {
6
6
  "url": "https://github.com/Gusto/embedded-react-sdk/issues"
@@ -31,7 +31,9 @@
31
31
  "build": "npm run build:clean && npm run generate && npm run tsc && vite build",
32
32
  "build:clean": "rm -rf ./dist && mkdir ./dist",
33
33
  "commitlint": "commitlint --edit",
34
- "dev": "node ./build/prompt.js && npm run build && vite build --watch",
34
+ "watch:vite": "vite build --watch",
35
+ "watch:translations": "node ./build/translationWatcher.js",
36
+ "dev": "node ./build/prompt.js && npm run build && npm-run-all --parallel watch:vite watch:translations",
35
37
  "doc": "typedoc",
36
38
  "format": "prettier . --write --log-level error",
37
39
  "format:check": "prettier . --check --log-level error",
@@ -66,10 +68,10 @@
66
68
  "@vitejs/plugin-react-swc": "^3.7.1",
67
69
  "@vitest/coverage-v8": "^2.1.9",
68
70
  "eslint": "^9.13.0",
71
+ "eslint-plugin-import": "^2.31.0",
69
72
  "eslint-plugin-jsx-a11y": "^6.10.1",
70
73
  "eslint-plugin-react": "^7.37.2",
71
74
  "eslint-plugin-react-hooks": "^5.0.0",
72
- "eslint-plugin-import": "^2.31.0",
73
75
  "globals": "^15.11.0",
74
76
  "husky": "^9.1.6",
75
77
  "i18next-resources-for-ts": "^1.5.0",
@@ -77,6 +79,7 @@
77
79
  "jsdom-testing-mocks": "^1.13.1",
78
80
  "lint-staged": "^15.4.1",
79
81
  "msw": "^2.4.3",
82
+ "npm-run-all": "^4.1.5",
80
83
  "openapi-typescript": "^7.4.1",
81
84
  "prettier": "^3.3.3",
82
85
  "sass-embedded": "^1.80.2",
@@ -96,7 +99,7 @@
96
99
  "typescript": "^5.6.3"
97
100
  },
98
101
  "dependencies": {
99
- "@gusto/embedded-api": "^0.4.1",
102
+ "@gusto/embedded-api": "^0.5.2",
100
103
  "@hookform/error-message": "^2.0.1",
101
104
  "@hookform/resolvers": "^3.9.0",
102
105
  "@internationalized/date": "^3.5.6",