Skip to content

Commit 5b116d1

Browse files
committed
Merge branch 'main' into release
2 parents c21ee71 + f6f02aa commit 5b116d1

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

packages/unplugin-typegpu/package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-typegpu",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"description": "Build plugins for TypeGPU, enabling seamless JavaScript -> WGSL transpilation and improved debugging.",
55
"keywords": [
66
"babel-plugin",
@@ -47,8 +47,8 @@
4747
"./package.json": "./package.json",
4848
".": {
4949
"import": {
50-
"types": "./dist/index.d.mts",
51-
"default": "./dist/index.mjs"
50+
"types": "./dist/index.d.ts",
51+
"default": "./dist/index.js"
5252
},
5353
"require": {
5454
"types": "./dist/index.d.cts",
@@ -57,8 +57,8 @@
5757
},
5858
"./rollup": {
5959
"import": {
60-
"types": "./dist/rollup.d.mts",
61-
"default": "./dist/rollup.mjs"
60+
"types": "./dist/rollup.d.ts",
61+
"default": "./dist/rollup.js"
6262
},
6363
"require": {
6464
"types": "./dist/rollup.d.cts",
@@ -67,8 +67,8 @@
6767
},
6868
"./babel": {
6969
"import": {
70-
"types": "./dist/babel.d.mts",
71-
"default": "./dist/babel.mjs"
70+
"types": "./dist/babel.d.ts",
71+
"default": "./dist/babel.js"
7272
},
7373
"require": {
7474
"types": "./dist/babel.d.cts",
@@ -77,8 +77,8 @@
7777
},
7878
"./bun": {
7979
"import": {
80-
"types": "./dist/bun.d.mts",
81-
"default": "./dist/bun.mjs"
80+
"types": "./dist/bun.d.ts",
81+
"default": "./dist/bun.js"
8282
},
8383
"require": {
8484
"types": "./dist/bun.d.cts",
@@ -87,8 +87,8 @@
8787
},
8888
"./esbuild": {
8989
"import": {
90-
"types": "./dist/esbuild.d.mts",
91-
"default": "./dist/esbuild.mjs"
90+
"types": "./dist/esbuild.d.ts",
91+
"default": "./dist/esbuild.js"
9292
},
9393
"require": {
9494
"types": "./dist/esbuild.d.cts",
@@ -97,8 +97,8 @@
9797
},
9898
"./farm": {
9999
"import": {
100-
"types": "./dist/farm.d.mts",
101-
"default": "./dist/farm.mjs"
100+
"types": "./dist/farm.d.ts",
101+
"default": "./dist/farm.js"
102102
},
103103
"require": {
104104
"types": "./dist/farm.d.cts",
@@ -107,8 +107,8 @@
107107
},
108108
"./rolldown": {
109109
"import": {
110-
"types": "./dist/rolldown.d.mts",
111-
"default": "./dist/rolldown.mjs"
110+
"types": "./dist/rolldown.d.ts",
111+
"default": "./dist/rolldown.js"
112112
},
113113
"require": {
114114
"types": "./dist/rolldown.d.cts",
@@ -117,8 +117,8 @@
117117
},
118118
"./rolldown-browser": {
119119
"import": {
120-
"types": "./dist/rolldown-browser.d.mts",
121-
"default": "./dist/rolldown-browser.mjs"
120+
"types": "./dist/rolldown-browser.d.ts",
121+
"default": "./dist/rolldown-browser.js"
122122
},
123123
"require": {
124124
"types": "./dist/rolldown-browser.d.cts",
@@ -127,8 +127,8 @@
127127
},
128128
"./rspack": {
129129
"import": {
130-
"types": "./dist/rspack.d.mts",
131-
"default": "./dist/rspack.mjs"
130+
"types": "./dist/rspack.d.ts",
131+
"default": "./dist/rspack.js"
132132
},
133133
"require": {
134134
"types": "./dist/rspack.d.cts",
@@ -137,8 +137,8 @@
137137
},
138138
"./vite": {
139139
"import": {
140-
"types": "./dist/vite.d.mts",
141-
"default": "./dist/vite.mjs"
140+
"types": "./dist/vite.d.ts",
141+
"default": "./dist/vite.js"
142142
},
143143
"require": {
144144
"types": "./dist/vite.d.cts",
@@ -147,8 +147,8 @@
147147
},
148148
"./webpack": {
149149
"import": {
150-
"types": "./dist/webpack.d.mts",
151-
"default": "./dist/webpack.mjs"
150+
"types": "./dist/webpack.d.ts",
151+
"default": "./dist/webpack.js"
152152
},
153153
"require": {
154154
"types": "./dist/webpack.d.cts",
@@ -157,8 +157,8 @@
157157
}
158158
},
159159
"linkDirectory": false,
160-
"main": "./dist/index.mjs",
161-
"types": "./dist/index.d.mts"
160+
"main": "./dist/index.js",
161+
"types": "./dist/index.d.ts"
162162
},
163163
"scripts": {
164164
"build": "tsdown",

0 commit comments

Comments
 (0)