typegpu 0.5.1 → 0.5.2

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "typegpu",
3
3
  "private": false,
4
- "version": "0.5.1",
4
+ "version": "0.5.2",
5
5
  "description": "A thin layer between JS and WebGPU/WGSL that improves development experience and allows for faster iteration.",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "homepage": "https://typegpu.com",
51
51
  "dependencies": {
52
- "tinyest": "~0.1.0-alpha.5",
52
+ "tinyest": "~0.1.0-alpha.6",
53
53
  "typed-binary": "^4.3.1"
54
54
  },
55
55
  "main": "./index.js",