@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.
- package/lib/index.js +1 -1
- 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
|
|
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.
|
|
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.
|
|
42
|
-
"@messenger-box/platform-server": "9.0.4-alpha.
|
|
43
|
-
"@messenger-box/property-ext-core": "9.0.4-alpha.
|
|
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.
|
|
56
|
-
"@messenger-box/notification-api-core": "9.0.4-alpha.
|
|
57
|
-
"@messenger-box/platform-server": "9.0.4-alpha.
|
|
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": "
|
|
75
|
+
"gitHead": "307e91419ea14c3f271d8dba9ec2b69b4b0ca548"
|
|
76
76
|
}
|