veryfront 0.0.95 → 0.0.96
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/esm/deno.js +1 -1
- package/esm/src/transforms/esm/package-registry.d.ts +2 -1
- package/esm/src/transforms/esm/package-registry.d.ts.map +1 -1
- package/esm/src/transforms/esm/package-registry.js +2 -1
- package/package.json +1 -1
- package/src/deno.js +1 -1
- package/src/src/transforms/esm/package-registry.ts +2 -1
package/esm/deno.js
CHANGED
|
@@ -42,8 +42,9 @@ export declare const REACT_VERSION = "19.1.1";
|
|
|
42
42
|
* v10: Fix import regex to match minified code (from"..." without whitespace)
|
|
43
43
|
* v11: Add HTTP bundle hash→URL mapping for cross-pod recovery
|
|
44
44
|
* v12: Store HTTP bundle code by hash for direct recovery (code:{hash})
|
|
45
|
+
* v13: Fix npm: specifiers for Node.js (convert to esm.sh or local React)
|
|
45
46
|
*/
|
|
46
|
-
export declare const TRANSFORM_CACHE_VERSION =
|
|
47
|
+
export declare const TRANSFORM_CACHE_VERSION = 13;
|
|
47
48
|
/** csstype version - must match deno.json for type consistency */
|
|
48
49
|
export declare const CSSTYPE_VERSION = "3.2.3";
|
|
49
50
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"package-registry.d.ts","sourceRoot":"","sources":["../../../../src/src/transforms/esm/package-registry.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,wEAAwE;AACxE,eAAO,MAAM,qBAAqB,WAAW,CAAC;AAC9C,eAAO,MAAM,gBAAgB,UAAU,CAAC;AAExC;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAE5D;AAED;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,CAOzE;AAED;;;;GAIG;AACH,wBAAgB,eAAe,IAAI,MAAM,CAExC;AAED,iEAAiE;AACjE,eAAO,MAAM,aAAa,WAAwB,CAAC;AAEnD
|
|
1
|
+
{"version":3,"file":"package-registry.d.ts","sourceRoot":"","sources":["../../../../src/src/transforms/esm/package-registry.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,wEAAwE;AACxE,eAAO,MAAM,qBAAqB,WAAW,CAAC;AAC9C,eAAO,MAAM,gBAAgB,UAAU,CAAC;AAExC;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAE5D;AAED;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,CAOzE;AAED;;;;GAIG;AACH,wBAAgB,eAAe,IAAI,MAAM,CAExC;AAED,iEAAiE;AACjE,eAAO,MAAM,aAAa,WAAwB,CAAC;AAEnD;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,uBAAuB,KAAK,CAAC;AAE1C,kEAAkE;AAClE,eAAO,MAAM,eAAe,UAAU,CAAC;AAEvC;;;;GAIG;AACH,wBAAgB,UAAU,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,SAAK,EAAE,QAAQ,UAAQ,GAAG,MAAM,CAK5F;AAED;;;;GAIG;AACH,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,SAAS,MAAM,EAAE,GAAG,MAAM,CAI9F;AAED;;;;;;;;;GASG;AACH,wBAAgB,YAAY,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAUrE;AAED;;;;;;;;;GASG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAO1E;AAED;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAU3E"}
|
|
@@ -53,8 +53,9 @@ export const REACT_VERSION = DEFAULT_REACT_VERSION;
|
|
|
53
53
|
* v10: Fix import regex to match minified code (from"..." without whitespace)
|
|
54
54
|
* v11: Add HTTP bundle hash→URL mapping for cross-pod recovery
|
|
55
55
|
* v12: Store HTTP bundle code by hash for direct recovery (code:{hash})
|
|
56
|
+
* v13: Fix npm: specifiers for Node.js (convert to esm.sh or local React)
|
|
56
57
|
*/
|
|
57
|
-
export const TRANSFORM_CACHE_VERSION =
|
|
58
|
+
export const TRANSFORM_CACHE_VERSION = 13;
|
|
58
59
|
/** csstype version - must match deno.json for type consistency */
|
|
59
60
|
export const CSSTYPE_VERSION = "3.2.3";
|
|
60
61
|
/**
|
package/package.json
CHANGED
package/src/deno.js
CHANGED
|
@@ -59,8 +59,9 @@ export const REACT_VERSION = DEFAULT_REACT_VERSION;
|
|
|
59
59
|
* v10: Fix import regex to match minified code (from"..." without whitespace)
|
|
60
60
|
* v11: Add HTTP bundle hash→URL mapping for cross-pod recovery
|
|
61
61
|
* v12: Store HTTP bundle code by hash for direct recovery (code:{hash})
|
|
62
|
+
* v13: Fix npm: specifiers for Node.js (convert to esm.sh or local React)
|
|
62
63
|
*/
|
|
63
|
-
export const TRANSFORM_CACHE_VERSION =
|
|
64
|
+
export const TRANSFORM_CACHE_VERSION = 13;
|
|
64
65
|
|
|
65
66
|
/** csstype version - must match deno.json for type consistency */
|
|
66
67
|
export const CSSTYPE_VERSION = "3.2.3";
|