@adminide-stack/extension-api 9.0.6-alpha.1 → 9.0.6-alpha.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.
@@ -1241,7 +1241,7 @@ export type IMessageLinkInput = {
1241
1241
  export declare enum IMoleculerCronServiceName {
1242
1242
  Dummy = "dummy"
1243
1243
  }
1244
- /** All Moleculer Topic names are extended from this. */
1244
+ /** All Moleculer Topic names are extended from this. */
1245
1245
  export declare enum IMoleculerServiceName {
1246
1246
  Dummy = "dummy"
1247
1247
  }
@@ -75,7 +75,7 @@ var IMoleculerCronServiceName;
75
75
  (function (IMoleculerCronServiceName) {
76
76
  IMoleculerCronServiceName["Dummy"] = "dummy";
77
77
  })(IMoleculerCronServiceName || (IMoleculerCronServiceName = {}));
78
- /** All Moleculer Topic names are extended from this. */
78
+ /** All Moleculer Topic names are extended from this. */
79
79
  var IMoleculerServiceName;
80
80
  (function (IMoleculerServiceName) {
81
81
  IMoleculerServiceName["Dummy"] = "dummy";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminide-stack/extension-api",
3
- "version": "9.0.6-alpha.1",
3
+ "version": "9.0.6-alpha.10",
4
4
  "description": "Workbench core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -37,11 +37,11 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "@adminide-stack/core": "9.0.1-alpha.0",
40
+ "@adminide-stack/core": "9.0.6-alpha.10",
41
41
  "@workbench-stack/core": "3.6.0",
42
42
  "abort-controller": "^2.0.0",
43
43
  "abortable-rx": "^1.0.9",
44
- "cdeops": "9.0.1-alpha.0",
44
+ "cdeops": "9.0.6-alpha.6",
45
45
  "minimatch": "^9.0.0",
46
46
  "queueing-subject": "0.3.4",
47
47
  "utility-types": "^3.10.0",
@@ -60,5 +60,5 @@
60
60
  "typescript": {
61
61
  "definition": "lib/index.d.ts"
62
62
  },
63
- "gitHead": "5e91d53d54fe4f7ba399e4f1803f988747364dfa"
63
+ "gitHead": "5cabe32aa677bd63f6bf541466b3d69c7e3ba1ac"
64
64
  }