@holoscript/core 8.0.3 → 8.0.4

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025-2026 HoloScript Contributors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holoscript/core",
3
- "version": "8.0.3",
3
+ "version": "8.0.4",
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",
@@ -182,24 +182,6 @@
182
182
  "bin": {
183
183
  "holoscript": "./bin/holoscript.cjs"
184
184
  },
185
- "scripts": {
186
- "prepublishOnly": "pnpm run build",
187
- "verify:workspace": "node scripts/verify-internal-workspace-protocol.mjs",
188
- "build": "node scripts/verify-internal-workspace-protocol.mjs && tsup && node scripts/generate-types.mjs",
189
- "dev": "tsup --watch",
190
- "test": "node --max-old-space-size=16384 run-vitest.mjs",
191
- "test:coverage": "node --max-old-space-size=16384 run-vitest.mjs --coverage",
192
- "test:watch": "vitest",
193
- "typecheck": "tsc --noEmit -p tsconfig.json",
194
- "typecheck:narrow": "tsc --noEmit -p tsconfig.narrow.json",
195
- "benchmark:export-targets": "node run-vitest.mjs src/compiler/__tests__/export-manager-all-targets-bench.test.ts",
196
- "benchmark:paper10:compile-matrix": "node scripts/run-paper10-compile-matrix.mjs",
197
- "benchmark:paper10:compile-matrix:full": "node scripts/run-paper10-compile-matrix.mjs --full",
198
- "benchmark:paper10:depth-distribution": "node scripts/run-paper10-depth-distribution.mjs",
199
- "benchmark:dispatch-policy": "tsx src/compiler/dispatch/DispatchPolicyBenchmark.cli.ts",
200
- "benchmark:paper6:mecanim-matrix": "node scripts/run-paper6-mecanim-matrix.mjs",
201
- "benchmark:critic-loop": "node scripts/run-critic-loop-benchmark.mjs"
202
- },
203
185
  "keywords": [
204
186
  "holoscript",
205
187
  "vr",
@@ -230,51 +212,18 @@
230
212
  "directory": "packages/core"
231
213
  },
232
214
  "dependencies": {
233
- "@holoscript/agent-protocol": "workspace:^",
234
- "@holoscript/assimp-plugin": "workspace:^",
235
- "@holoscript/core-types": "workspace:^",
236
- "@holoscript/llm-provider": "workspace:^",
237
- "@holoscript/mesh": "workspace:^",
238
- "@holoscript/platform": "workspace:^",
239
215
  "@mediapipe/tasks-vision": "0.10.17",
240
216
  "jose": "^6.2.2",
241
217
  "jsonwebtoken": "^9.0.2",
242
- "zod": "^4.3.6"
218
+ "zod": "^4.3.6",
219
+ "@holoscript/assimp-plugin": "^0.1.0",
220
+ "@holoscript/agent-protocol": "^6.1.0",
221
+ "@holoscript/llm-provider": "^1.2.1",
222
+ "@holoscript/mesh": "^6.1.2",
223
+ "@holoscript/core-types": "^6.1.0",
224
+ "@holoscript/platform": "^6.1.2"
243
225
  },
