owservable 0.8.30 → 0.8.32
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/lib/functions/action/add.action.cronjobs.js +1 -0
- package/lib/functions/action/add.action.cronjobs.js.map +1 -1
- package/lib/functions/action/add.action.watchers.js +1 -0
- package/lib/functions/action/add.action.watchers.js.map +1 -1
- package/lib/functions/action/add.action.workers.js +1 -0
- package/lib/functions/action/add.action.workers.js.map +1 -1
- package/lib/mongodb/functions/index/add.both.indices.to.attributes.d.ts +3 -0
- package/lib/mongodb/functions/index/add.both.indices.to.attributes.js +10 -0
- package/lib/mongodb/functions/index/add.both.indices.to.attributes.js.map +1 -0
- package/lib/mongodb/functions/index/add.down.indices.to.attributes.d.ts +3 -0
- package/lib/mongodb/functions/index/add.down.indices.to.attributes.js +6 -0
- package/lib/mongodb/functions/index/add.down.indices.to.attributes.js.map +1 -0
- package/lib/mongodb/functions/index/add.index.to.attributes.d.ts +3 -0
- package/lib/mongodb/functions/index/add.index.to.attributes.js +12 -0
- package/lib/mongodb/functions/index/add.index.to.attributes.js.map +1 -0
- package/lib/mongodb/functions/index/add.up.indices.to.attributes.d.ts +3 -0
- package/lib/mongodb/functions/index/add.up.indices.to.attributes.js +6 -0
- package/lib/mongodb/functions/index/add.up.indices.to.attributes.js.map +1 -0
- package/lib/owservable.d.ts +5 -1
- package/lib/owservable.js +9 -1
- package/lib/owservable.js.map +1 -1
- package/package.json +3 -2
|
@@ -6,6 +6,7 @@ const execute_cronjob_1 = require("../execute/execute.cronjob");
|
|
|
6
6
|
function addActionCronjobs(root, folderName) {
|
|
7
7
|
const actionPaths = (0, folders_1.listSubfoldersFilesByFolderName)(root, folderName);
|
|
8
8
|
for (const actionPath of actionPaths) {
|
|
9
|
+
console.log(' - [@owservable] Initializing cronjob action', actionPath);
|
|
9
10
|
const ActionClass = require(actionPath).default;
|
|
10
11
|
const action = new ActionClass();
|
|
11
12
|
if ((0, lodash_1.isFunction)(action.schedule) && (0, lodash_1.isFunction)(action.asCronjob)) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add.action.cronjobs.js","sourceRoot":"","sources":["../../../src/functions/action/add.action.cronjobs.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,mCAAuC;AAGvC,iDAAoE;AAGpE,gEAAwD;AAExD,SAAwB,iBAAiB,CAAC,IAAY,EAAE,UAAkB;IACzE,MAAM,WAAW,GAAa,IAAA,yCAA+B,EAAC,IAAI,EAAE,UAAU,CAAC,CAAC;IAEhF,KAAK,MAAM,UAAU,IAAI,WAAW,EAAE;
|
|
1
|
+
{"version":3,"file":"add.action.cronjobs.js","sourceRoot":"","sources":["../../../src/functions/action/add.action.cronjobs.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,mCAAuC;AAGvC,iDAAoE;AAGpE,gEAAwD;AAExD,SAAwB,iBAAiB,CAAC,IAAY,EAAE,UAAkB;IACzE,MAAM,WAAW,GAAa,IAAA,yCAA+B,EAAC,IAAI,EAAE,UAAU,CAAC,CAAC;IAEhF,KAAK,MAAM,UAAU,IAAI,WAAW,EAAE;QACrC,OAAO,CAAC,GAAG,CAAC,gDAAgD,EAAE,UAAU,CAAC,CAAC;QAE1E,MAAM,WAAW,GAAuC,OAAO,CAAC,UAAU,CAAC,CAAC,OAAO,CAAC;QACpF,MAAM,MAAM,GAA6B,IAAI,WAAW,EAAE,CAAC;QAE3D,IAAI,IAAA,mBAAU,EAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,IAAA,mBAAU,EAAC,MAAM,CAAC,SAAS,CAAC,EAAE;YAChE,MAAM,GAAG,GAAgB;gBACxB,QAAQ,EAAE,MAAM,CAAC,QAAQ,EAAE;gBAC3B,GAAG,EAAE,MAAM,CAAC,SAAS;aACrB,CAAC;YAEF,IAAI,IAAA,mBAAU,EAAC,MAAM,CAAC,cAAc,CAAC;gBAAE,IAAA,YAAG,EAAC,GAAG,EAAE,SAAS,EAAE,MAAM,CAAC,cAAc,EAAE,CAAC,CAAC;YACpF,IAAI,IAAA,mBAAU,EAAC,MAAM,CAAC,aAAa,CAAC;gBAAE,IAAA,YAAG,EAAC,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC,aAAa,EAAE,CAAC,CAAC;YAE/E,IAAA,yBAAc,EAAC,GAAG,CAAC,CAAC;SACpB;KACD;AACF,CAAC;AArBD,oCAqBC"}
|
|
@@ -6,6 +6,7 @@ const execute_watcher_1 = require("../execute/execute.watcher");
|
|
|
6
6
|
function addActionWatchers(root, folderName) {
|
|
7
7
|
const actionPaths = (0, folders_1.listSubfoldersFilesByFolderName)(root, folderName);
|
|
8
8
|
for (const actionPath of actionPaths) {
|
|
9
|
+
console.log(' - [@owservable] Initializing watcher action', actionPath);
|
|
9
10
|
const ActionClass = require(actionPath).default;
|
|
10
11
|
const action = new ActionClass();
|
|
11
12
|
if ((0, lodash_1.isFunction)(action.asWatcher)) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add.action.watchers.js","sourceRoot":"","sources":["../../../src/functions/action/add.action.watchers.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,mCAAuC;AAGvC,iDAAoE;AAGpE,gEAAwD;AAExD,SAAwB,iBAAiB,CAAC,IAAY,EAAE,UAAkB;IACzE,MAAM,WAAW,GAAa,IAAA,yCAA+B,EAAC,IAAI,EAAE,UAAU,CAAC,CAAC;IAEhF,KAAK,MAAM,UAAU,IAAI,WAAW,EAAE;
|
|
1
|
+
{"version":3,"file":"add.action.watchers.js","sourceRoot":"","sources":["../../../src/functions/action/add.action.watchers.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,mCAAuC;AAGvC,iDAAoE;AAGpE,gEAAwD;AAExD,SAAwB,iBAAiB,CAAC,IAAY,EAAE,UAAkB;IACzE,MAAM,WAAW,GAAa,IAAA,yCAA+B,EAAC,IAAI,EAAE,UAAU,CAAC,CAAC;IAEhF,KAAK,MAAM,UAAU,IAAI,WAAW,EAAE;QACrC,OAAO,CAAC,GAAG,CAAC,gDAAgD,EAAE,UAAU,CAAC,CAAC;QAE1E,MAAM,WAAW,GAAuC,OAAO,CAAC,UAAU,CAAC,CAAC,OAAO,CAAC;QACpF,MAAM,MAAM,GAA6B,IAAI,WAAW,EAAE,CAAC;QAE3D,IAAI,IAAA,mBAAU,EAAC,MAAM,CAAC,SAAS,CAAC,EAAE;YACjC,MAAM,GAAG,GAAgB;gBACxB,KAAK,EAAE,MAAM,CAAC,SAAS;aACvB,CAAC;YACF,IAAI,IAAA,mBAAU,EAAC,MAAM,CAAC,aAAa,CAAC;gBAAE,IAAA,YAAG,EAAC,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC,aAAa,EAAE,CAAC,CAAC;YAE/E,IAAA,yBAAc,EAAC,GAAG,CAAC,CAAC;SACpB;KACD;AACF,CAAC;AAlBD,oCAkBC"}
|
|
@@ -6,6 +6,7 @@ const execute_worker_1 = require("../execute/execute.worker");
|
|
|
6
6
|
function addActionWorkers(root, folderName) {
|
|
7
7
|
const actionPaths = (0, folders_1.listSubfoldersFilesByFolderName)(root, folderName);
|
|
8
8
|
for (const actionPath of actionPaths) {
|
|
9
|
+
console.log(' - [@owservable] Initializing worker action', actionPath);
|
|
9
10
|
const ActionClass = require(actionPath).default;
|
|
10
11
|
const action = new ActionClass();
|
|
11
12
|
if ((0, lodash_1.isFunction)(action.asWorker)) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add.action.workers.js","sourceRoot":"","sources":["../../../src/functions/action/add.action.workers.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,mCAAuC;AAGvC,iDAAoE;AAGpE,8DAAsD;AAEtD,SAAwB,gBAAgB,CAAC,IAAY,EAAE,UAAkB;IACxE,MAAM,WAAW,GAAa,IAAA,yCAA+B,EAAC,IAAI,EAAE,UAAU,CAAC,CAAC;IAEhF,KAAK,MAAM,UAAU,IAAI,WAAW,EAAE;
|
|
1
|
+
{"version":3,"file":"add.action.workers.js","sourceRoot":"","sources":["../../../src/functions/action/add.action.workers.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,mCAAuC;AAGvC,iDAAoE;AAGpE,8DAAsD;AAEtD,SAAwB,gBAAgB,CAAC,IAAY,EAAE,UAAkB;IACxE,MAAM,WAAW,GAAa,IAAA,yCAA+B,EAAC,IAAI,EAAE,UAAU,CAAC,CAAC;IAEhF,KAAK,MAAM,UAAU,IAAI,WAAW,EAAE;QACrC,OAAO,CAAC,GAAG,CAAC,+CAA+C,EAAE,UAAU,CAAC,CAAC;QAEzE,MAAM,WAAW,GAAsC,OAAO,CAAC,UAAU,CAAC,CAAC,OAAO,CAAC;QACnF,MAAM,MAAM,GAA4B,IAAI,WAAW,EAAE,CAAC;QAE1D,IAAI,IAAA,mBAAU,EAAC,MAAM,CAAC,QAAQ,CAAC,EAAE;YAChC,MAAM,GAAG,GAAe;gBACvB,IAAI,EAAE,MAAM,CAAC,QAAQ;aACrB,CAAC;YACF,IAAI,IAAA,mBAAU,EAAC,MAAM,CAAC,YAAY,CAAC;gBAAE,IAAA,YAAG,EAAC,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC;YAE7E,IAAA,wBAAa,EAAC,GAAG,CAAC,CAAC;SACnB;KACD;AACF,CAAC;AAlBD,mCAkBC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const add_up_indices_to_attributes_1 = require("./add.up.indices.to.attributes");
|
|
4
|
+
const add_down_indices_to_attributes_1 = require("./add.down.indices.to.attributes");
|
|
5
|
+
const addBothIndicesToAttributes = (schema, attributes) => {
|
|
6
|
+
(0, add_up_indices_to_attributes_1.default)(schema, attributes);
|
|
7
|
+
(0, add_down_indices_to_attributes_1.default)(schema, attributes);
|
|
8
|
+
};
|
|
9
|
+
exports.default = addBothIndicesToAttributes;
|
|
10
|
+
//# sourceMappingURL=add.both.indices.to.attributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add.both.indices.to.attributes.js","sourceRoot":"","sources":["../../../../src/mongodb/functions/index/add.both.indices.to.attributes.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAIb,iFAAsE;AACtE,qFAA0E;AAE1E,MAAM,0BAA0B,GAAG,CAAC,MAAc,EAAE,UAAoB,EAAQ,EAAE;IACjF,IAAA,sCAAwB,EAAC,MAAM,EAAE,UAAU,CAAC,CAAC;IAC7C,IAAA,wCAA0B,EAAC,MAAM,EAAE,UAAU,CAAC,CAAC;AAChD,CAAC,CAAC;AACF,kBAAe,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const add_index_to_attributes_1 = require("./add.index.to.attributes");
|
|
4
|
+
const addDownIndicesToAttributes = (schema, attributes) => (0, add_index_to_attributes_1.default)(schema, attributes, -1);
|
|
5
|
+
exports.default = addDownIndicesToAttributes;
|
|
6
|
+
//# sourceMappingURL=add.down.indices.to.attributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add.down.indices.to.attributes.js","sourceRoot":"","sources":["../../../../src/mongodb/functions/index/add.down.indices.to.attributes.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAIb,uEAA6D;AAE7D,MAAM,0BAA0B,GAAG,CAAC,MAAc,EAAE,UAAoB,EAAQ,EAAE,CAAC,IAAA,iCAAoB,EAAC,MAAM,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC;AAChI,kBAAe,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const lodash_1 = require("lodash");
|
|
4
|
+
const addIndexToAttributes = (schema, attributes, index) => {
|
|
5
|
+
(0, lodash_1.each)(attributes, (attribute) => {
|
|
6
|
+
const ind = {};
|
|
7
|
+
(0, lodash_1.set)(ind, attribute, index);
|
|
8
|
+
schema.index(ind);
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
exports.default = addIndexToAttributes;
|
|
12
|
+
//# sourceMappingURL=add.index.to.attributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add.index.to.attributes.js","sourceRoot":"","sources":["../../../../src/mongodb/functions/index/add.index.to.attributes.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAGb,mCAAiC;AAEjC,MAAM,oBAAoB,GAAG,CAAC,MAAc,EAAE,UAAoB,EAAE,KAAa,EAAQ,EAAE;IAC1F,IAAA,aAAI,EAAC,UAAU,EAAE,CAAC,SAAiB,EAAE,EAAE;QACtC,MAAM,GAAG,GAAG,EAAE,CAAC;QACf,IAAA,YAAG,EAAC,GAAG,EAAE,SAAS,EAAE,KAAK,CAAC,CAAC;QAC3B,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IACnB,CAAC,CAAC,CAAC;AACJ,CAAC,CAAC;AACF,kBAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const add_index_to_attributes_1 = require("./add.index.to.attributes");
|
|
4
|
+
const addUpIndicesToAttributes = (schema, attributes) => (0, add_index_to_attributes_1.default)(schema, attributes, 1);
|
|
5
|
+
exports.default = addUpIndicesToAttributes;
|
|
6
|
+
//# sourceMappingURL=add.up.indices.to.attributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add.up.indices.to.attributes.js","sourceRoot":"","sources":["../../../../src/mongodb/functions/index/add.up.indices.to.attributes.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAIb,uEAA6D;AAE7D,MAAM,wBAAwB,GAAG,CAAC,MAAc,EAAE,UAAoB,EAAQ,EAAE,CAAC,IAAA,iCAAoB,EAAC,MAAM,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC;AAC7H,kBAAe,wBAAwB,CAAC"}
|
package/lib/owservable.d.ts
CHANGED
|
@@ -23,6 +23,10 @@ import executeOnFilesRecursively from './functions/execute/execute.on.files.recu
|
|
|
23
23
|
import DataMiddlewareMap from './middleware/data.middleware.map';
|
|
24
24
|
import MongoDBConnector from './mongodb/mongodb.connector';
|
|
25
25
|
import CollectionsModelsMap from './mongodb/collections.models.map';
|
|
26
|
+
import addBothIndicesToAttributes from './mongodb/functions/index/add.both.indices.to.attributes';
|
|
27
|
+
import addDownIndicesToAttributes from './mongodb/functions/index/add.down.indices.to.attributes';
|
|
28
|
+
import addIndexToAttributes from './mongodb/functions/index/add.index.to.attributes';
|
|
29
|
+
import addUpIndicesToAttributes from './mongodb/functions/index/add.up.indices.to.attributes';
|
|
26
30
|
import processModels from './mongodb/functions/process.models';
|
|
27
31
|
import observableModel from './mongodb/functions/observable.model';
|
|
28
32
|
import observableDatabase from './mongodb/functions/observable.database';
|
|
@@ -31,6 +35,6 @@ import CountStore from './store/count.store';
|
|
|
31
35
|
import DocumentStore from './store/document.store';
|
|
32
36
|
import CollectionStore from './store/collection.store';
|
|
33
37
|
import storeFactory from './store/factories/store.factory';
|
|
34
|
-
export { OwservableClient, EStoreType, ConnectionManagerRefreshType, CronJobType, StoreScopeType, StoreSubscriptionConfigType, StoreSubscriptionUpdateType, SubscriptionMethodsType, WatcherType, WorkerType, IConnectionManager, initiateCronjobs, initiateWatchers, initiateWorkers, addActionCronjobs, addActionWatchers, addActionWorkers, executeCronjob, executeWatcher, executeWorker, executeProcessesInFolder, executeOnFilesRecursively, DataMiddlewareMap, MongoDBConnector, CollectionsModelsMap, processModels, observableModel, observableDatabase, AStore, CountStore, DocumentStore, CollectionStore, storeFactory };
|
|
38
|
+
export { OwservableClient, EStoreType, ConnectionManagerRefreshType, CronJobType, StoreScopeType, StoreSubscriptionConfigType, StoreSubscriptionUpdateType, SubscriptionMethodsType, WatcherType, WorkerType, IConnectionManager, initiateCronjobs, initiateWatchers, initiateWorkers, addActionCronjobs, addActionWatchers, addActionWorkers, executeCronjob, executeWatcher, executeWorker, executeProcessesInFolder, executeOnFilesRecursively, DataMiddlewareMap, MongoDBConnector, CollectionsModelsMap, addBothIndicesToAttributes, addDownIndicesToAttributes, addIndexToAttributes, addUpIndicesToAttributes, processModels, observableModel, observableDatabase, AStore, CountStore, DocumentStore, CollectionStore, storeFactory };
|
|
35
39
|
declare const Owservable: {};
|
|
36
40
|
export default Owservable;
|
package/lib/owservable.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.storeFactory = exports.CollectionStore = exports.DocumentStore = exports.CountStore = exports.AStore = exports.observableDatabase = exports.observableModel = exports.processModels = exports.CollectionsModelsMap = exports.MongoDBConnector = exports.DataMiddlewareMap = exports.executeOnFilesRecursively = exports.executeProcessesInFolder = exports.executeWorker = exports.executeWatcher = exports.executeCronjob = exports.addActionWorkers = exports.addActionWatchers = exports.addActionCronjobs = exports.initiateWorkers = exports.initiateWatchers = exports.initiateCronjobs = exports.EStoreType = exports.OwservableClient = void 0;
|
|
3
|
+
exports.storeFactory = exports.CollectionStore = exports.DocumentStore = exports.CountStore = exports.AStore = exports.observableDatabase = exports.observableModel = exports.processModels = exports.addUpIndicesToAttributes = exports.addIndexToAttributes = exports.addDownIndicesToAttributes = exports.addBothIndicesToAttributes = exports.CollectionsModelsMap = exports.MongoDBConnector = exports.DataMiddlewareMap = exports.executeOnFilesRecursively = exports.executeProcessesInFolder = exports.executeWorker = exports.executeWatcher = exports.executeCronjob = exports.addActionWorkers = exports.addActionWatchers = exports.addActionCronjobs = exports.initiateWorkers = exports.initiateWatchers = exports.initiateCronjobs = exports.EStoreType = exports.OwservableClient = void 0;
|
|
4
4
|
const owservable_client_1 = require("./owservable.client");
|
|
5
5
|
exports.OwservableClient = owservable_client_1.default;
|
|
6
6
|
const store_type_enum_1 = require("./_enums/store.type.enum");
|
|
@@ -33,6 +33,14 @@ const mongodb_connector_1 = require("./mongodb/mongodb.connector");
|
|
|
33
33
|
exports.MongoDBConnector = mongodb_connector_1.default;
|
|
34
34
|
const collections_models_map_1 = require("./mongodb/collections.models.map");
|
|
35
35
|
exports.CollectionsModelsMap = collections_models_map_1.default;
|
|
36
|
+
const add_both_indices_to_attributes_1 = require("./mongodb/functions/index/add.both.indices.to.attributes");
|
|
37
|
+
exports.addBothIndicesToAttributes = add_both_indices_to_attributes_1.default;
|
|
38
|
+
const add_down_indices_to_attributes_1 = require("./mongodb/functions/index/add.down.indices.to.attributes");
|
|
39
|
+
exports.addDownIndicesToAttributes = add_down_indices_to_attributes_1.default;
|
|
40
|
+
const add_index_to_attributes_1 = require("./mongodb/functions/index/add.index.to.attributes");
|
|
41
|
+
exports.addIndexToAttributes = add_index_to_attributes_1.default;
|
|
42
|
+
const add_up_indices_to_attributes_1 = require("./mongodb/functions/index/add.up.indices.to.attributes");
|
|
43
|
+
exports.addUpIndicesToAttributes = add_up_indices_to_attributes_1.default;
|
|
36
44
|
const process_models_1 = require("./mongodb/functions/process.models");
|
|
37
45
|
exports.processModels = process_models_1.default;
|
|
38
46
|
const observable_model_1 = require("./mongodb/functions/observable.model");
|
package/lib/owservable.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"owservable.js","sourceRoot":"","sources":["../src/owservable.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;;AAEb,2DAAmD;
|
|
1
|
+
{"version":3,"file":"owservable.js","sourceRoot":"","sources":["../src/owservable.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;;AAEb,2DAAmD;AA6DlD,2BA7DM,2BAAgB,CA6DN;AA1DjB,8DAAkD;AA6DjD,qBA7DM,yBAAU,CA6DN;AA7CX,mEAA2D;AA+D1D,0BA/DM,0BAAe,CA+DN;AA9DhB,qEAA6D;AA4D5D,2BA5DM,2BAAgB,CA4DN;AA3DjB,qEAA6D;AA4D5D,2BA5DM,2BAAgB,CA4DN;AAzDjB,gFAAuE;AA6DtE,4BA7DM,6BAAiB,CA6DN;AA5DlB,gFAAuE;AA6DtE,4BA7DM,6BAAiB,CA6DN;AA5DlB,8EAAqE;AA6DpE,2BA7DM,4BAAgB,CA6DN;AA1DjB,yEAAiE;AA6DhE,yBA7DM,yBAAc,CA6DN;AA5Df,yEAAiE;AA6DhE,yBA7DM,yBAAc,CA6DN;AA5Df,uEAA+D;AA6D9D,wBA7DM,wBAAa,CA6DN;AA5Dd,iGAAuF;AA6DtF,mCA7DM,qCAAwB,CA6DN;AA5DzB,mGAAyF;AA6DxF,oCA7DM,sCAAyB,CA6DN;AA1D1B,0EAAiE;AA6DhE,4BA7DM,6BAAiB,CA6DN;AA1DlB,mEAA2D;AA6D1D,2BA7DM,2BAAgB,CA6DN;AA5DjB,6EAAoE;AA6DnE,+BA7DM,gCAAoB,CA6DN;AA1DrB,6GAAkG;AA6DjG,qCA7DM,wCAA0B,CA6DN;AA5D3B,6GAAkG;AA6DjG,qCA7DM,wCAA0B,CA6DN;AA5D3B,+FAAqF;AA6DpF,+BA7DM,iCAAoB,CA6DN;AA5DrB,yGAA8F;AA6D7F,mCA7DM,sCAAwB,CA6DN;AA5DzB,uEAA+D;AA6D9D,wBA7DM,wBAAa,CA6DN;AA5Dd,2EAAmE;AA6DlE,0BA7DM,0BAAe,CA6DN;AA5DhB,iFAAyE;AA6DxE,6BA7DM,6BAAkB,CA6DN;AA1DnB,6CAAqC;AA6DpC,iBA7DM,iBAAM,CA6DN;AA5DP,qDAA6C;AA6D5C,qBA7DM,qBAAU,CA6DN;AA5DX,2DAAmD;AA6DlD,wBA7DM,wBAAa,CA6DN;AA5Dd,+DAAuD;AA6DtD,0BA7DM,0BAAe,CA6DN;AA1DhB,mEAA2D;AA6D1D,uBA7DM,uBAAY,CA6DN;AAGb,MAAM,UAAU,GAAG,EAAE,CAAC;AACtB,kBAAe,UAAU,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "owservable",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.32",
|
|
4
4
|
"description": "owservable backend",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16"
|
|
@@ -30,10 +30,11 @@
|
|
|
30
30
|
"test_qube": "nyc --reporter=lcov mocha -R @danmasta/mocha-sonar -r ts-node/register test/**/*.spec.ts",
|
|
31
31
|
"up": "yarn upgrade-interactive",
|
|
32
32
|
"latest": "yarn upgrade-interactive --latest",
|
|
33
|
+
"l": "yarn latest",
|
|
33
34
|
"srctree": "dir src /s /b > srctree.txt"
|
|
34
35
|
},
|
|
35
36
|
"dependencies": {
|
|
36
|
-
"@owservable/actions": "^0.0.
|
|
37
|
+
"@owservable/actions": "^0.0.4",
|
|
37
38
|
"@owservable/folders": "^0.0.4",
|
|
38
39
|
"@types/lodash": "^4.14.186",
|
|
39
40
|
"@types/mongoose": "^5.7.36",
|