@common-stack/generate-plugin 6.0.1-alpha.0 → 6.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/lib/generators/add-backend/files/package.json +5 -10
- package/lib/generators/add-browser-package/files/package.json +1 -1
- package/lib/generators/add-frontend/templates/package.json +8 -9
- package/lib/generators/add-fullstack/files/package.json +1 -1
- package/lib/generators/add-moleculer/files/package.json +5 -5
- package/package.json +2 -2
- package/src/generators/add-fullstack/files/package.json +1 -1
- 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
|
+
## [6.0.1-alpha.1](https://github.com/cdmbase/common-stack/compare/v6.0.1-alpha.0...v6.0.1-alpha.1) (2024-08-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @common-stack/generate-plugin
|
|
9
|
+
|
|
6
10
|
## [6.0.1-alpha.0](https://github.com/cdmbase/common-stack/compare/v0.0.251...v6.0.1-alpha.0) (2024-08-15)
|
|
7
11
|
|
|
8
12
|
**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": "
|
|
85
|
-
"@common-stack/client-core": "
|
|
86
|
-
"@common-stack/core": "
|
|
87
|
-
"@common-stack/server-core": "
|
|
88
|
-
"@common-stack/store-mongo": "
|
|
84
|
+
"@common-stack/cache-api-server": "6.0.1-alpha.0",
|
|
85
|
+
"@common-stack/client-core": "6.0.1-alpha.0",
|
|
86
|
+
"@common-stack/core": "6.0.1-alpha.0",
|
|
87
|
+
"@common-stack/server-core": "6.0.1-alpha.0",
|
|
88
|
+
"@common-stack/store-mongo": "6.0.1-alpha.0",
|
|
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",
|
|
@@ -100,13 +100,8 @@
|
|
|
100
100
|
"@remix-run/node": "^2.8.1",
|
|
101
101
|
"@sentry/node": "~7.24.2",
|
|
102
102
|
"apollo-datasource": "^3.3.1",
|
|
103
|
-
"apollo-datasource-rest": "^3.3.1",
|
|
104
103
|
"apollo-errors": "^1.9.0",
|
|
105
104
|
"apollo-server-cache-redis": "^3.3.1",
|
|
106
|
-
"apollo-server-core": "^3.11.1",
|
|
107
|
-
"apollo-server-errors": "^3.3.1",
|
|
108
|
-
"apollo-server-express": "^3.11.1",
|
|
109
|
-
"apollo-server-plugin-response-cache": "^3.8.1",
|
|
110
105
|
"app-root-path": "^3.0.0",
|
|
111
106
|
"body-parser": "^1.19.0",
|
|
112
107
|
"cors": "^2.8.5",
|
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
"@cdm-logger/client": "^9.0.3",
|
|
75
75
|
"@cdm-logger/server": "^9.0.3",
|
|
76
76
|
"@cdmbase/redux-data-router": "^1.0.10",
|
|
77
|
-
"@common-stack/client-core": "
|
|
78
|
-
"@common-stack/client-react": "
|
|
79
|
-
"@common-stack/components-pro": "
|
|
80
|
-
"@common-stack/core": "
|
|
81
|
-
"@common-stack/remix-router-redux": "
|
|
82
|
-
"@common-stack/server-core": "
|
|
77
|
+
"@common-stack/client-core": "6.0.1-alpha.0",
|
|
78
|
+
"@common-stack/client-react": "6.0.1-alpha.0",
|
|
79
|
+
"@common-stack/components-pro": "6.0.1-alpha.0",
|
|
80
|
+
"@common-stack/core": "6.0.1-alpha.0",
|
|
81
|
+
"@common-stack/remix-router-redux": "6.0.1-alpha.0",
|
|
82
|
+
"@common-stack/server-core": "6.0.1-alpha.0",
|
|
83
83
|
"@container-stack/ssh-keygen-server-module": "0.0.36-alpha.23",
|
|
84
84
|
"@container-stack/territory": "5.1.2",
|
|
85
85
|
"@emotion/css": "^11.10.0",
|
|
@@ -98,7 +98,6 @@
|
|
|
98
98
|
"antd": "^5.14.0",
|
|
99
99
|
"apollo-link-debounce": "^3.0.0",
|
|
100
100
|
"apollo-link-logger": "^2.0.0",
|
|
101
|
-
"apollo-server-errors": "^3.3.1",
|
|
102
101
|
"classnames": "^2.2.6",
|
|
103
102
|
"compression": "^1.7.4",
|
|
104
103
|
"cookie-parser": "^1.4.6",
|
|
@@ -158,8 +157,8 @@
|
|
|
158
157
|
},
|
|
159
158
|
"devDependencies": {
|
|
160
159
|
"@cdmbase/vite-plugin-i18next-loader": "^2.0.12",
|
|
161
|
-
"@common-stack/frontend-stack-react": "
|
|
162
|
-
"@common-stack/rollup-vite-utils": "
|
|
160
|
+
"@common-stack/frontend-stack-react": "6.0.1-alpha.0",
|
|
161
|
+
"@common-stack/rollup-vite-utils": "6.0.1-alpha.0",
|
|
163
162
|
"@remix-run/dev": "^2.8.1",
|
|
164
163
|
"@remix-run/serve": "^2.8.1",
|
|
165
164
|
"cross-env": "^7.0.3",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"@babel/preset-typescript": "^7.18.6",
|
|
160
160
|
"@babel/register": "^7.18.9",
|
|
161
161
|
"@babel/runtime": "^7.20.1",
|
|
162
|
-
"@common-stack/env-list-loader": "
|
|
162
|
+
"@common-stack/env-list-loader": "6.0.1-alpha.0",
|
|
163
163
|
"@emotion/babel-plugin": "^11.11.0",
|
|
164
164
|
"@graphql-codegen/add": "^5.0.2",
|
|
165
165
|
"@graphql-codegen/cli": "^5.0.2",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"@casl/ability": "^4.1.5",
|
|
29
29
|
"@cdm-logger/client": "9.0.3",
|
|
30
30
|
"@cdm-logger/server": "^9.0.3",
|
|
31
|
-
"@common-stack/client-core": "
|
|
32
|
-
"@common-stack/core": "
|
|
33
|
-
"@common-stack/server-core": "
|
|
34
|
-
"@common-stack/server-stack": "
|
|
35
|
-
"@common-stack/store-mongo": "
|
|
31
|
+
"@common-stack/client-core": "6.0.1-alpha.0",
|
|
32
|
+
"@common-stack/core": "6.0.1-alpha.0",
|
|
33
|
+
"@common-stack/server-core": "6.0.1-alpha.0",
|
|
34
|
+
"@common-stack/server-stack": "6.0.1-alpha.0",
|
|
35
|
+
"@common-stack/store-mongo": "6.0.1-alpha.0",
|
|
36
36
|
"@container-stack/mailing-api": "5.2.1-alpha.1",
|
|
37
37
|
"app-root-path": "^3.0.0",
|
|
38
38
|
"body-parser": "^1.19.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@common-stack/generate-plugin",
|
|
3
|
-
"version": "6.0.1-alpha.
|
|
3
|
+
"version": "6.0.1-alpha.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./lib/index.mjs",
|
|
6
6
|
"typings": "./lib/index.d.ts",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
26
|
"generators": "./generators.json",
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "9687cd0008b5ea47b531a13763ca934e5ea26f13"
|
|
28
28
|
}
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"@babel/preset-typescript": "^7.18.6",
|
|
160
160
|
"@babel/register": "^7.18.9",
|
|
161
161
|
"@babel/runtime": "^7.20.1",
|
|
162
|
-
"@common-stack/env-list-loader": "
|
|
162
|
+
"@common-stack/env-list-loader": "6.0.1-alpha.0",
|
|
163
163
|
"@emotion/babel-plugin": "^11.11.0",
|
|
164
164
|
"@graphql-codegen/add": "^5.0.2",
|
|
165
165
|
"@graphql-codegen/cli": "^5.0.2",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"@casl/ability": "^4.1.5",
|
|
29
29
|
"@cdm-logger/client": "9.0.3",
|
|
30
30
|
"@cdm-logger/server": "^9.0.3",
|
|
31
|
-
"@common-stack/client-core": "
|
|
32
|
-
"@common-stack/core": "
|
|
33
|
-
"@common-stack/server-core": "
|
|
34
|
-
"@common-stack/server-stack": "
|
|
35
|
-
"@common-stack/store-mongo": "
|
|
31
|
+
"@common-stack/client-core": "6.0.1-alpha.0",
|
|
32
|
+
"@common-stack/core": "6.0.1-alpha.0",
|
|
33
|
+
"@common-stack/server-core": "6.0.1-alpha.0",
|
|
34
|
+
"@common-stack/server-stack": "6.0.1-alpha.0",
|
|
35
|
+
"@common-stack/store-mongo": "6.0.1-alpha.0",
|
|
36
36
|
"@container-stack/mailing-api": "5.2.1-alpha.1",
|
|
37
37
|
"app-root-path": "^3.0.0",
|
|
38
38
|
"body-parser": "^1.19.0",
|