@common-stack/generate-plugin 6.0.8-alpha.8 → 6.0.8-alpha.9
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 +4 -0
- package/docker-releases/backend/package.json +4 -4
- package/docker-releases/frontend/antd/package.json +2 -2
- package/lib/generators/add-backend/files/package.json +1 -1
- package/lib/generators/add-frontend/templates/package.json +1 -1
- package/lib/generators/add-fullstack/files/package.json +1 -1
- package/lib/generators/add-moleculer/files/package.json +3 -3
- package/package.json +2 -2
- package/src/generators/add-fullstack/files/package.json +1 -1
- package/src/generators/add-moleculer/files/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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
|
+
## [6.0.8-alpha.9](https://github.com/cdmbase/common-stack/compare/v6.0.8-alpha.8...v6.0.8-alpha.9) (2024-12-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @common-stack/generate-plugin
|
|
9
|
+
|
|
6
10
|
## [6.0.8-alpha.8](https://github.com/cdmbase/common-stack/compare/v6.0.8-alpha.7...v6.0.8-alpha.8) (2024-12-19)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @common-stack/generate-plugin
|
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
"@cdm-logger/client": "^9.0.3",
|
|
71
71
|
"@cdm-logger/server": "^9.0.3",
|
|
72
72
|
"@cdmbase/graphql-type-uri": "^4.0.0",
|
|
73
|
-
"@common-stack/cache-api-server": "6.0.8-alpha.
|
|
73
|
+
"@common-stack/cache-api-server": "6.0.8-alpha.8",
|
|
74
74
|
"@common-stack/client-core": "6.0.8-alpha.7",
|
|
75
75
|
"@common-stack/core": "6.0.8-alpha.7",
|
|
76
|
-
"@common-stack/server-core": "6.0.8-alpha.
|
|
77
|
-
"@common-stack/server-stack": "6.0.8-alpha.
|
|
78
|
-
"@common-stack/store-mongo": "6.0.8-alpha.
|
|
76
|
+
"@common-stack/server-core": "6.0.8-alpha.8",
|
|
77
|
+
"@common-stack/server-stack": "6.0.8-alpha.8",
|
|
78
|
+
"@common-stack/store-mongo": "6.0.8-alpha.8",
|
|
79
79
|
"@graphql-tools/links": "~9.0.1",
|
|
80
80
|
"@graphql-tools/schema": "~10.0.6",
|
|
81
81
|
"@graphql-tools/stitch": "~9.2.10",
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"@apollo/client": "^3.9.0",
|
|
64
64
|
"@cdm-logger/client": "^9.0.3",
|
|
65
65
|
"@cdm-logger/server": "^9.0.3",
|
|
66
|
-
"@common-stack/cache-api-server": "6.0.8-alpha.
|
|
66
|
+
"@common-stack/cache-api-server": "6.0.8-alpha.8",
|
|
67
67
|
"@common-stack/client-core": "6.0.8-alpha.7",
|
|
68
68
|
"@common-stack/client-react": "6.0.8-alpha.7",
|
|
69
69
|
"@common-stack/components-pro": "6.0.8-alpha.7",
|
|
70
70
|
"@common-stack/core": "6.0.8-alpha.7",
|
|
71
71
|
"@common-stack/remix-router-redux": "6.0.8-alpha.7",
|
|
72
|
-
"@common-stack/server-core": "6.0.8-alpha.
|
|
72
|
+
"@common-stack/server-core": "6.0.8-alpha.8",
|
|
73
73
|
"@reduxjs/toolkit": "^2.2.6",
|
|
74
74
|
"@remix-run/express": "~2.10.1",
|
|
75
75
|
"@remix-run/node": "~2.10.1",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@apollo/client": "^3.9.0",
|
|
64
64
|
"@babel/runtime": "^7.20.1",
|
|
65
|
-
"@common-stack/server-stack": "6.0.8-alpha.
|
|
65
|
+
"@common-stack/server-stack": "6.0.8-alpha.8",
|
|
66
66
|
"@remix-run/node": "~2.10.1",
|
|
67
67
|
"lodash": "^4.17.15",
|
|
68
68
|
"react": "18.2.0"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"watch:test": "cross-env ENV_FILE=../../config/test/test.env node ./server.js"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@common-stack/frontend-stack-react": "6.0.8-alpha.
|
|
55
|
+
"@common-stack/frontend-stack-react": "6.0.8-alpha.8",
|
|
56
56
|
"@react-icons/all-files": "^4.1.0",
|
|
57
57
|
"classnames": "^2.2.6",
|
|
58
58
|
"compression": "^1.7.4",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"@babel/register": "^7.18.9",
|
|
148
148
|
"@babel/runtime": "^7.20.1",
|
|
149
149
|
"@common-stack/env-list-loader": "6.0.8-alpha.7",
|
|
150
|
-
"@common-stack/generate-plugin": "6.0.8-alpha.
|
|
150
|
+
"@common-stack/generate-plugin": "6.0.8-alpha.8",
|
|
151
151
|
"@common-stack/rollup-vite-utils": "6.0.8-alpha.7",
|
|
152
152
|
"@emotion/babel-plugin": "^11.11.0",
|
|
153
153
|
"@graphql-codegen/add": "^5.0.2",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@common-stack/client-core": "6.0.8-alpha.7",
|
|
29
29
|
"@common-stack/core": "6.0.8-alpha.7",
|
|
30
|
-
"@common-stack/server-core": "6.0.8-alpha.
|
|
31
|
-
"@common-stack/server-stack": "6.0.8-alpha.
|
|
32
|
-
"@common-stack/store-mongo": "6.0.8-alpha.
|
|
30
|
+
"@common-stack/server-core": "6.0.8-alpha.8",
|
|
31
|
+
"@common-stack/server-stack": "6.0.8-alpha.8",
|
|
32
|
+
"@common-stack/store-mongo": "6.0.8-alpha.8",
|
|
33
33
|
"@container-stack/mailing-api": "5.2.1-alpha.1",
|
|
34
34
|
"helmet": "^3.21.2",
|
|
35
35
|
"react": "18.2.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@common-stack/generate-plugin",
|
|
3
|
-
"version": "6.0.8-alpha.
|
|
3
|
+
"version": "6.0.8-alpha.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./lib/index.mjs",
|
|
6
6
|
"typings": "./lib/index.d.ts",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
},
|
|
26
26
|
"executors": "./executors.json",
|
|
27
27
|
"generators": "./generators.json",
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "f2b0e9930b57fbbba5ffb258befedd58479458f0"
|
|
29
29
|
}
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"@babel/register": "^7.18.9",
|
|
148
148
|
"@babel/runtime": "^7.20.1",
|
|
149
149
|
"@common-stack/env-list-loader": "6.0.8-alpha.7",
|
|
150
|
-
"@common-stack/generate-plugin": "6.0.8-alpha.
|
|
150
|
+
"@common-stack/generate-plugin": "6.0.8-alpha.8",
|
|
151
151
|
"@common-stack/rollup-vite-utils": "6.0.8-alpha.7",
|
|
152
152
|
"@emotion/babel-plugin": "^11.11.0",
|
|
153
153
|
"@graphql-codegen/add": "^5.0.2",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@common-stack/client-core": "6.0.8-alpha.7",
|
|
29
29
|
"@common-stack/core": "6.0.8-alpha.7",
|
|
30
|
-
"@common-stack/server-core": "6.0.8-alpha.
|
|
31
|
-
"@common-stack/server-stack": "6.0.8-alpha.
|
|
32
|
-
"@common-stack/store-mongo": "6.0.8-alpha.
|
|
30
|
+
"@common-stack/server-core": "6.0.8-alpha.8",
|
|
31
|
+
"@common-stack/server-stack": "6.0.8-alpha.8",
|
|
32
|
+
"@common-stack/store-mongo": "6.0.8-alpha.8",
|
|
33
33
|
"@container-stack/mailing-api": "5.2.1-alpha.1",
|
|
34
34
|
"helmet": "^3.21.2",
|
|
35
35
|
"react": "18.2.0",
|