244
226
  "optionalDependencies": {
245
- "@holoscript/alphafold-plugin": "workspace:^",
246
- "@holoscript/domain-plugin-template": "workspace:^",
247
- "@holoscript/medical-plugin": "workspace:^",
248
- "@holoscript/narupa-plugin": "workspace:^",
249
- "@holoscript/plugin-banking-finance": "workspace:^",
250
- "@holoscript/plugin-civil-engineering": "workspace:^",
251
- "@holoscript/plugin-culture-keyword": "workspace:^",
252
- "@holoscript/plugin-economic-primitives": "workspace:^",
253
- "@holoscript/plugin-education-lms": "workspace:^",
254
- "@holoscript/plugin-emergency-response": "workspace:^",
255
- "@holoscript/plugin-fashion": "workspace:^",
256
- "@holoscript/plugin-film-vfx": "workspace:^",
257
- "@holoscript/plugin-film3d-volumetrics": "workspace:^",
258
- "@holoscript/plugin-fitness-wellness": "workspace:^",
259
- "@holoscript/plugin-forensics": "workspace:^",
260
- "@holoscript/plugin-geolocation-gis": "workspace:^",
261
- "@holoscript/plugin-hardware-invention": "workspace:^",
262
- "@holoscript/plugin-hr-workforce": "workspace:^",
263
- "@holoscript/plugin-insurance": "workspace:^",
264
- "@holoscript/plugin-legal-document": "workspace:^",
265
- "@holoscript/plugin-manufacturing-qc": "workspace:^",
266
- "@holoscript/plugin-neuroscience": "workspace:^",
267
- "@holoscript/plugin-restaurant": "workspace:^",
268
- "@holoscript/plugin-retail-ecommerce": "workspace:^",
269
- "@holoscript/plugin-therapy": "workspace:^",
270
- "@holoscript/plugin-threat-intelligence": "workspace:^",
271
- "@holoscript/plugin-trait-audit": "workspace:^",
272
- "@holoscript/plugin-travel-hospitality": "workspace:^",
273
- "@holoscript/plugin-urban-planning": "workspace:^",
274
- "@holoscript/plugin-wine-food-beverage": "workspace:^",
275
- "@holoscript/plugin-wisdom-gotcha": "workspace:^",
276
- "@holoscript/radio-astronomy-plugin": "workspace:^",
277
- "@holoscript/robotics-plugin": "workspace:^",
278
227
  "@gltf-transform/core": "^3.7.0",
279
228
  "@gltf-transform/extensions": "^3.7.0",
280
229
  "@gltf-transform/functions": "^3.7.0",
@@ -296,14 +245,47 @@
296
245
  "tree-sitter-rust": "^0.24.0",
297
246
  "tree-sitter-typescript": "^0.23.2",
298
247
  "web-tree-sitter": "^0.24.0",
299
- "ws": "^8.16.0"
248
+ "ws": "^8.16.0",
249
+ "@holoscript/alphafold-plugin": "^2.0.0",
250
+ "@holoscript/medical-plugin": "^2.0.0",
251
+ "@holoscript/domain-plugin-template": "^0.0.1-template",
252
+ "@holoscript/plugin-civil-engineering": "^2.0.0",
253
+ "@holoscript/plugin-culture-keyword": "^2.0.0",
254
+ "@holoscript/plugin-economic-primitives": "^2.0.0",
255
+ "@holoscript/plugin-banking-finance": "^2.0.0",
256
+ "@holoscript/narupa-plugin": "^2.0.0",
257
+ "@holoscript/plugin-education-lms": "^2.0.0",
258
+ "@holoscript/plugin-fashion": "^2.0.0",
259
+ "@holoscript/plugin-film-vfx": "^2.0.0",
260
+ "@holoscript/plugin-emergency-response": "^2.0.0",
261
+ "@holoscript/plugin-film3d-volumetrics": "^2.0.1",
262
+ "@holoscript/plugin-fitness-wellness": "^2.0.0",
263
+ "@holoscript/plugin-forensics": "^2.0.0",
264
+ "@holoscript/plugin-hr-workforce": "^2.0.0",
265
+ "@holoscript/plugin-hardware-invention": "^2.0.0",
266
+ "@holoscript/plugin-geolocation-gis": "^2.0.0",
267
+ "@holoscript/plugin-legal-document": "^2.0.0",
268
+ "@holoscript/plugin-insurance": "^2.0.0",
269
+ "@holoscript/plugin-manufacturing-qc": "^2.0.0",
270
+ "@holoscript/plugin-neuroscience": "^2.0.0",
271
+ "@holoscript/plugin-restaurant": "^2.0.0",
272
+ "@holoscript/plugin-retail-ecommerce": "^2.0.0",
273
+ "@holoscript/plugin-therapy": "^2.0.0",
274
+ "@holoscript/plugin-threat-intelligence": "^2.0.0",
275
+ "@holoscript/plugin-travel-hospitality": "^2.0.0",
276
+ "@holoscript/plugin-wine-food-beverage": "^2.0.0",
277
+ "@holoscript/plugin-trait-audit": "^2.0.0",
278
+ "@holoscript/plugin-wisdom-gotcha": "^2.0.0",
279
+ "@holoscript/robotics-plugin": "^2.0.0",
280
+ "@holoscript/radio-astronomy-plugin": "^2.0.1",
281
+ "@holoscript/plugin-urban-planning": "^2.0.0"
300
282
  },
301
283
  "peerDependencies": {
302
- "@holoscript/engine": "workspace:*",
303
284
  "@pixiv/three-vrm": "^2.0.0",
304
285
  "ioredis": "^5.3.0",
305
286
  "puppeteer": "^23.0.0",
306
- "react": "^19.2.0"
287
+ "react": "^19.2.0",
288
+ "@holoscript/engine": "6.1.2"
307
289
  },
308
290
  "peerDependenciesMeta": {
309
291
  "@holoscript/engine": {
@@ -326,8 +308,6 @@
326
308
  }
327
309
  },
328
310
  "devDependencies": {
329
- "@holoscript/engine": "workspace:*",
330
- "@holoscript/framework": "workspace:*",
331
311
  "@types/jsonwebtoken": "^9.0.7",
332
312
  "@types/pixelmatch": "^5.2.6",
333
313
  "@types/pngjs": "^6.0.5",
@@ -338,6 +318,25 @@
338
318
  "tsup": "^8.0.1",
339
319
  "typedoc": "^0.28.19",
340
320
  "typescript": "~5.9.3",
341
- "vitest": "^4.1.5"
321
+ "vitest": "^4.1.5",
322
+ "@holoscript/engine": "6.1.2",
323
+ "@holoscript/framework": "6.1.2"
324
+ },
325
+ "scripts": {
326
+ "verify:workspace": "node scripts/verify-internal-workspace-protocol.mjs",
327
+ "build": "node scripts/verify-internal-workspace-protocol.mjs && tsup && node scripts/generate-types.mjs",
328
+ "dev": "tsup --watch",
329
+ "test": "node --max-old-space-size=16384 run-vitest.mjs",
330
+ "test:coverage": "node --max-old-space-size=16384 run-vitest.mjs --coverage",
331
+ "test:watch": "vitest",
332
+ "typecheck": "tsc --noEmit -p tsconfig.json",
333
+ "typecheck:narrow": "tsc --noEmit -p tsconfig.narrow.json",
334
+ "benchmark:export-targets": "node run-vitest.mjs src/compiler/__tests__/export-manager-all-targets-bench.test.ts",
335
+ "benchmark:paper10:compile-matrix": "node scripts/run-paper10-compile-matrix.mjs",
336
+ "benchmark:paper10:compile-matrix:full": "node scripts/run-paper10-compile-matrix.mjs --full",
337
+ "benchmark:paper10:depth-distribution": "node scripts/run-paper10-depth-distribution.mjs",
338
+ "benchmark:dispatch-policy": "tsx src/compiler/dispatch/DispatchPolicyBenchmark.cli.ts",
339
+ "benchmark:paper6:mecanim-matrix": "node scripts/run-paper6-mecanim-matrix.mjs",
340
+ "benchmark:critic-loop": "node scripts/run-critic-loop-benchmark.mjs"
342
341
  }
343
- }
342
+ }