@saltcorn/db-common
Advanced tools
Comparing version 1.1.1 to 1.1.2-beta.0
@@ -19,9 +19,19 @@ "use strict"; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
var __importStar = (this && this.__importStar) || (function () { | ||
var ownKeys = function(o) { | ||
ownKeys = Object.getOwnPropertyNames || function (o) { | ||
var ar = []; | ||
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; | ||
return ar; | ||
}; | ||
return ownKeys(o); | ||
}; | ||
return function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
})(); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
@@ -28,0 +38,0 @@ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); |
@@ -445,3 +445,3 @@ "use strict"; | ||
? inputWhere[k].map((w) => (0, exports.prefixFieldsInWhere)(w, tablePrefix)) | ||
: (0, exports.prefixFieldsInWhere)(inputWhere[k], tablePrefix); | ||
: [(0, exports.prefixFieldsInWhere)(inputWhere[k], tablePrefix)]; | ||
} | ||
@@ -448,0 +448,0 @@ else if (k === "and") { |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { AsyncLocalStorage } from "async_hooks"; | ||
@@ -3,0 +2,0 @@ export declare const tenantNamespace: AsyncLocalStorage<unknown>; |
{ | ||
"name": "@saltcorn/db-common", | ||
"version": "1.1.1", | ||
"version": "1.1.2-beta.0", | ||
"description": "Db common structures for Saltcorn, open-source no-code platform", | ||
@@ -32,4 +32,4 @@ "homepage": "https://saltcorn.com", | ||
"jest": "^29.7.0", | ||
"@types/node": "^16.11.7", | ||
"typescript": "^4.4.4" | ||
"@types/node": "^18.11.9", | ||
"typescript": "^5.7.3" | ||
}, | ||
@@ -36,0 +36,0 @@ "jest": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
116356
1600
1