@common-stack/generate-plugin 7.0.4-alpha.16 → 7.0.4-alpha.18

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
+ ## [7.0.4-alpha.18](https://github.com/cdmbase/common-stack/compare/v7.0.4-alpha.17...v7.0.4-alpha.18) (2025-03-12)
7
+
8
+ **Note:** Version bump only for package @common-stack/generate-plugin
9
+
10
+ ## [7.0.4-alpha.17](https://github.com/cdmbase/common-stack/compare/v7.0.4-alpha.16...v7.0.4-alpha.17) (2025-03-12)
11
+
12
+ **Note:** Version bump only for package @common-stack/generate-plugin
13
+
6
14
  ## [7.0.4-alpha.16](https://github.com/cdmbase/common-stack/compare/v7.0.4-alpha.15...v7.0.4-alpha.16) (2025-03-11)
7
15
 
8
16
  **Note:** Version bump only for package @common-stack/generate-plugin
@@ -64,7 +64,7 @@
64
64
  "dependencies": {
65
65
  "@apollo/client": "^3.9.0",
66
66
  "@babel/runtime": "^7.20.1",
67
- "@common-stack/server-stack": "7.0.4-alpha.15",
67
+ "@common-stack/server-stack": "7.0.4-alpha.17",
68
68
  "@remix-run/node": "~2.10.1",
69
69
  "lodash": "^4.17.15",
70
70
  "react": "18.2.0"
@@ -56,7 +56,7 @@
56
56
  "common": "link:./common"
57
57
  },
58
58
  "dependencies": {
59
- "@common-stack/frontend-stack-react": "7.0.4-alpha.15",
59
+ "@common-stack/frontend-stack-react": "7.0.4-alpha.17",
60
60
  "@react-icons/all-files": "^4.1.0",
61
61
  "classnames": "^2.2.6",
62
62
  "compression": "^1.7.4",
@@ -81,7 +81,7 @@
81
81
  },
82
82
  "devDependencies": {
83
83
  "@cdmbase/vite-plugin-i18next-loader": "^2.0.12",
84
- "@common-stack/rollup-vite-utils": "7.0.4-alpha.15",
84
+ "@common-stack/rollup-vite-utils": "7.0.4-alpha.17",
85
85
  "@remix-run/dev": "~2.10.1",
86
86
  "@remix-run/serve": "~2.10.1",
87
87
  "cross-env": "^7.0.3",
@@ -92,11 +92,7 @@
92
92
  "posttravis": "yarn lint",
93
93
  "update-lerna-on-develop": "git checkout publish && git pull origin publish && cp lerna.json ../lerna-temp.json && git checkout develop && mv ../lerna-temp.json lerna.json && git commit -am 'Update lerna.json' && yarn push-develop",
94
94
  "watch": "lerna exec --no-sort --ignore *server --ignore *device --ignore *browser-extension --stream --parallel -- webpack --watch",
95
- "watch-packages": "lerna exec --no-sort --scope @sample-stack/platform* --scope @sample-stack/react-shared-components --scope @sample-stack/core --stream --parallel 'webpack --watch'",
96
- "zen:build": "cross-env NODE_ENV=production zen build",
97
- "zen:exp": "zen exp",
98
- "zen:watch": "zen watch -x",
99
- "zen:watch:debug": "yarn zen:watch -- -v"
95
+ "watch-packages": "lerna exec --no-sort --scope @sample-stack/platform* --scope @sample-stack/react-shared-components --scope @sample-stack/core --stream --parallel 'webpack --watch'"
100
96
  },
101
97
  "resolutions": {
102
98
  "@apollo/client": "^3.9.0",
@@ -145,8 +141,8 @@
145
141
  "@babel/register": "^7.18.9",
146
142
  "@babel/runtime": "^7.20.1",
147
143
  "@common-stack/env-list-loader": "7.0.4-alpha.0",
148
- "@common-stack/generate-plugin": "7.0.4-alpha.15",
149
- "@common-stack/rollup-vite-utils": "7.0.4-alpha.15",
144
+ "@common-stack/generate-plugin": "7.0.4-alpha.17",
145
+ "@common-stack/rollup-vite-utils": "7.0.4-alpha.17",
150
146
  "@emotion/babel-plugin": "^11.11.0",
151
147
  "@graphql-codegen/add": "^5.0.3",
152
148
  "@graphql-codegen/cli": "^5.0.4",
@@ -29,11 +29,11 @@
29
29
  "common": "link:./common"
30
30
  },
