@malloydata/malloy 0.0.251 → 0.0.252-dev250328040601
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/api/core.js +2 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +4 -4
package/dist/api/core.js
CHANGED
|
@@ -208,14 +208,14 @@ function compileQuery(request, state) {
|
|
|
208
208
|
exports.compileQuery = compileQuery;
|
|
209
209
|
function updateCompileModelState(state, needs) {
|
|
210
210
|
function performUpdate(state, update) {
|
|
211
|
-
var _a, _b;
|
|
211
|
+
var _a, _b, _c, _d;
|
|
212
212
|
state.translator.update(update);
|
|
213
213
|
if (state.extending) {
|
|
214
214
|
performUpdate(state.extending, update);
|
|
215
215
|
}
|
|
216
216
|
if (!state.hasSource) {
|
|
217
217
|
state.hasSource =
|
|
218
|
-
(_b = (_a = needs === null || needs === void 0 ? void 0 : needs.files) === null || _a === void 0 ? void 0 : _a.some(f => f.url === state.translator.sourceURL)) !== null && _b !== void 0 ? _b : false;
|
|
218
|
+
(_d = (_b = (_a = needs === null || needs === void 0 ? void 0 : needs.files) === null || _a === void 0 ? void 0 : _a.some(f => f.url === state.translator.sourceURL)) !== null && _b !== void 0 ? _b : (_c = needs === null || needs === void 0 ? void 0 : needs.translations) === null || _c === void 0 ? void 0 : _c.some(f => f.url === state.translator.sourceURL)) !== null && _d !== void 0 ? _d : false;
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
221
|
const update = compilerNeedsToUpdate(needs);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MALLOY_VERSION = "0.0.
|
|
1
|
+
export declare const MALLOY_VERSION = "0.0.252";
|
package/dist/version.js
CHANGED
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.MALLOY_VERSION = void 0;
|
|
4
4
|
// generated with 'generate-version-file' script; do not edit manually
|
|
5
|
-
exports.MALLOY_VERSION = '0.0.
|
|
5
|
+
exports.MALLOY_VERSION = '0.0.252';
|
|
6
6
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloydata/malloy",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.252-dev250328040601",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/index.js",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"generate-version-file": "VERSION=$(npm pkg get version --workspaces=false | tr -d \\\")\necho \"// generated with 'generate-version-file' script; do not edit manually\\nexport const MALLOY_VERSION = '$VERSION';\" > src/version.ts"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@malloydata/malloy-filter": "^0.0.
|
|
45
|
-
"@malloydata/malloy-interfaces": "^0.0.
|
|
46
|
-
"@malloydata/malloy-tag": "^0.0.
|
|
44
|
+
"@malloydata/malloy-filter": "^0.0.252-dev250328040601",
|
|
45
|
+
"@malloydata/malloy-interfaces": "^0.0.252-dev250328040601",
|
|
46
|
+
"@malloydata/malloy-tag": "^0.0.252-dev250328040601",
|
|
47
47
|
"antlr4ts": "^0.5.0-alpha.4",
|
|
48
48
|
"assert": "^2.0.0",
|
|
49
49
|
"jest-diff": "^29.6.2",
|