@514labs/moose-lib 0.6.239-ci-1-g1d19a0e4 → 0.6.239-ci-1-g1e5af572
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/browserCompatible.js +3 -3
- package/dist/browserCompatible.js.map +1 -1
- package/dist/browserCompatible.mjs +3 -3
- package/dist/browserCompatible.mjs.map +1 -1
- package/dist/dmv2/index.js +3 -3
- package/dist/dmv2/index.js.map +1 -1
- package/dist/dmv2/index.mjs +3 -3
- package/dist/dmv2/index.mjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/moose-runner.js +0 -1
- package/dist/moose-runner.js.map +1 -1
- package/dist/moose-runner.mjs +0 -1
- package/dist/moose-runner.mjs.map +1 -1
- package/package.json +1 -1
package/dist/moose-runner.js
CHANGED
|
@@ -1152,7 +1152,6 @@ init_commons();
|
|
|
1152
1152
|
function getSourceDir() {
|
|
1153
1153
|
return import_process.default.env.MOOSE_SOURCE_DIR || "app";
|
|
1154
1154
|
}
|
|
1155
|
-
var isClientOnlyMode = import_process.default.env.MOOSE_CLIENT_ONLY === "true";
|
|
1156
1155
|
var moose_internal = {
|
|
1157
1156
|
tables: /* @__PURE__ */ new Map(),
|
|
1158
1157
|
streams: /* @__PURE__ */ new Map(),
|