31
31
  "dependencies": {
32
- "@common-stack/client-core": "7.0.4-alpha.15",
33
- "@common-stack/core": "7.0.4-alpha.15",
34
- "@common-stack/server-core": "7.0.4-alpha.15",
35
- "@common-stack/server-stack": "7.0.4-alpha.15",
36
- "@common-stack/store-mongo": "7.0.4-alpha.15",
32
+ "@common-stack/client-core": "7.0.4-alpha.17",
33
+ "@common-stack/core": "7.0.4-alpha.17",
34
+ "@common-stack/server-core": "7.0.4-alpha.17",
35
+ "@common-stack/server-stack": "7.0.4-alpha.17",
36
+ "@common-stack/store-mongo": "7.0.4-alpha.17",
37
37
  "@container-stack/mailing-api": "5.2.1-alpha.1",
38
38
  "helmet": "^3.21.2",
39
39
  "react": "18.2.0",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@cdm-logger/client": "*",
32
- "@common-stack/client-react": "7.0.4-alpha.15",
32
+ "@common-stack/client-react": "7.0.4-alpha.17",
33
33
  "@remix-run/react": "*",
34
34
  "antd": ">=5.1.6",
35
35
  "lodash": "*",
@@ -62,9 +62,9 @@
62
62
  "peerDependencies": {
63
63
  "@apollo/client": ">=3.0.0",
64
64
  "@cdm-logger/server": ">=9.0.3",
65
- "@common-stack/core": "7.0.4-alpha.15",
66
- "@common-stack/server-core": "7.0.4-alpha.15",
67
- "@common-stack/store-mongo": "7.0.4-alpha.15",
65
+ "@common-stack/core": "7.0.4-alpha.17",
66
+ "@common-stack/server-core": "7.0.4-alpha.17",
67
+ "@common-stack/store-mongo": "7.0.4-alpha.17",
68
68
  "@container-stack/mailing-api": ">=0.0.35-alpha.1",
69
69
  "@vscode-alt/monaco-editor": "^0.21.4",
70
70
  "inversify": "^5.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/generate-plugin",
3
- "version": "7.0.4-alpha.16",
3
+ "version": "7.0.4-alpha.18",
4
4
  "type": "module",
5
5
  "main": "./lib/index.mjs",
6
6
  "typings": "./lib/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "watch": "yarn build:lib:watch"
19
19
  },
20
20
  "dependencies": {
21
- "@common-stack/rollup-vite-utils": "7.0.4-alpha.16",
21
+ "@common-stack/rollup-vite-utils": "7.0.4-alpha.17",
22
22
  "tslib": "^2.3.0"
23
23
  },
24
24
  "publishConfig": {
@@ -26,5 +26,5 @@
26
26
  },
27
27
  "executors": "./executors.json",
28
28
  "generators": "./generators.json",
29
- "gitHead": "14332205d044adc07f2bd83da524634964fe2129"
29
+ "gitHead": "d4a415cafc5fcc96f6b8d39aaccb129b4986edbc"
30
30
  }
@@ -64,7 +64,7 @@
64
64
  "dependencies": {
65
65
  "@apollo/client": "^3.9.0",
66
66
  "@babel/runtime": "^7.20.1",
67
- "@common-stack/server-stack": "7.0.4-alpha.15",
67
+ "@common-stack/server-stack": "7.0.4-alpha.17",
68
68
  "@remix-run/node": "~2.10.1",
69
69
  "lodash": "^4.17.15",
70
70
  "react": "18.2.0"
@@ -56,7 +56,7 @@
56
56
  "common": "link:./common"
57
57
  },
58
58
  "dependencies": {
59
- "@common-stack/frontend-stack-react": "7.0.4-alpha.15",
59
+ "@common-stack/frontend-stack-react": "7.0.4-alpha.17",
60
60
  "@react-icons/all-files": "^4.1.0",
61
61
  "classnames": "^2.2.6",
62
62
  "compression": "^1.7.4",
@@ -81,7 +81,7 @@
81
81
  },
