@common-stack/generate-plugin 5.0.4-alpha.18 → 5.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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [5.0.4-alpha.21](https://github.com/cdmbase/common-stack/compare/v5.0.4-alpha.20...v5.0.4-alpha.21) (2024-08-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @common-stack/generate-plugin
|
|
9
|
+
|
|
10
|
+
## [5.0.4-alpha.19](https://github.com/cdmbase/common-stack/compare/v5.0.4-alpha.18...v5.0.4-alpha.19) (2024-08-10)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @common-stack/generate-plugin
|
|
13
|
+
|
|
6
14
|
## [5.0.4-alpha.18](https://github.com/cdmbase/common-stack/compare/v5.0.4-alpha.17...v5.0.4-alpha.18) (2024-08-10)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @common-stack/generate-plugin
|
|
@@ -81,11 +81,11 @@
|
|
|
81
81
|
"@cdm-logger/client": "9.0.3",
|
|
82
82
|
"@cdm-logger/server": "^9.0.3",
|
|
83
83
|
"@cdmbase/graphql-type-uri": "^3.0.0",
|
|
84
|
-
"@common-stack/cache-api-server": "5.0.4-alpha.
|
|
85
|
-
"@common-stack/client-core": "5.0.4-alpha.
|
|
84
|
+
"@common-stack/cache-api-server": "5.0.4-alpha.19",
|
|
85
|
+
"@common-stack/client-core": "5.0.4-alpha.19",
|
|
86
86
|
"@common-stack/core": "5.0.4-alpha.17",
|
|
87
|
-
"@common-stack/server-core": "5.0.4-alpha.
|
|
88
|
-
"@common-stack/store-mongo": "5.0.4-alpha.
|
|
87
|
+
"@common-stack/server-core": "5.0.4-alpha.19",
|
|
88
|
+
"@common-stack/store-mongo": "5.0.4-alpha.19",
|
|
89
89
|
"@container-stack/core": "5.1.2",
|
|
90
90
|
"@container-stack/mailing-api": "5.1.2",
|
|
91
91
|
"@container-stack/notification-api-core": "5.1.2",
|
|
@@ -159,4 +159,4 @@
|
|
|
159
159
|
"typescript": {
|
|
160
160
|
"definition": "dist/main.d.ts"
|
|
161
161
|
}
|
|
162
|
-
}
|
|
162
|
+
}
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
"@cdm-logger/client": "^9.0.3",
|
|
77
77
|
"@cdm-logger/server": "^9.0.3",
|
|
78
78
|
"@cdmbase/redux-data-router": "^1.0.10",
|
|
79
|
-
"@common-stack/client-core": "5.0.4-alpha.
|
|
80
|
-
"@common-stack/client-react": "5.0.4-alpha.
|
|
79
|
+
"@common-stack/client-core": "5.0.4-alpha.19",
|
|
80
|
+
"@common-stack/client-react": "5.0.4-alpha.19",
|
|
81
81
|
"@common-stack/components-pro": "5.0.4-alpha.17",
|
|
82
82
|
"@common-stack/core": "5.0.4-alpha.17",
|
|
83
83
|
"@common-stack/remix-router-redux": "5.0.4-alpha.17",
|
|
84
|
-
"@common-stack/server-core": "5.0.4-alpha.
|
|
84
|
+
"@common-stack/server-core": "5.0.4-alpha.19",
|
|
85
85
|
"@container-stack/ssh-keygen-server-module": "0.0.36-alpha.23",
|
|
86
86
|
"@container-stack/territory": "5.1.2",
|
|
87
87
|
"@emotion/css": "^11.10.0",
|
|
@@ -160,8 +160,8 @@
|
|
|
160
160
|
},
|
|
161
161
|
"devDependencies": {
|
|
162
162
|
"@cdmbase/vite-plugin-i18next-loader": "^2.0.12",
|
|
163
|
-
"@common-stack/frontend-stack-react": "5.0.4-alpha.
|
|
164
|
-
"@common-stack/rollup-vite-utils": "5.0.4-alpha.
|
|
163
|
+
"@common-stack/frontend-stack-react": "5.0.4-alpha.19",
|
|
164
|
+
"@common-stack/rollup-vite-utils": "5.0.4-alpha.19",
|
|
165
165
|
"@remix-run/dev": "^2.8.1",
|
|
166
166
|
"@remix-run/serve": "^2.8.1",
|
|
167
167
|
"cross-env": "^7.0.3",
|
|
@@ -179,4 +179,4 @@
|
|
|
179
179
|
"peerDependencies": {
|
|
180
180
|
"body-parser": "*"
|
|
181
181
|
}
|
|
182
|
-
}
|
|
182
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@common-stack/generate-plugin",
|
|
3
|
-
"version": "5.0.4-alpha.
|
|
3
|
+
"version": "5.0.4-alpha.21",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./lib/index.mjs",
|
|
6
6
|
"typings": "./lib/index.d.ts",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"tslib": "^2.3.0"
|
|
25
25
|
},
|
|
26
26
|
"generators": "./generators.json",
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "eee5448ca9471ea5177eee7fedfebc53d981b3e8"
|
|
28
28
|
}
|