@holoscript/core 6.0.2 → 6.0.3
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@holoscript/core",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.3",
|
|
4
4
|
"description": "Core parser, AST, compiler infrastructure, trait system, and runtime for HoloScript — the open AI-spatial reality protocol for 3D/XR/IoT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"jose": "^6.2.2",
|
|
142
142
|
"jsonwebtoken": "^9.0.0",
|
|
143
143
|
"zod": "^3.24.0",
|
|
144
|
-
"@holoscript/agent-protocol": "6.0.
|
|
144
|
+
"@holoscript/agent-protocol": "6.0.3",
|
|
145
145
|
"@holoscript/core-types": "6.0.2"
|
|
146
146
|
},
|
|
147
147
|
"optionalDependencies": {
|
|
@@ -173,8 +173,8 @@
|
|
|
173
173
|
"ioredis": "^5.3.0",
|
|
174
174
|
"puppeteer": "^23.0.0",
|
|
175
175
|
"react": "^18.0.0 || ^19.0.0",
|
|
176
|
-
"@holoscript/engine": "6.0.
|
|
177
|
-
"@holoscript/framework": "6.0.
|
|
176
|
+
"@holoscript/engine": "6.0.3",
|
|
177
|
+
"@holoscript/framework": "6.0.3"
|
|
178
178
|
},
|
|
179
179
|
"peerDependenciesMeta": {
|
|
180
180
|
"@holoscript/engine": {
|
|
@@ -198,12 +198,12 @@
|
|
|
198
198
|
"@types/pngjs": "^6.0.5",
|
|
199
199
|
"@types/three": "^0.170.0",
|
|
200
200
|
"@types/ws": "^8.5.10",
|
|
201
|
-
"@vitest/coverage-v8": "^4.
|
|
201
|
+
"@vitest/coverage-v8": "^4.1.4",
|
|
202
202
|
"@webgpu/types": "^0.1.40",
|
|
203
203
|
"tsup": "^8.0.1",
|
|
204
204
|
"typedoc": "^0.28.17",
|
|
205
205
|
"typescript": "~5.9.3",
|
|
206
|
-
"vitest": "^4.1.
|
|
206
|
+
"vitest": "^4.1.4"
|
|
207
207
|
},
|
|
208
208
|
"scripts": {
|
|
209
209
|
"build": "tsup && node scripts/generate-types.mjs",
|