@testsmith/api-spector 0.0.5 → 0.0.7

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.
@@ -5,8 +5,8 @@
5
5
  <meta charset="UTF-8" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>api Spector</title>
8
- <script type="module" crossorigin src="./assets/index-KbYng3S3.js"></script>
9
- <link rel="stylesheet" crossorigin href="./assets/index-f4ppKNTS.css">
8
+ <script type="module" crossorigin src="./assets/index-x-2wMDPZ.js"></script>
9
+ <link rel="stylesheet" crossorigin href="./assets/index-DRGkbz0a.css">
10
10
  </head>
11
11
 
12
12
  <body>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@testsmith/api-spector",
3
3
  "productName": "api Spector",
4
- "version": "0.0.5",
4
+ "version": "0.0.7",
5
5
  "description": "Local-first API testing tool to inspect, test and mock APIs",
6
6
  "repository": {
7
7
  "type": "git",
@@ -40,49 +40,50 @@
40
40
  "devDependencies": {
41
41
  "@codemirror/lang-javascript": "^6.2.5",
42
42
  "@eslint/js": "^9.39.4",
43
+ "@tailwindcss/postcss": "^4.2.2",
43
44
  "@types/js-yaml": "^4.0.9",
44
- "@types/jszip": "^3.4.0",
45
- "@types/node": "^20.14.0",
46
- "@types/react": "^18.3.3",
47
- "@types/react-dom": "^18.3.0",
45
+ "@types/jszip": "^3.4.1",
46
+ "@types/node": "^25.5.0",
47
+ "@types/react": "^19.2.14",
48
+ "@types/react-dom": "^19.2.3",
48
49
  "@types/tv4": "^1.2.33",
49
- "@types/uuid": "^10.0.0",
50
+ "@types/uuid": "^11.0.0",
50
51
  "@types/ws": "^8.18.1",
51
52
  "@vitejs/plugin-react": "^4.3.1",
52
- "autoprefixer": "^10.4.19",
53
- "electron-builder": "^24.13.3",
54
- "electron-vite": "^2.3.0",
53
+ "autoprefixer": "^10.4.27",
54
+ "electron-builder": "^26.8.1",
55
+ "electron-vite": "^5.0.0",
55
56
  "eslint": "^9.39.4",
56
57
  "eslint-plugin-react": "^7.37.5",
57
- "eslint-plugin-react-hooks": "^5.2.0",
58
- "postcss": "^8.4.38",
59
- "tailwindcss": "^3.4.4",
60
- "typescript": "^5.5.2",
61
- "typescript-eslint": "^8.57.1",
62
- "vite": "^5.3.1",
58
+ "eslint-plugin-react-hooks": "^7.0.1",
59
+ "postcss": "^8.5.8",
60
+ "tailwindcss": "^4.2.2",
61
+ "typescript": "^5.9.3",
62
+ "typescript-eslint": "^8.57.2",
63
+ "vite": "^5.4.21",
63
64
  "vitest": "^3.2.4"
64
65
  },
65
66
  "dependencies": {
66
- "@codemirror/lang-json": "^6.0.1",
67
+ "@codemirror/lang-json": "^6.0.2",
67
68
  "@codemirror/lang-xml": "^6.1.0",
68
- "@codemirror/theme-one-dark": "^6.1.2",
69
- "@faker-js/faker": "^10.3.0",
70
- "@uiw/react-codemirror": "^4.23.0",
69
+ "@codemirror/theme-one-dark": "^6.1.3",
70
+ "@faker-js/faker": "^10.4.0",
71
+ "@uiw/react-codemirror": "^4.25.8",
71
72
  "@xmldom/xmldom": "^0.8.11",
72
- "ajv": "^8.17.1",
73
+ "ajv": "^8.18.0",
73
74
  "dayjs": "^1.11.20",
74
- "electron": "^31.0.0",
75
- "immer": "^10.1.1",
75
+ "electron": "^41.0.3",
76
+ "immer": "^11.1.4",
76
77
  "js-yaml": "^4.1.1",
77
78
  "jsonpath-plus": "^10.4.0",
78
79
  "jszip": "^3.10.1",
79
- "react": "^18.3.1",
80
- "react-dom": "^18.3.1",
80
+ "react": "^19.2.4",
81
+ "react-dom": "^19.2.4",
81
82
  "tv4": "^1.3.0",
82
- "undici": "^6.19.2",
83
- "uuid": "^10.0.0",
83
+ "undici": "^7.24.5",
84
+ "uuid": "^13.0.0",
84
85
  "ws": "^8.20.0",
85
- "zustand": "^4.5.4"
86
+ "zustand": "^5.0.12"
86
87
  },
87
88
  "build": {
88
89
  "appId": "com.apispector.app",
@@ -111,4 +112,4 @@
111
112
  "releaseType": "draft"
112
113
  }
113
114
  }
114
- }
115
+ }