spoint 0.1.620 → 0.1.622

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.
@@ -7,9 +7,9 @@
7
7
  <link rel="stylesheet" href="/style.css">
8
8
  <link rel="stylesheet" href="https://unpkg.com/anentrypoint-design@latest/dist/247420.css">
9
9
  <!-- thebird desktop-shell CSS tokens (vendored from ../thebird/docs/vendor/kits/os/wm.css) -->
10
- <link rel="stylesheet" href="/client/editor/wm/wm.css">
10
+ <link rel="stylesheet" href="/editor/wm/wm.css">
11
11
  <!-- os-token-bridge: aliases thebird's --os-* tokens to spoint's --ds-* tokens -->
12
- <link rel="stylesheet" href="/client/editor/wm/os-token-bridge.css">
12
+ <link rel="stylesheet" href="/editor/wm/os-token-bridge.css">
13
13
  <script>
14
14
  (function () {
15
15
  const root = document.documentElement;
@@ -34,13 +34,21 @@
34
34
  "streaming-gltf": "/node_modules/streaming-gltf/index.js",
35
35
  "streaming-gltf/model-pool": "/node_modules/streaming-gltf/src/model-pool.js",
36
36
  "streaming-gltf/draco-loader": "/node_modules/streaming-gltf/src/draco-loader.js",
37
- "streaming-gltf/draco-decoder": "/node_modules/streaming-gltf/src/draco-decoder.js",
38
37
  "streaming-gltf/cluster-lod": "/node_modules/streaming-gltf/src/cluster-lod-mesh.js",
39
- "mapspinner": "/node_modules/mapspinner/index.js",
38
+ "streaming-gltf/occlusion-query-tier": "/node_modules/streaming-gltf/src/occlusion-query-tier.js",
39
+ "streaming-gltf/octahedral-impostor-ez": "/node_modules/streaming-gltf/src/octahedral-impostor-ez.js",
40
+ "mapspinner": "/node_modules/mapspinner/src/index.js",
40
41
  "mapspinner/planet-orchestrator": "/node_modules/mapspinner/src/planet-orchestrator.js",
41
42
  "mapspinner/gl-render": "/node_modules/mapspinner/src/gl-render.js",
42
- "mapspinner/terrain": "/node_modules/mapspinner/src/terrain.js",
43
- "@three.ez/instanced-mesh": "/node_modules/@three.ez/instanced-mesh/build/instancedmesh.module.js",
43
+ "mapspinner/height-cpu": "/node_modules/mapspinner/src/height-cpu.js",
44
+ "@three.ez/instanced-mesh": "/node_modules/@three.ez/instanced-mesh/build/index.js",
45
+ "webjsx": "/node_modules/webjsx/dist/index.js",
46
+ "webjsx/jsx-runtime": "/node_modules/webjsx/dist/jsx-runtime.js",
47
+ "msgpackr": "/node_modules/msgpackr/index.js",
48
+ "jolt-physics/wasm-compat": "/node_modules/jolt-physics/dist/jolt-physics.wasm-compat.js",
49
+ "@dgreenheck/ez-tree": "/node_modules/@dgreenheck/ez-tree/build/ez-tree.es.js",
50
+ "meshoptimizer": "/node_modules/meshoptimizer/meshopt_simplifier.js",
51
+ "bvh.js": "/node_modules/bvh.js/build/index.js",
44
52
  "wireweave": "/node_modules/wireweave/src/index.js",
45
53
  "nostr-tools": "/vendor/nostr-tools.mjs",
46
54
  "xstate": "/node_modules/xstate/dist/xstate.esm.js"
@@ -129,7 +137,7 @@
129
137
  "thebird desktop window hosting spoint editor" integration.
130
138
  -->
131
139
  <script type="module">
132
- import { createEditPanel } from '/client/editor/EditorShell.js'
140
+ import { createEditPanel } from '/editor/EditorShell.js'
133
141
 
134
142
  // Create a minimal thebird-style desktop shell hosting the spoint editor.
135
143
  // The editor's own wm.open() calls will create thebird-styled windows
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spoint",
3
- "version": "0.1.620",
3
+ "version": "0.1.622",
4
4
  "description": "Physics and netcode SDK for multiplayer game servers",
5
5
  "type": "module",
6
6
  "workspaces": [