@utoo/pack-shared 1.4.8-alpha.4 → 1.4.9-rc.0

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/cjs/config.d.ts CHANGED
@@ -172,6 +172,7 @@ export interface ConfigComplete {
172
172
  from: string;
173
173
  to?: string;
174
174
  } | string>;
175
+ /** URL prefix for chunks/assets. Use "runtime" for globalThis.publicPath or "auto" for current-script inference. */
175
176
  publicPath?: string;
176
177
  crossOriginLoading?: false | "anonymous" | "use-credentials";
177
178
  chunkLoadingGlobal?: string;
package/esm/config.d.ts CHANGED
@@ -172,6 +172,7 @@ export interface ConfigComplete {
172
172
  from: string;
173
173
  to?: string;
174
174
  } | string>;
175
+ /** URL prefix for chunks/assets. Use "runtime" for globalThis.publicPath or "auto" for current-script inference. */
175
176
  publicPath?: string;
176
177
  crossOriginLoading?: false | "anonymous" | "use-credentials";
177
178
  chunkLoadingGlobal?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utoo/pack-shared",
3
- "version": "1.4.8-alpha.4",
3
+ "version": "1.4.9-rc.0",
4
4
  "main": "cjs/index.js",
5
5
  "module": "esm/index.js",
6
6
  "types": "esm/index.d.ts",