typegpu 0.3.0-alpha.6 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "typegpu",
3
3
  "private": false,
4
- "version": "0.3.0-alpha.6",
4
+ "version": "0.3.0",
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",
@@ -15,12 +15,6 @@
15
15
  "import": "./index.js",
16
16
  "default": "./index.cjs"
17
17
  },
18
- "./*": {
19
- "types": "./*.d.ts",
20
- "module": "./*.js",
21
- "import": "./*.js",
22
- "default": "./*.cjs"
23
- },
24
18
  "./data": {
25
19
  "types": "./data/index.d.ts",
26
20
  "module": "./data/index.js",
@@ -64,8 +58,8 @@
64
58
  "homepage": "https://typegpu.com",
65
59
  "packageManager": "pnpm@8.15.8+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e",
66
60
  "dependencies": {
67
- "tinyest": "~0.0.0",
68
- "typed-binary": "^4.3.0"
61
+ "tinyest": "~0.1.0-alpha.1",
62
+ "typed-binary": "^4.3.1"
69
63
  },
70
64
  "scripts": {}
71
65
  }