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/chunk-5DF7EEAZ.cjs +4 -0
- package/chunk-5DF7EEAZ.cjs.map +1 -0
- package/chunk-PN2EAL4B.js +4 -0
- package/chunk-PN2EAL4B.js.map +1 -0
- package/data/index.cjs +1 -1
- package/data/index.d.cts +122 -121
- package/data/index.d.ts +122 -121
- package/data/index.js +1 -1
- package/index.cjs +10 -12
- package/index.cjs.map +1 -1
- package/index.d.cts +51 -598
- package/index.d.ts +51 -598
- package/index.js +10 -12
- package/index.js.map +1 -1
- package/package.json +3 -9
- package/{utilityTypes-D53GCmPw.d.cts → wgslTypes-BsqIvRBG.d.cts} +1661 -1107
- package/{utilityTypes-D53GCmPw.d.ts → wgslTypes-BsqIvRBG.d.ts} +1661 -1107
- package/chunk-3A2SULTE.cjs +0 -4
- package/chunk-3A2SULTE.cjs.map +0 -1
- package/chunk-U7YXBTRR.js +0 -4
- package/chunk-U7YXBTRR.js.map +0 -1
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "typegpu",
|
3
3
|
"private": false,
|
4
|
-
"version": "0.3.0
|
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.
|
68
|
-
"typed-binary": "^4.3.
|
61
|
+
"tinyest": "~0.1.0-alpha.1",
|
62
|
+
"typed-binary": "^4.3.1"
|
69
63
|
},
|
70
64
|
"scripts": {}
|
71
65
|
}
|