@common-stack/generate-plugin 8.0.1-alpha.0 → 8.0.1-alpha.1
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 +7 -7
- package/docker-releases/frontend/antd/package.json +10 -10
- package/lib/generators/add-backend/files/package.json +2 -2
- package/lib/generators/add-frontend/templates/package.json +4 -4
- package/lib/generators/add-fullstack/files/package.json +3 -3
- package/lib/generators/add-moleculer/files/package.json +5 -5
- package/package.json +3 -3
- package/src/generators/add-fullstack/files/package.json +3 -3
- package/src/generators/add-moleculer/files/package.json +5 -5
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
|
+
## [8.0.1-alpha.1](https://github.com/cdmbase/common-stack/compare/v8.0.1-alpha.0...v8.0.1-alpha.1) (2025-02-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @common-stack/generate-plugin
|
|
9
|
+
|
|
6
10
|
## [8.0.1-alpha.0](https://github.com/cdmbase/common-stack/compare/v6.0.8-alpha.0...v8.0.1-alpha.0) (2025-02-07)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @common-stack/generate-plugin
|
|
@@ -70,19 +70,19 @@
|
|
|
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": "
|
|
74
|
-
"@common-stack/client-core": "
|
|
75
|
-
"@common-stack/core": "
|
|
76
|
-
"@common-stack/server-core": "
|
|
77
|
-
"@common-stack/server-stack": "
|
|
78
|
-
"@common-stack/store-mongo": "
|
|
73
|
+
"@common-stack/cache-api-server": "8.0.1-alpha.0",
|
|
74
|
+
"@common-stack/client-core": "8.0.1-alpha.0",
|
|
75
|
+
"@common-stack/core": "8.0.1-alpha.0",
|
|
76
|
+
"@common-stack/server-core": "8.0.1-alpha.0",
|
|
77
|
+
"@common-stack/server-stack": "8.0.1-alpha.0",
|
|
78
|
+
"@common-stack/store-mongo": "8.0.1-alpha.0",
|
|
79
79
|
"@graphql-tools/links": "~9.0.1",
|
|
80
80
|
"@graphql-tools/schema": "~10.0.6",
|
|
81
81
|
"@graphql-tools/stitch": "~9.2.10",
|
|
82
82
|
"@graphql-tools/utils": "~10.5.4",
|
|
83
83
|
"@graphql-tools/wrap": "~10.0.5",
|
|
84
84
|
"@keyv/redis": "2.8.4",
|
|
85
|
-
"@remix-run/node": "~2.
|
|
85
|
+
"@remix-run/node": "~2.15.3",
|
|
86
86
|
"@sentry/node": "~7.24.2",
|
|
87
87
|
"@sentry/profiling-node": "^8.25.0",
|
|
88
88
|
"apollo-errors": "^1.9.0",
|
|
@@ -63,17 +63,17 @@
|
|
|
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": "
|
|
67
|
-
"@common-stack/client-core": "
|
|
68
|
-
"@common-stack/client-react": "
|
|
69
|
-
"@common-stack/components-pro": "
|
|
70
|
-
"@common-stack/core": "
|
|
71
|
-
"@common-stack/remix-router-redux": "
|
|
72
|
-
"@common-stack/server-core": "
|
|
66
|
+
"@common-stack/cache-api-server": "8.0.1-alpha.0",
|
|
67
|
+
"@common-stack/client-core": "8.0.1-alpha.0",
|
|
68
|
+
"@common-stack/client-react": "8.0.1-alpha.0",
|
|
69
|
+
"@common-stack/components-pro": "8.0.1-alpha.0",
|
|
70
|
+
"@common-stack/core": "8.0.1-alpha.0",
|
|
71
|
+
"@common-stack/remix-router-redux": "8.0.1-alpha.0",
|
|
72
|
+
"@common-stack/server-core": "8.0.1-alpha.0",
|
|
73
73
|
"@reduxjs/toolkit": "^2.2.6",
|
|
74
|
-
"@remix-run/express": "~2.
|
|
75
|
-
"@remix-run/node": "~2.
|
|
76
|
-
"@remix-run/react": "~2.
|
|
74
|
+
"@remix-run/express": "~2.15.3",
|
|
75
|
+
"@remix-run/node": "~2.15.3",
|
|
76
|
+
"@remix-run/react": "~2.15.3",
|
|
77
77
|
"@sentry/browser": "~5.11.2",
|
|
78
78
|
"cors": "^2.8.5",
|
|
79
79
|
"cross-fetch": "^4.0.0",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@apollo/client": "^3.9.0",
|
|
66
66
|
"@babel/runtime": "^7.20.1",
|
|
67
|
-
"@common-stack/server-stack": "
|
|
68
|
-
"@remix-run/node": "~2.
|
|
67
|
+
"@common-stack/server-stack": "8.0.1-alpha.0",
|
|
68
|
+
"@remix-run/node": "~2.15.3",
|
|
69
69
|
"lodash": "^4.17.15",
|
|
70
70
|
"react": "18.2.0"
|
|
71
71
|
},
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"common": "link:./common"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@common-stack/frontend-stack-react": "
|
|
59
|
+
"@common-stack/frontend-stack-react": "8.0.1-alpha.0",
|
|
60
60
|
"@react-icons/all-files": "^4.1.0",
|
|
61
61
|
"classnames": "^2.2.6",
|
|
62
62
|
"compression": "^1.7.4",
|
|
@@ -81,9 +81,9 @@
|
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@cdmbase/vite-plugin-i18next-loader": "^2.0.12",
|
|
84
|
-
"@common-stack/rollup-vite-utils": "
|
|
85
|
-
"@remix-run/dev": "~2.
|
|
86
|
-
"@remix-run/serve": "~2.
|
|
84
|
+
"@common-stack/rollup-vite-utils": "8.0.1-alpha.0",
|
|
85
|
+
"@remix-run/dev": "~2.15.3",
|
|
86
|
+
"@remix-run/serve": "~2.15.3",
|
|
87
87
|
"cross-env": "^7.0.3",
|
|
88
88
|
"dotenv-esm": "^16.0.3-4",
|
|
89
89
|
"pm2": "^5.2.2",
|
|
@@ -149,9 +149,9 @@
|
|
|
149
149
|
"@babel/preset-typescript": "^7.18.6",
|
|
150
150
|
"@babel/register": "^7.18.9",
|
|
151
151
|
"@babel/runtime": "^7.20.1",
|
|
152
|
-
"@common-stack/env-list-loader": "
|
|
153
|
-
"@common-stack/generate-plugin": "
|
|
154
|
-
"@common-stack/rollup-vite-utils": "
|
|
152
|
+
"@common-stack/env-list-loader": "8.0.1-alpha.0",
|
|
153
|
+
"@common-stack/generate-plugin": "8.0.1-alpha.0",
|
|
154
|
+
"@common-stack/rollup-vite-utils": "8.0.1-alpha.0",
|
|
155
155
|
"@emotion/babel-plugin": "^11.11.0",
|
|
156
156
|
"@graphql-codegen/add": "^5.0.2",
|
|
157
157
|
"@graphql-codegen/cli": "^5.0.2",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"common": "link:./common"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@common-stack/client-core": "
|
|
33
|
-
"@common-stack/core": "
|
|
34
|
-
"@common-stack/server-core": "
|
|
35
|
-
"@common-stack/server-stack": "
|
|
36
|
-
"@common-stack/store-mongo": "
|
|
32
|
+
"@common-stack/client-core": "8.0.1-alpha.0",
|
|
33
|
+
"@common-stack/core": "8.0.1-alpha.0",
|
|
34
|
+
"@common-stack/server-core": "8.0.1-alpha.0",
|
|
35
|
+
"@common-stack/server-stack": "8.0.1-alpha.0",
|
|
36
|
+
"@common-stack/store-mongo": "8.0.1-alpha.0",
|
|
37
37
|
"@container-stack/mailing-api": "5.2.1-alpha.1",
|
|
38
38
|
"helmet": "^3.21.2",
|
|
39
39
|
"react": "18.2.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@common-stack/generate-plugin",
|
|
3
|
-
"version": "8.0.1-alpha.
|
|
3
|
+
"version": "8.0.1-alpha.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./lib/index.mjs",
|
|
6
6
|
"typings": "./lib/index.d.ts",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"watch": "yarn build:lib:watch"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@common-stack/rollup-vite-utils": "8.0.1-alpha.
|
|
20
|
+
"@common-stack/rollup-vite-utils": "8.0.1-alpha.1",
|
|
21
21
|
"tslib": "^2.3.0"
|
|
22
22
|
},
|
|
23
23
|
"publishConfig": {
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
},
|
|
26
26
|
"executors": "./executors.json",
|
|
27
27
|
"generators": "./generators.json",
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "dbcfef4c673be6402ba321de60b67a7c172ceccb"
|
|
29
29
|
}
|
|
@@ -149,9 +149,9 @@
|
|
|
149
149
|
"@babel/preset-typescript": "^7.18.6",
|
|
150
150
|
"@babel/register": "^7.18.9",
|
|
151
151
|
"@babel/runtime": "^7.20.1",
|
|
152
|
-
"@common-stack/env-list-loader": "
|
|
153
|
-
"@common-stack/generate-plugin": "
|
|
154
|
-
"@common-stack/rollup-vite-utils": "
|
|
152
|
+
"@common-stack/env-list-loader": "8.0.1-alpha.0",
|
|
153
|
+
"@common-stack/generate-plugin": "8.0.1-alpha.0",
|
|
154
|
+
"@common-stack/rollup-vite-utils": "8.0.1-alpha.0",
|
|
155
155
|
"@emotion/babel-plugin": "^11.11.0",
|
|
156
156
|
"@graphql-codegen/add": "^5.0.2",
|
|
157
157
|
"@graphql-codegen/cli": "^5.0.2",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"common": "link:./common"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@common-stack/client-core": "
|
|
33
|
-
"@common-stack/core": "
|
|
34
|
-
"@common-stack/server-core": "
|
|
35
|
-
"@common-stack/server-stack": "
|
|
36
|
-
"@common-stack/store-mongo": "
|
|
32
|
+
"@common-stack/client-core": "8.0.1-alpha.0",
|
|
33
|
+
"@common-stack/core": "8.0.1-alpha.0",
|
|
34
|
+
"@common-stack/server-core": "8.0.1-alpha.0",
|
|
35
|
+
"@common-stack/server-stack": "8.0.1-alpha.0",
|
|
36
|
+
"@common-stack/store-mongo": "8.0.1-alpha.0",
|
|
37
37
|
"@container-stack/mailing-api": "5.2.1-alpha.1",
|
|
38
38
|
"helmet": "^3.21.2",
|
|
39
39
|
"react": "18.2.0",
|