@vibemancer/core 0.1.7 → 0.1.8
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-TQUJO647.js → chunk-NPRXDUQZ.js} +2 -2
- package/dist/{chunk-TQUJO647.js.map → chunk-NPRXDUQZ.js.map} +1 -1
- package/dist/index-browser.d.ts +1 -1
- package/dist/index-browser.js +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/engine/bundle-fight.ts +8 -2
- package/src/engine-version.ts +1 -1
|
@@ -207,7 +207,7 @@ function currentRuleset() {
|
|
|
207
207
|
}
|
|
208
208
|
|
|
209
209
|
// src/engine-version.ts
|
|
210
|
-
var ENGINE_VERSION =
|
|
210
|
+
var ENGINE_VERSION = 1782305393165;
|
|
211
211
|
|
|
212
212
|
// src/engine/hooks-runtime.ts
|
|
213
213
|
var _g = globalThis;
|
|
@@ -10614,4 +10614,4 @@ export {
|
|
|
10614
10614
|
diagnoseTrace,
|
|
10615
10615
|
formatDiagnosis
|
|
10616
10616
|
};
|
|
10617
|
-
//# sourceMappingURL=chunk-
|
|
10617
|
+
//# sourceMappingURL=chunk-NPRXDUQZ.js.map
|