typegpu 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "typegpu",
3
3
  "private": false,
4
- "version": "0.2.1",
4
+ "version": "0.2.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",
@@ -70,7 +70,7 @@
70
70
  "homepage": "https://typegpu.com",
71
71
  "packageManager": "pnpm@8.15.8+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e",
72
72
  "dependencies": {
73
- "typed-binary": "^4.0.1"
73
+ "typed-binary": "^4.3.1"
74
74
  },
75
75
  "scripts": {}
76
76
  }