worldorbit 3.0.1 → 3.0.5

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -138,7 +138,7 @@ For direct browser usage, use the browser bundle:
138
138
  import {
139
139
  createInteractiveViewer,
140
140
  loadWorldOrbitSource
141
- } from "https://unpkg.com/worldorbit@3.0.0/dist/unpkg/worldorbit.esm.js";
141
+ } from "https://unpkg.com/worldorbit@3.0.5/dist/unpkg/worldorbit.esm.js";
142
142
 
143
143
  const source = `
144
144
  schema 2.5
@@ -432,7 +432,7 @@ const scene = renderDocumentToScene(loaded.document, {
432
432
 
433
433
  ## Viewer Capabilities
434
434
 
435
- Viewer features in `v3.0.0` include:
435
+ Viewer features in `v3.0.5` include:
436
436
 
437
437
  * scene-based SVG rendering
438
438
  * renderer-neutral spatial scenes through `renderDocumentToSpatialScene(...)`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "worldorbit",
3
- "version": "3.0.1",
3
+ "version": "3.0.5",
4
4
  "description": "A text-based DSL and parser pipeline for orbital worldbuilding",
5
5
  "type": "module",
6
6
  "main": "./dist/unpkg/worldorbit.esm.js",