wesl-fetch 0.0.10 → 0.0.11

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.
package/dist/index.js CHANGED
@@ -399,7 +399,7 @@ function normalizeUrl(url) {
399
399
 
400
400
  //#endregion
401
401
  //#region src/PackageLoader.ts
402
- const virtualModules = ["constants", "test"];
402
+ const virtualModules = ["constants", "env"];
403
403
  /** Resolve dependencies: internal modules via HTTP, external packages from npm. */
404
404
  async function fetchDependencies(rootModuleSource, options) {
405
405
  const shaderRoot = options?.shaderRoot ?? "/shaders";
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.10",
4
+ "version": "0.0.11",
5
5
  "type": "module",
6
6
  "repository": "github:wgsl-tooling-wg/wesl-js",
7
7
  "exports": {
@@ -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.22"
14
+ "wesl": "0.7.23"
15
15
  },
16
16
  "scripts": {
17
17
  "build": "tsdown",
@@ -51,7 +51,7 @@ export interface FetchOptions {
51
51
  skipExternal?: boolean;
52
52
  }
53
53
 
54
- const virtualModules = ["constants", "test"];
54
+ const virtualModules = ["constants", "env"];
55
55
 
56
56
  /** Resolve dependencies: internal modules via HTTP, external packages from npm. */
57
57
  export async function fetchDependencies(