@messenger-box/property-ext-server 9.0.4-alpha.2 → 9.0.4-alpha.21

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +8 -8
package/lib/index.js CHANGED
@@ -746,7 +746,7 @@ module.exports = require("moleculer");
746
746
  /******/
747
747
  /************************************************************************/
748
748
  var __webpack_exports__ = {};
749
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
749
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
750
750
  (() => {
751
751
  /*!**********************!*\
752
752
  !*** ./src/index.ts ***!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messenger-box/property-ext-server",
3
- "version": "9.0.4-alpha.2",
3
+ "version": "9.0.4-alpha.21",
4
4
  "description": "Extension to Messenger to support property",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -38,9 +38,9 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@messenger-box/core": "9.0.4-alpha.1",
42
- "@messenger-box/platform-server": "9.0.4-alpha.2",
43
- "@messenger-box/property-ext-core": "9.0.4-alpha.1"
41
+ "@messenger-box/core": "9.0.4-alpha.17",
42
+ "@messenger-box/platform-server": "9.0.4-alpha.21",
43
+ "@messenger-box/property-ext-core": "9.0.4-alpha.17"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@adminide-stack/account-api-server": "*",
@@ -52,9 +52,9 @@
52
52
  "@common-stack/server-core": "*",
53
53
  "@common-stack/store-mongo": "*",
54
54
  "@container-stack/file-info-core": "*",
55
- "@messenger-box/core": "9.0.4-alpha.1",
56
- "@messenger-box/notification-api-core": "9.0.4-alpha.1",
57
- "@messenger-box/platform-server": "9.0.4-alpha.1",
55
+ "@messenger-box/core": "9.0.4-alpha.17",
56
+ "@messenger-box/notification-api-core": "9.0.4-alpha.17",
57
+ "@messenger-box/platform-server": "9.0.4-alpha.17",
58
58
  "@vscode-alt/monaco-editor": "*",
59
59
  "bunyan": "*",
60
60
  "graphql": "*",
@@ -72,5 +72,5 @@
72
72
  "typescript": {
73
73
  "definition": "lib/index.d.ts"
74
74
  },
75
- "gitHead": "081e417b1fc0b7fb5dbe645912b7f39ed2e612e0"
75
+ "gitHead": "307e91419ea14c3f271d8dba9ec2b69b4b0ca548"
76
76
  }