Skip to content

Commit a9548fc

Browse files
mhawrylukiwoplaza
andauthored
bump: typegpu v0.5.4, unplugin-typegpu v0.1.0-alpha.8, tinyest, tinyest-for-wgsl (#1109)
* bump: unplugin-typegpu v0.1.0-alpha.8, tinyest, tinyest-for-wgsl * Bumping typegpu to 0.5.4 --------- Co-authored-by: Iwo Plaza <[email protected]>
1 parent 5e62377 commit a9548fc

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

Diff for: packages/tgpu-jit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"packageManager": "[email protected]+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af",
5757
"dependencies": {
5858
"acorn": "^8.14.1",
59-
"tinyest": "workspace:~0.1.0-alpha.6",
60-
"tinyest-for-wgsl": "workspace:~0.1.0-alpha.7"
59+
"tinyest": "workspace:~0.1.0-alpha.7",
60+
"tinyest-for-wgsl": "workspace:~0.1.0-alpha.8"
6161
}
6262
}

Diff for: packages/tinyest-for-wgsl/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tinyest-for-wgsl",
33
"private": true,
4-
"version": "0.1.0-alpha.7",
4+
"version": "0.1.0-alpha.8",
55
"description": "Transforms JavaScript into its 'tinyest' form, to be used in generating equivalent (or close to) WGSL code.",
66
"license": "MIT",
77
"type": "module",
@@ -60,6 +60,6 @@
6060
},
6161
"packageManager": "[email protected]+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af",
6262
"dependencies": {
63-
"tinyest": "workspace:~0.1.0-alpha.6"
63+
"tinyest": "workspace:~0.1.0-alpha.7"
6464
}
6565
}

Diff for: packages/tinyest/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typegpu/tinyest",
3-
"version": "0.1.0-alpha.6",
3+
"version": "0.1.0-alpha.7",
44
"license": "MIT",
55
"exports": "./src/index.ts",
66
"publish": {

Diff for: packages/tinyest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tinyest",
33
"private": true,
4-
"version": "0.1.0-alpha.6",
4+
"version": "0.1.0-alpha.7",
55
"description": "A compact, fast, and embeddable JavaScript AST for transpilation.",
66
"license": "MIT",
77
"type": "module",

Diff for: packages/typegpu/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typegpu",
33
"private": true,
4-
"version": "0.5.3",
4+
"version": "0.5.4",
55
"description": "A thin layer between JS and WebGPU/WGSL that improves development experience and allows for faster iteration.",
66
"license": "MIT",
77
"type": "module",
@@ -78,7 +78,7 @@
7878
},
7979
"packageManager": "[email protected]+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af",
8080
"dependencies": {
81-
"tinyest": "workspace:~0.1.0-alpha.6",
81+
"tinyest": "workspace:~0.1.0-alpha.7",
8282
"typed-binary": "^4.3.1"
8383
}
8484
}

Diff for: packages/unplugin-typegpu/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-typegpu",
3-
"version": "0.1.0-alpha.7",
3+
"version": "0.1.0-alpha.8",
44
"description": "Build plugins for TypeGPU, enabling seamless JavaScript -> WGSL transpilation and improved debugging.",
55
"keywords": [
66
"rollup-plugin",
@@ -108,7 +108,7 @@
108108
"@babel/standalone": "^7.26.6",
109109
"estree-walker": "^3.0.3",
110110
"magic-string": "^0.30.11",
111-
"tinyest-for-wgsl": "workspace:~0.1.0-alpha.7",
111+
"tinyest-for-wgsl": "workspace:~0.1.0-alpha.8",
112112
"unplugin": "^2.2.0"
113113
},
114114
"devDependencies": {

Diff for: pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)