@zephyr3d/scene 0.6.0 → 0.6.1

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @zephyr3d
1
+ # @zephyr3d/scene
2
2
 
3
3
  Zephyr3d is a set of API for 3D rendering within the browser.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zephyr3d/scene",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Scene API for zephyr3d",
5
5
  "homepage": "https://github.com/gavinyork/zephyr3d#readme",
6
6
  "type": "module",
@@ -56,8 +56,8 @@
56
56
  "dependencies": {
57
57
  "@types/draco3d": "^1.4.9",
58
58
  "@webgpu/types": "^0.1.40",
59
- "@zephyr3d/base": "^0.1.4",
60
- "@zephyr3d/device": "^0.2.3"
59
+ "@zephyr3d/base": "^0.1.5",
60
+ "@zephyr3d/device": "^0.2.4"
61
61
  },
62
62
  "scripts": {
63
63
  "clean": "shx rm -rf ./dist .tsbuildinfo",