82
82
  "devDependencies": {
83
83
  "@cdmbase/vite-plugin-i18next-loader": "^2.0.12",
84
- "@common-stack/rollup-vite-utils": "7.0.4-alpha.15",
84
+ "@common-stack/rollup-vite-utils": "7.0.4-alpha.17",
85
85
  "@remix-run/dev": "~2.10.1",
86
86
  "@remix-run/serve": "~2.10.1",
87
87
  "cross-env": "^7.0.3",
@@ -92,11 +92,7 @@
92
92
  "posttravis": "yarn lint",
93
93
  "update-lerna-on-develop": "git checkout publish && git pull origin publish && cp lerna.json ../lerna-temp.json && git checkout develop && mv ../lerna-temp.json lerna.json && git commit -am 'Update lerna.json' && yarn push-develop",
94
94
  "watch": "lerna exec --no-sort --ignore *server --ignore *device --ignore *browser-extension --stream --parallel -- webpack --watch",
95
- "watch-packages": "lerna exec --no-sort --scope @sample-stack/platform* --scope @sample-stack/react-shared-components --scope @sample-stack/core --stream --parallel 'webpack --watch'",
96
- "zen:build": "cross-env NODE_ENV=production zen build",
97
- "zen:exp": "zen exp",
98
- "zen:watch": "zen watch -x",
99
- "zen:watch:debug": "yarn zen:watch -- -v"
95
+ "watch-packages": "lerna exec --no-sort --scope @sample-stack/platform* --scope @sample-stack/react-shared-components --scope @sample-stack/core --stream --parallel 'webpack --watch'"
100
96
  },
101
97
  "resolutions": {
102
98
  "@apollo/client": "^3.9.0",
@@ -145,8 +141,8 @@
145
141
  "@babel/register": "^7.18.9",
146
142
  "@babel/runtime": "^7.20.1",
147
143
  "@common-stack/env-list-loader": "7.0.4-alpha.0",
148
- "@common-stack/generate-plugin": "7.0.4-alpha.15",
149
- "@common-stack/rollup-vite-utils": "7.0.4-alpha.15",
144
+ "@common-stack/generate-plugin": "7.0.4-alpha.17",
145
+ "@common-stack/rollup-vite-utils": "7.0.4-alpha.17",
150
146
  "@emotion/babel-plugin": "^11.11.0",
151
147
  "@graphql-codegen/add": "^5.0.3",
152
148
  "@graphql-codegen/cli": "^5.0.4",
@@ -29,11 +29,11 @@
29
29
  "common": "link:./common"
30
30
  },
31
31
  "dependencies": {
32
- "@common-stack/client-core": "7.0.4-alpha.15",
33
- "@common-stack/core": "7.0.4-alpha.15",
34
- "@common-stack/server-core": "7.0.4-alpha.15",
35
- "@common-stack/server-stack": "7.0.4-alpha.15",
36
- "@common-stack/store-mongo": "7.0.4-alpha.15",
32
+ "@common-stack/client-core": "7.0.4-alpha.17",
33
+ "@common-stack/core": "7.0.4-alpha.17",
34
+ "@common-stack/server-core": "7.0.4-alpha.17",
35
+ "@common-stack/server-stack": "7.0.4-alpha.17",
36
+ "@common-stack/store-mongo": "7.0.4-alpha.17",
37
37
  "@container-stack/mailing-api": "5.2.1-alpha.1",
38
38
  "helmet": "^3.21.2",
39
39
  "react": "18.2.0",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@cdm-logger/client": "*",
32
- "@common-stack/client-react": "7.0.4-alpha.15",
32
+ "@common-stack/client-react": "7.0.4-alpha.17",
33
33
  "@remix-run/react": "*",
34
34
  "antd": ">=5.1.6",
35
35
  "lodash": "*",
@@ -62,9 +62,9 @@
62
62
  "peerDependencies": {
63
63
  "@apollo/client": ">=3.0.0",
64
64
  "@cdm-logger/server": ">=9.0.3",
65
- "@common-stack/core": "7.0.4-alpha.15",
66
- "@common-stack/server-core": "7.0.4-alpha.15",
67
- "@common-stack/store-mongo": "7.0.4-alpha.15",
65
+ "@common-stack/core": "7.0.4-alpha.17",
66
+ "@common-stack/server-core": "7.0.4-alpha.17",
67
+ "@common-stack/store-mongo": "7.0.4-alpha.17",
68
68
  "@container-stack/mailing-api": ">=0.0.35-alpha.1",
69
69
  "@vscode-alt/monaco-editor": "^0.21.4",
70
70
  "inversify": "^5.0.1",