@common-stack/rollup-vite-utils 7.2.1-alpha.13 → 7.2.1-alpha.16
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/utils/utils.cjs +1 -1
- package/lib/utils/utils.js +1 -1
- package/package.json +2 -2
package/lib/utils/utils.cjs
CHANGED
|
@@ -149,7 +149,7 @@ const defaultModule = () =>
|
|
|
149
149
|
|
|
150
150
|
const DefaultFeature = new Feature({
|
|
151
151
|
createContainerFunc: [defaultModule],
|
|
152
|
-
|
|
152
|
+
createMicroServiceContainerFunc: [defaultModule],
|
|
153
153
|
});
|
|
154
154
|
|
|
155
155
|
export const ExternalModules = new Feature(${exModules ? exModules.trim().slice(0, -1) : '{}'});
|
package/lib/utils/utils.js
CHANGED
|
@@ -149,7 +149,7 @@ const defaultModule = () =>
|
|
|
149
149
|
|
|
150
150
|
const DefaultFeature = new Feature({
|
|
151
151
|
createContainerFunc: [defaultModule],
|
|
152
|
-
|
|
152
|
+
createMicroServiceContainerFunc: [defaultModule],
|
|
153
153
|
});
|
|
154
154
|
|
|
155
155
|
export const ExternalModules = new Feature(${exModules ? exModules.trim().slice(0, -1) : '{}'});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@common-stack/rollup-vite-utils",
|
|
3
|
-
"version": "7.2.1-alpha.
|
|
3
|
+
"version": "7.2.1-alpha.16",
|
|
4
4
|
"description": "Client Module for react app",
|
|
5
5
|
"homepage": "https://github.com/cdmbase/fullstack-pro#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "90bb4fb4a62dbdb67dae77af1c3e6655aeac6305",
|
|
62
62
|
"typescript": {
|
|
63
63
|
"definition": "lib/index.d.ts"
|
|
64
64
|
}
|