Skip to content

Commit f54f66c

Browse files
authored
bump: tinyest-for-wgsl v0.1.1, unplugin-typegpu v0.1.1, typepgu v0.5.7, typegpu/noise v0.0.7, typegpu/color v0.0.3 (#1248)
* bump: tinyest-for-wgsl v0.1.1, unplugin-typegpu v0.1.1, typepgu v0.5.4, typegpu/noise v0.0.7, typegpu/color v0.0.3 * Updated peer deps * Update lock
1 parent 84ee11d commit f54f66c

File tree

8 files changed

+23
-20
lines changed

8 files changed

+23
-20
lines changed

packages/tgpu-gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"wgsl_reflect": "git://github.com/mhawryluk/wgsl_reflect.git#85994fdc8d8a3abbb4f79baf3891e54eed0c1c63"
1919
},
2020
"peerDependencies": {
21-
"typegpu": "workspace:^0.5.6"
21+
"typegpu": "workspace:^0.5.7"
2222
},
2323
"files": ["README.md", "LICENSE.md", "package.json", "**/*.mjs"],
2424
"devDependencies": {

packages/tgpu-jit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
"dependencies": {
5858
"acorn": "^8.14.1",
5959
"tinyest": "workspace:~0.1.0",
60-
"tinyest-for-wgsl": "workspace:~0.1.0"
60+
"tinyest-for-wgsl": "workspace:~0.1.1"
6161
}
6262
}

packages/tinyest-for-wgsl/package.json

Lines changed: 1 addition & 1 deletion
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",
4+
"version": "0.1.1",
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",

packages/typegpu-color/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typegpu/color",
33
"type": "module",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"description": "A set of color helper functions for use in WebGPU/TypeGPU apps.",
66
"exports": {
77
".": "./src/index.ts",
@@ -32,7 +32,7 @@
3232
"keywords": [],
3333
"license": "MIT",
3434
"peerDependencies": {
35-
"typegpu": "^0.5.6"
35+
"typegpu": "^0.5.7"
3636
},
3737
"devDependencies": {
3838
"@typegpu/tgpu-dev-cli": "workspace:*",

packages/typegpu-noise/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typegpu/noise",
33
"type": "module",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"description": "A set of noise/pseudo-random functions for use in WebGPU/TypeGPU apps.",
66
"exports": {
77
".": "./src/index.ts",
@@ -31,7 +31,7 @@
3131
"keywords": [],
3232
"license": "MIT",
3333
"peerDependencies": {
34-
"typegpu": "^0.5.6"
34+
"typegpu": "^0.5.7"
3535
},
3636
"devDependencies": {
3737
"@typegpu/tgpu-dev-cli": "workspace:*",

packages/typegpu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typegpu",
33
"private": true,
4-
"version": "0.5.6",
4+
"version": "0.5.7",
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",

packages/unplugin-typegpu/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-typegpu",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Build plugins for TypeGPU, enabling seamless JavaScript -> WGSL transpilation and improved debugging.",
55
"keywords": [
66
"rollup-plugin",
@@ -112,11 +112,11 @@
112112
"magic-string-ast": "^0.9.1",
113113
"picomatch": "^4.0.2",
114114
"defu": "^6.1.4",
115-
"tinyest-for-wgsl": "workspace:~0.1.0",
115+
"tinyest-for-wgsl": "workspace:~0.1.1",
116116
"unplugin": "^2.3.1"
117117
},
118118
"peerDependencies": {
119-
"typegpu": "workspace:^0.5.6"
119+
"typegpu": "workspace:^0.5.7"
120120
},
121121
"devDependencies": {
122122
"@babel/template": "^7.25.9",

pnpm-lock.yaml

Lines changed: 12 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)