@beingniloy/megon 1.0.1 → 1.0.2
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/bin/index.js +1 -1
- package/dist/bin/worker.js +877 -877
- package/package.json +1 -1
package/dist/bin/index.js
CHANGED
|
@@ -154666,7 +154666,7 @@ function lazy2(fn3) {
|
|
|
154666
154666
|
}
|
|
154667
154667
|
|
|
154668
154668
|
// ../../packages/server/src/installation/meta.ts
|
|
154669
|
-
var VERSION = "1.0.
|
|
154669
|
+
var VERSION = "1.0.2", CHANNEL = "local";
|
|
154670
154670
|
|
|
154671
154671
|
// ../../packages/server/src/effect/logger.ts
|
|
154672
154672
|
var EffectLogger;
|