@base_bit/vmg-cli 0.0.2 → 0.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/THIRD_PARTY_NOTICES.md +19 -0
- package/package.json +2 -2
package/THIRD_PARTY_NOTICES.md
CHANGED
|
@@ -236,3 +236,22 @@ Their presence in the repository is not evidence of permission for public
|
|
|
236
236
|
redistribution. They are not covered by Apache-2.0 and are not cleared for a
|
|
237
237
|
public release until provenance and redistribution rights are documented, or
|
|
238
238
|
the files are replaced with cleared assets.
|
|
239
|
+
|
|
240
|
+
## Controlled Three.js source builds (2026-09-13)
|
|
241
|
+
|
|
242
|
+
The refactored Builder now supplies `three@0.180.0` and
|
|
243
|
+
`@types/three@0.180.0`, both under the MIT License, from its fixed host
|
|
244
|
+
installation. Author code may import only `three`,
|
|
245
|
+
`three/addons/loaders/GLTFLoader.js`, and
|
|
246
|
+
`three/addons/loaders/EXRLoader.js`. Builder does not install uploaded
|
|
247
|
+
package declarations or run their scripts. Exact versions and the installed
|
|
248
|
+
runtime/type dependency closure are included in its build fingerprint.
|
|
249
|
+
|
|
250
|
+
VMGC artifacts that use these runtime entries contain
|
|
251
|
+
`docs/third-party/three.txt`: the Three.js license, EXRLoader's retained
|
|
252
|
+
TinyEXR/OpenEXR notices, and the MIT license for fflate 0.8.2 vendored in
|
|
253
|
+
Three's loader support. Runtime JavaScript is bundled from the captured host
|
|
254
|
+
files; no Three.js CDN or separately installed browser dependency is required.
|
|
255
|
+
The declaration package and its transitive type dependencies remain in the
|
|
256
|
+
host toolchain under their accompanying licenses; they are not author SDK
|
|
257
|
+
runtime implementations.
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.0.
|
|
2
|
+
"version": "0.0.3",
|
|
3
3
|
"license": "Apache-2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"engines": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"vmg": "bin/vmg.mjs"
|
|
16
16
|
},
|
|
17
17
|
"optionalDependencies": {
|
|
18
|
-
"@base_bit/vmg-cli-darwin-arm64": "0.0.
|
|
18
|
+
"@base_bit/vmg-cli-darwin-arm64": "0.0.3"
|
|
19
19
|
},
|
|
20
20
|
"files": [
|
|
21
21
|
"bin/vmg.mjs",
|