@common-stack/generate-plugin 6.0.6-alpha.22 → 6.0.6-alpha.23
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 +1 -1
- package/lib/generators/add-fullstack/files/package.json +1 -1
- package/lib/generators/add-moleculer/files/package.json +1 -1
- package/package.json +2 -2
- package/src/generators/add-fullstack/files/Jenkinsfile +2 -2
- package/src/generators/add-fullstack/files/package.json +1 -1
- package/src/generators/add-moleculer/files/package.json +1 -1
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.6-alpha.23](https://github.com/cdmbase/common-stack/compare/v6.0.6-alpha.22...v6.0.6-alpha.23) (2024-09-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @common-stack/generate-plugin
|
|
9
|
+
|
|
6
10
|
## [6.0.6-alpha.22](https://github.com/cdmbase/common-stack/compare/v6.0.6-alpha.21...v6.0.6-alpha.22) (2024-09-14)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @common-stack/generate-plugin
|
|
@@ -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.6-alpha.
|
|
65
|
+
"@common-stack/server-stack": "6.0.6-alpha.22",
|
|
66
66
|
"@container-stack/mailing-api-server": "^5.2.1-alpha.2",
|
|
67
67
|
"@container-stack/territory": "^5.2.1-alpha.2",
|
|
68
68
|
"@remix-run/node": "^2.8.1",
|
|
@@ -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.6-alpha.5",
|
|
150
|
-
"@common-stack/generate-plugin": "6.0.6-alpha.
|
|
150
|
+
"@common-stack/generate-plugin": "6.0.6-alpha.22",
|
|
151
151
|
"@emotion/babel-plugin": "^11.11.0",
|
|
152
152
|
"@graphql-codegen/add": "^5.0.2",
|
|
153
153
|
"@graphql-codegen/cli": "^5.0.2",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@common-stack/client-core": "6.0.6-alpha.5",
|
|
29
29
|
"@common-stack/core": "6.0.6-alpha.5",
|
|
30
30
|
"@common-stack/server-core": "6.0.6-alpha.5",
|
|
31
|
-
"@common-stack/server-stack": "6.0.6-alpha.
|
|
31
|
+
"@common-stack/server-stack": "6.0.6-alpha.22",
|
|
32
32
|
"@common-stack/store-mongo": "6.0.6-alpha.5",
|
|
33
33
|
"@container-stack/mailing-api": "5.2.1-alpha.1",
|
|
34
34
|
"helmet": "^3.21.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@common-stack/generate-plugin",
|
|
3
|
-
"version": "6.0.6-alpha.
|
|
3
|
+
"version": "6.0.6-alpha.23",
|
|
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": "bf10ace08f9dd36efeca8a39716e8d11fa6f6309"
|
|
29
29
|
}
|
|
@@ -100,9 +100,9 @@ pipeline {
|
|
|
100
100
|
rm .npmrc
|
|
101
101
|
npx lerna exec --scope=*mobile-device ${params.BUILD_STRATEGY} ${env.BUILD_COMMAND}
|
|
102
102
|
git checkout -- .npmrc
|
|
103
|
+
yarn git:pull
|
|
103
104
|
yarn gitcommit
|
|
104
|
-
git
|
|
105
|
-
git push origin ${params.REPOSITORY_BRANCH}
|
|
105
|
+
yarn git:push
|
|
106
106
|
"""
|
|
107
107
|
}
|
|
108
108
|
}
|
|
@@ -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.6-alpha.5",
|
|
150
|
-
"@common-stack/generate-plugin": "6.0.6-alpha.
|
|
150
|
+
"@common-stack/generate-plugin": "6.0.6-alpha.22",
|
|
151
151
|
"@emotion/babel-plugin": "^11.11.0",
|
|
152
152
|
"@graphql-codegen/add": "^5.0.2",
|
|
153
153
|
"@graphql-codegen/cli": "^5.0.2",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@common-stack/client-core": "6.0.6-alpha.5",
|
|
29
29
|
"@common-stack/core": "6.0.6-alpha.5",
|
|
30
30
|
"@common-stack/server-core": "6.0.6-alpha.5",
|
|
31
|
-
"@common-stack/server-stack": "6.0.6-alpha.
|
|
31
|
+
"@common-stack/server-stack": "6.0.6-alpha.22",
|
|
32
32
|
"@common-stack/store-mongo": "6.0.6-alpha.5",
|
|
33
33
|
"@container-stack/mailing-api": "5.2.1-alpha.1",
|
|
34
34
|
"helmet": "^3.21.2",
|