wesl-fetch 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > wesl-fetch@0.0.1 build /Users/lee/wesl/wesl-js/tools/packages/wesl-fetch
3
+ > wesl-fetch@0.0.2 build /Users/lee/wesl/wesl-js/tools/packages/wesl-fetch
4
4
  > tsdown
5
5
 
6
6
  ℹ tsdown v0.19.0-beta.3 powered by rolldown v1.0.0-beta.58
@@ -9,6 +9,7 @@
9
9
  ℹ target: es2024
10
10
  ℹ tsconfig: tsconfig.json
11
11
  ℹ Build start
12
+ ℹ Cleaning 1 files
12
13
  ℹ dist/index.js 19.70 kB │ gzip: 5.59 kB
13
14
  ℹ 1 files, total: 19.70 kB
14
- ✔ Build complete in 52ms
15
+ ✔ Build complete in 110ms
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > wesl-fetch@0.0.1 typecheck /Users/lee/wesl/wesl-js/tools/packages/wesl-fetch
3
+ > wesl-fetch@0.0.2 typecheck /Users/lee/wesl/wesl-js/tools/packages/wesl-fetch
4
4
  > tsgo
5
5
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wesl-fetch",
3
3
  "description": "Browser-based HTTP fetching for WESL packages from npm",
4
- "version": "0.0.2",
4
+ "version": "0.0.3",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": "./src/index.ts"
@@ -11,7 +11,7 @@
11
11
  "fflate": "^0.8.2",
12
12
  "nanotar": "^0.2.0",
13
13
  "resolve.exports": "^2.0.3",
14
- "wesl": "0.7.15"
14
+ "wesl": "0.7.16"
15
15
  },
16
16
  "scripts": {
17
17
  "build": "tsdown",