@mimicai/explorer 0.7.1 → 0.10.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @mimicai/explorer@0.7.1 build /home/runner/work/mimic/mimic/packages/explorer
2
+ > @mimicai/explorer@0.10.0 build /home/runner/work/mimic/mimic/packages/explorer
3
3
  > vite build && tsup
4
4
 
5
5
  vite v6.4.1 building for production...
@@ -10,7 +10,7 @@ computing gzip size...
10
10
  dist/client/index.html  0.65 kB │ gzip: 0.42 kB
11
11
  dist/client/assets/index-6jl2Igpx.css  15.00 kB │ gzip: 3.84 kB
12
12
  dist/client/assets/index-DrcjTHum.js 248.56 kB │ gzip: 75.89 kB
13
- ✓ built in 7.74s
13
+ ✓ built in 7.20s
14
14
  CLI Building entry: server/index.ts
15
15
  CLI Using tsconfig: tsconfig.json
16
16
  CLI tsup v8.5.1
@@ -18,7 +18,7 @@ computing gzip size...
18
18
  CLI Target: node22
19
19
  ESM Build start
20
20
  ESM dist/server/index.js 5.93 KB
21
- ESM ⚡️ Build success in 29ms
21
+ ESM ⚡️ Build success in 26ms
22
22
  DTS Build start
23
- DTS ⚡️ Build success in 13715ms
23
+ DTS ⚡️ Build success in 13002ms
24
24
  DTS dist/server/index.d.ts 237.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @mimicai/explorer
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#29](https://github.com/mimicailab/mimic/pull/29) [`fc4208c`](https://github.com/mimicailab/mimic/commit/fc4208c667a7f8fd280f92e056397eecdb538199) Thanks [@ajollie](https://github.com/ajollie)! - Sync explorer version with all other packages in the fixed release group
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @mimicai/core@0.10.0
13
+
3
14
  ## 0.7.1
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimicai/explorer",
3
- "version": "0.7.1",
3
+ "version": "0.10.0",
4
4
  "description": "Interactive web UI for exploring Mimic mock data and endpoints",
5
5
  "type": "module",
6
6
  "exports": {
@@ -13,7 +13,7 @@
13
13
  "fastify": "^5.2.1",
14
14
  "@fastify/static": "^8.1.0",
15
15
  "@fastify/cors": "^10.0.2",
16
- "@mimicai/core": "0.9.0"
16
+ "@mimicai/core": "0.10.0"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/react": "^19.0.0",