@fat-zebra/sdk 1.5.12-beta.0 → 1.5.12-beta.1

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/.husky/commit-msg CHANGED
@@ -1,4 +1 @@
1
- #!/usr/bin/env sh
2
- . "$(dirname -- "$0")/_/husky.sh"
3
-
4
1
  npx --no -- commitlint --edit "$1"
@@ -1,4 +1 @@
1
- #!/usr/bin/env sh
2
- . "$(dirname -- "$0")/_/husky.sh"
3
-
4
1
  exec < /dev/tty && npx cz --hook || true
package/.tool-versions CHANGED
@@ -1 +1 @@
1
- nodejs 23.7.0
1
+ nodejs 24.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fat-zebra/sdk",
3
- "version": "1.5.12-beta.0",
3
+ "version": "1.5.12-beta.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -20,37 +20,30 @@
20
20
  "devDependencies": {
21
21
  "@commitlint/cli": "^19.8.1",
22
22
  "@commitlint/config-conventional": "^19.8.1",
23
- "@inquirer/prompts": "^5.3.8",
24
23
  "@testing-library/dom": "^10.4.0",
25
24
  "@testing-library/react": "^16.0.0",
26
- "@testing-library/react-hooks": "^8.0.1",
27
25
  "@testing-library/user-event": "^14.5.2",
28
26
  "@types/ajv": "^1.0.0",
29
27
  "@types/axios": "^0.14.0",
30
28
  "@types/dotenv": "^8.2.0",
31
- "@types/inquirer": "^9.0.7",
32
29
  "@types/jest": "^24.0.23",
33
30
  "@types/jsdom": "^21.1.1",
34
- "@types/nock": "^11.1.0",
35
- "@types/react": "^18.2.15",
36
- "@types/react-dom": "^18.2.7",
31
+ "@types/react": "^19.1.16",
32
+ "@types/react-dom": "^19.1.9",
37
33
  "audit-ci": "^6.6.1",
38
34
  "commitizen": "^4.3.1",
39
35
  "cz-conventional-changelog": "^3.3.0",
40
36
  "dotenv": "^16.0.1",
41
- "ejs": "^3.0.1",
42
37
  "esbuild": "^0.25.10",
43
- "husky": "^8.0.0",
44
- "jest": "^29.6.1",
45
- "jest-environment-jsdom": "^29.6.1",
38
+ "husky": "^9.1.7",
39
+ "jest": "^30.2.0",
40
+ "jest-environment-jsdom": "^30.2.0",
46
41
  "jest-localstorage-mock": "^2.4.22",
47
42
  "jsdom": "^26.1.0",
48
43
  "jsonwebtoken": "^9.0.0",
49
- "nock": "^12.0.1",
50
- "react": "^18.3.1",
51
- "react-dom": "^18.3.1",
52
- "simple-git": "^3.25.0",
53
- "source-map-loader": "^0.2.4",
44
+ "nock": "^13.0.1",
45
+ "react": "^19.1.1",
46
+ "react-dom": "^19.1.1",
54
47
  "ts-jest": "^29.1.1",
55
48
  "ts-loader": "^9.4.4",
56
49
  "ts-node": "^10.9.2",
package/.husky/pre-commit DELETED
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env sh
2
- . "$(dirname -- "$0")/_/husky.sh"