@vgai/engine 0.5.14 → 0.5.15
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/dist/manifest/schema.js
CHANGED
|
@@ -330,7 +330,7 @@ export const LearnMetadataSchema = z
|
|
|
330
330
|
.string()
|
|
331
331
|
.optional()
|
|
332
332
|
.describe('Optional Learn-site lesson URL that teaches this project 1:1 ' +
|
|
333
|
-
'(e.g. https://vgai-learn.pages.dev/
|
|
333
|
+
'(e.g. https://vgai-learn.pages.dev/manual/physics/joints/)'),
|
|
334
334
|
})
|
|
335
335
|
.strict()
|
|
336
336
|
.describe('Learner-facing metadata (FT-5) — powers the example ' +
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@vgai/engine",
|
|
3
3
|
"author": "Volter AI, Inc.",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
|
-
"version": "0.5.
|
|
5
|
+
"version": "0.5.15",
|
|
6
6
|
"description": "Readable TypeScript game engine and universal host for Three.js, PixiJS, and React games.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"game-engine",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"notes": "Limits: ARCHITECTURE-CORE.md. Any editor capability a mount does not reach stands warned per capability until it works.",
|
|
74
74
|
"evidenceHashes": {
|
|
75
75
|
"vendor/games/verify-unaltered.mjs": "257a362030a10f4d72a3280815069fbd83f436e1619391635b6f8df2ddd6c339",
|
|
76
|
-
"packages/engine/src/manifest/schema.ts": "
|
|
76
|
+
"packages/engine/src/manifest/schema.ts": "65500eb1594bd2333418bf073858131d449f0a17e0b584fc4dedc15bf01970bf"
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
{
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
"type": "string"
|
|
461
461
|
},
|
|
462
462
|
"lesson": {
|
|
463
|
-
"description": "Optional Learn-site lesson URL that teaches this project 1:1 (e.g. https://vgai-learn.pages.dev/
|
|
463
|
+
"description": "Optional Learn-site lesson URL that teaches this project 1:1 (e.g. https://vgai-learn.pages.dev/manual/physics/joints/)",
|
|
464
464
|
"type": "string"
|
|
465
465
|
}
|
|
466
466
|
},
|
package/src/manifest/schema.ts
CHANGED
|
@@ -398,7 +398,7 @@ export const LearnMetadataSchema = z
|
|
|
398
398
|
.optional()
|
|
399
399
|
.describe(
|
|
400
400
|
'Optional Learn-site lesson URL that teaches this project 1:1 ' +
|
|
401
|
-
'(e.g. https://vgai-learn.pages.dev/
|
|
401
|
+
'(e.g. https://vgai-learn.pages.dev/manual/physics/joints/)',
|
|
402
402
|
),
|
|
403
403
|
})
|
|
404
404
|
.strict()
|