@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.
- package/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +11 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @mimicai/explorer@0.
|
|
2
|
+
> @mimicai/explorer@0.10.0 build /home/runner/work/mimic/mimic/packages/explorer
|
|
3
3
|
> vite build && tsup
|
|
4
4
|
|
|
5
5
|
[36mvite v6.4.1 [32mbuilding for production...[36m[39m
|
|
@@ -10,7 +10,7 @@ computing gzip size...
|
|
|
10
10
|
[2mdist/client/[22m[32mindex.html [39m[1m[2m 0.65 kB[22m[1m[22m[2m │ gzip: 0.42 kB[22m
|
|
11
11
|
[2mdist/client/[22m[2massets/[22m[35mindex-6jl2Igpx.css [39m[1m[2m 15.00 kB[22m[1m[22m[2m │ gzip: 3.84 kB[22m
|
|
12
12
|
[2mdist/client/[22m[2massets/[22m[36mindex-DrcjTHum.js [39m[1m[2m248.56 kB[22m[1m[22m[2m │ gzip: 75.89 kB[22m
|
|
13
|
-
[32m✓ built in 7.
|
|
13
|
+
[32m✓ built in 7.20s[39m
|
|
14
14
|
[34mCLI[39m Building entry: server/index.ts
|
|
15
15
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
16
16
|
[34mCLI[39m tsup v8.5.1
|
|
@@ -18,7 +18,7 @@ computing gzip size...
|
|
|
18
18
|
[34mCLI[39m Target: node22
|
|
19
19
|
[34mESM[39m Build start
|
|
20
20
|
[32mESM[39m [1mdist/server/index.js [22m[32m5.93 KB[39m
|
|
21
|
-
[32mESM[39m ⚡️ Build success in
|
|
21
|
+
[32mESM[39m ⚡️ Build success in 26ms
|
|
22
22
|
[34mDTS[39m Build start
|
|
23
|
-
[32mDTS[39m ⚡️ Build success in
|
|
23
|
+
[32mDTS[39m ⚡️ Build success in 13002ms
|
|
24
24
|
[32mDTS[39m [1mdist/server/index.d.ts [22m[32m237.00 B[39m
|
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.
|
|
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.
|
|
16
|
+
"@mimicai/core": "0.10.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@types/react": "^19.0.0",
|