typegpu 0.0.0-alpha.1 → 0.0.0-alpha.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "typegpu",
|
3
|
-
"version": "0.0.0-alpha.
|
3
|
+
"version": "0.0.0-alpha.2",
|
4
4
|
"description": "A thin layer between JS and WebGPU/WGSL that improves development experience and allows for faster iteration.",
|
5
5
|
"license": "MIT",
|
6
6
|
"type": "module",
|
7
7
|
"main": "./dist/index.js",
|
8
|
-
"types": "./index.d.ts",
|
8
|
+
"types": "./dist/index.d.ts",
|
9
9
|
"exports": {
|
10
10
|
"./package.json": "./package.json",
|
11
11
|
".": {
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"default": "./dist/index.cjs"
|
16
16
|
},
|
17
17
|
"./*": {
|
18
|
-
"types": "
|
18
|
+
"types": "./dist/*.d.ts",
|
19
19
|
"module": "./dist/*.js",
|
20
20
|
"import": "./dist/*.js",
|
21
21
|
"default": "./dist/*.cjs"
|
@@ -70,7 +70,7 @@
|
|
70
70
|
"typescript": "^5.3.3",
|
71
71
|
"typed-binary": "^4.0.0",
|
72
72
|
"@webgpu/types": "^0.1.43",
|
73
|
-
"typegpu": "0.0.0-alpha.
|
73
|
+
"typegpu": "0.0.0-alpha.2",
|
74
74
|
"@typegpu/wgsl-parser": "0.0.0"
|
75
75
|
},
|
76
76
|
"packageManager": "pnpm@8.15.8+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e",
|