@nsshunt/stsvueutils 0.0.9 → 0.0.10
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.
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.STSEmitterPluginKey = exports.STSStoragePluginKey = void 0;
|
|
3
|
+
exports.STSWorkerManagerPluginKey = exports.STSEmitterPluginKey = exports.STSStoragePluginKey = void 0;
|
|
4
4
|
// Individual STS plugin keys for provide/inject logic
|
|
5
5
|
exports.STSStoragePluginKey = Symbol('storage');
|
|
6
6
|
exports.STSEmitterPluginKey = Symbol('emitter');
|
|
7
|
+
exports.STSWorkerManagerPluginKey = Symbol('workerManager');
|
|
7
8
|
//# sourceMappingURL=stsPluginKeys.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stsPluginKeys.js","sourceRoot":"","sources":["../../src/plugins/stsPluginKeys.ts"],"names":[],"mappings":";;;AAAA,sDAAsD;AACzC,QAAA,mBAAmB,GAAG,MAAM,CAAC,SAAS,CAAC,CAAA;AACvC,QAAA,mBAAmB,GAAG,MAAM,CAAC,SAAS,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"stsPluginKeys.js","sourceRoot":"","sources":["../../src/plugins/stsPluginKeys.ts"],"names":[],"mappings":";;;AAAA,sDAAsD;AACzC,QAAA,mBAAmB,GAAG,MAAM,CAAC,SAAS,CAAC,CAAA;AACvC,QAAA,mBAAmB,GAAG,MAAM,CAAC,SAAS,CAAC,CAAA;AACvC,QAAA,yBAAyB,GAAG,MAAM,CAAC,eAAe,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nsshunt/stsvueutils",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"description": "Vue 3 framework utilities and plugins",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
@@ -45,8 +45,12 @@
|
|
|
45
45
|
"vue": "^3.2.47"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
+
"@nsshunt/stsinstrumentation": "^6.11.57",
|
|
49
|
+
"@nsshunt/stsmodels": "^1.12.53",
|
|
50
|
+
"@nsshunt/stspublisherserver": "^1.14.82",
|
|
48
51
|
"@nsshunt/stsutils": "^1.15.9",
|
|
49
52
|
"js-cookie": "^3.0.1",
|
|
53
|
+
"pinia": "^2.0.33",
|
|
50
54
|
"tiny-emitter": "^2.1.0"
|
|
51
55
|
}
|
|
52
56
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stsPluginKeys.d.ts","sourceRoot":"","sources":["../../src/plugins/stsPluginKeys.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,mBAAmB,eAAoB,CAAA;AACpD,eAAO,MAAM,mBAAmB,eAAoB,CAAA"}
|
|
1
|
+
{"version":3,"file":"stsPluginKeys.d.ts","sourceRoot":"","sources":["../../src/plugins/stsPluginKeys.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,mBAAmB,eAAoB,CAAA;AACpD,eAAO,MAAM,mBAAmB,eAAoB,CAAA;AACpD,eAAO,MAAM,yBAAyB,eAA0B,CAAA"}
|