@vibemancer/core 1.0.2 → 1.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.
- package/dist/{chunk-XYEK7THS.js → chunk-E7R4JFAN.js} +2 -2
- package/dist/{chunk-XYEK7THS.js.map → chunk-E7R4JFAN.js.map} +1 -1
- package/dist/index-browser.d.ts +1 -1
- package/dist/index-browser.js +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.js +12 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/engine/bundle-fight.ts +34 -6
- package/src/engine-version.ts +1 -1
|
@@ -208,7 +208,7 @@ function currentRuleset() {
|
|
|
208
208
|
}
|
|
209
209
|
|
|
210
210
|
// src/engine-version.ts
|
|
211
|
-
var ENGINE_VERSION =
|
|
211
|
+
var ENGINE_VERSION = 4221126750888319;
|
|
212
212
|
|
|
213
213
|
// src/engine/hooks-runtime.ts
|
|
214
214
|
var _g = globalThis;
|
|
@@ -10617,4 +10617,4 @@ export {
|
|
|
10617
10617
|
diagnoseTrace,
|
|
10618
10618
|
formatDiagnosis
|
|
10619
10619
|
};
|
|
10620
|
-
//# sourceMappingURL=chunk-
|
|
10620
|
+
//# sourceMappingURL=chunk-E7R4JFAN.js.map
|