@floless/app 0.34.2 → 0.35.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.
@@ -0,0 +1,15 @@
1
+ # Vendored third-party browser modules
2
+
3
+ Pinned, committed (no runtime CDN) so the steel 3D editor renders offline and the build is reproducible.
4
+
5
+ | File | Source | Version |
6
+ |------|--------|---------|
7
+ | `three.module.js` | `three/build/three.module.js` (re-exports `./three.core.js`) | **0.184.0** |
8
+ | `three.core.js` | `three/build/three.core.js` (the implementation `three.module.js` imports) | **0.184.0** |
9
+ | `OrbitControls.js` | `three/examples/jsm/controls/OrbitControls.js` | **0.184.0** |
10
+
11
+ `OrbitControls.js` imports the bare specifier `'three'`; `steel-editor.html` provides an import map
12
+ (`"three"` → `./vendor/three.module.js`, `"three/addons/"` → `./vendor/`) that resolves it.
13
+
14
+ To update: re-download both files at the same version from `https://cdn.jsdelivr.net/npm/three@<ver>/…`
15
+ and bump the table. They ship to users via `server/build/bundle.mjs` (`cpSync(web → dist/web)`).