@common-stack/generate-plugin 8.2.5-alpha.20 → 8.2.5-alpha.22

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
+ ## [8.2.5-alpha.22](https://github.com/cdmbase/common-stack/compare/v8.2.5-alpha.21...v8.2.5-alpha.22) (2025-12-24)
7
+
8
+ **Note:** Version bump only for package @common-stack/generate-plugin
9
+
10
+ ## [8.2.5-alpha.21](https://github.com/cdmbase/common-stack/compare/v8.2.5-alpha.20...v8.2.5-alpha.21) (2025-12-23)
11
+
12
+ **Note:** Version bump only for package @common-stack/generate-plugin
13
+
6
14
  ## [8.2.5-alpha.20](https://github.com/cdmbase/common-stack/compare/v8.2.5-alpha.19...v8.2.5-alpha.20) (2025-12-23)
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": "8.2.5-alpha.16",
67
+ "@common-stack/server-stack": "8.2.5-alpha.21",
68
68
  "@remix-run/node": "~2.15.3",
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": "8.2.5-alpha.15",
59
+ "@common-stack/frontend-stack-react": "8.2.5-alpha.21",
60
60
  "@react-icons/all-files": "^4.1.0",
61
61
  "classnames": "^2.2.6",
62
62
  "glob-all": "^3.3.1",
@@ -77,7 +77,7 @@
77
77
  },
78
78
  "devDependencies": {
79
79
  "@cdmbase/vite-plugin-i18next-loader": "^2.0.12",
80
- "@common-stack/rollup-vite-utils": "8.2.5-alpha.19",
80
+ "@common-stack/rollup-vite-utils": "8.2.5-alpha.21",
81
81
  "@remix-run/dev": "~2.15.3",
82
82
  "@remix-run/serve": "~2.15.3",
83
83
  "cross-env": "^7.0.3",
@@ -137,8 +137,8 @@
137
137
  "@babel/register": "^7.18.9",
138
138
  "@babel/runtime": "^7.20.1",
139
139
  "@common-stack/env-list-loader": "8.2.5-alpha.15",
140
- "@common-stack/generate-plugin": "8.2.5-alpha.19",
141
- "@common-stack/rollup-vite-utils": "8.2.5-alpha.19",
140
+ "@common-stack/generate-plugin": "8.2.5-alpha.21",
141
+ "@common-stack/rollup-vite-utils": "8.2.5-alpha.21",
142
142
  "@emotion/babel-plugin": "^11.11.0",
143
143
  "@graphql-codegen/add": "^5.0.3",
144
144
  "@graphql-codegen/cli": "^5.0.4",
@@ -31,8 +31,8 @@
31
31
  "dependencies": {
32
32
  "@common-stack/client-core": "8.2.5-alpha.15",
33
33
  "@common-stack/core": "8.2.5-alpha.15",
34
- "@common-stack/server-core": "8.2.5-alpha.15",
35
- "@common-stack/server-stack": "8.2.5-alpha.16",
34
+ "@common-stack/server-core": "8.2.5-alpha.21",
35
+ "@common-stack/server-stack": "8.2.5-alpha.21",
36
36
  "@common-stack/store-mongo": "8.2.5-alpha.15",
37
37
  "@container-stack/mailing-api": "5.2.1-alpha.1",
38
38
  "helmet": "^3.21.2",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@cdm-logger/client": "*",
32
- "@common-stack/client-react": "8.2.5-alpha.15",
32
+ "@common-stack/client-react": "8.2.5-alpha.21",
33
33
  "@remix-run/react": "*",
34
34
  "antd": ">=5.1.6",
35
35
  "lodash": "*",
@@ -63,7 +63,7 @@
63
63
  "@apollo/client": ">=3.0.0",
64
64
  "@cdm-logger/server": ">=9.0.3",
65
65
  "@common-stack/core": "8.2.5-alpha.15",
66
- "@common-stack/server-core": "8.2.5-alpha.15",
66
+ "@common-stack/server-core": "8.2.5-alpha.21",
67
67
  "@common-stack/store-mongo": "8.2.5-alpha.15",
68
68
  "@container-stack/mailing-api": ">=0.0.35-alpha.1",
69
69
  "@vscode-alt/monaco-editor": "^0.21.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/generate-plugin",
3
- "version": "8.2.5-alpha.20",
3
+ "version": "8.2.5-alpha.22",
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": "8.2.5-alpha.20",
21
+ "@common-stack/rollup-vite-utils": "8.2.5-alpha.21",
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": "88840c80b914177eb4c5a9b4aee4bf19f37c1fa3"
29
+ "gitHead": "f122f4d45ee3f7e1c5a650568470d55f5d704641"
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": "8.2.5-alpha.16",
67
+ "@common-stack/server-stack": "8.2.5-alpha.21",
68
68
  "@remix-run/node": "~2.15.3",
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": "8.2.5-alpha.15",
59
+ "@common-stack/frontend-stack-react": "8.2.5-alpha.21",
60
60
  "@react-icons/all-files": "^4.1.0",
61
61
  "classnames": "^2.2.6",
62
62
  "glob-all": "^3.3.1",
@@ -77,7 +77,7 @@
77
77
  },
78
78
  "devDependencies": {
79
79
  "@cdmbase/vite-plugin-i18next-loader": "^2.0.12",
80
- "@common-stack/rollup-vite-utils": "8.2.5-alpha.19",
80
+ "@common-stack/rollup-vite-utils": "8.2.5-alpha.21",
81
81
  "@remix-run/dev": "~2.15.3",
82
82
  "@remix-run/serve": "~2.15.3",
83
83
  "cross-env": "^7.0.3",
@@ -137,8 +137,8 @@
137
137
  "@babel/register": "^7.18.9",
138
138
  "@babel/runtime": "^7.20.1",
139
139
  "@common-stack/env-list-loader": "8.2.5-alpha.15",
140
- "@common-stack/generate-plugin": "8.2.5-alpha.19",
141
- "@common-stack/rollup-vite-utils": "8.2.5-alpha.19",
140
+ "@common-stack/generate-plugin": "8.2.5-alpha.21",
141
+ "@common-stack/rollup-vite-utils": "8.2.5-alpha.21",
142
142
  "@emotion/babel-plugin": "^11.11.0",
143
143
  "@graphql-codegen/add": "^5.0.3",
144
144
  "@graphql-codegen/cli": "^5.0.4",
@@ -31,8 +31,8 @@
31
31
  "dependencies": {
32
32
  "@common-stack/client-core": "8.2.5-alpha.15",
33
33
  "@common-stack/core": "8.2.5-alpha.15",
34
- "@common-stack/server-core": "8.2.5-alpha.15",
35
- "@common-stack/server-stack": "8.2.5-alpha.16",
34
+ "@common-stack/server-core": "8.2.5-alpha.21",
35
+ "@common-stack/server-stack": "8.2.5-alpha.21",
36
36
  "@common-stack/store-mongo": "8.2.5-alpha.15",
37
37
  "@container-stack/mailing-api": "5.2.1-alpha.1",
38
38
  "helmet": "^3.21.2",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@cdm-logger/client": "*",
32
- "@common-stack/client-react": "8.2.5-alpha.15",
32
+ "@common-stack/client-react": "8.2.5-alpha.21",
33
33
  "@remix-run/react": "*",
34
34
  "antd": ">=5.1.6",
35
35
  "lodash": "*",
@@ -63,7 +63,7 @@
63
63
  "@apollo/client": ">=3.0.0",
64
64
  "@cdm-logger/server": ">=9.0.3",
65
65
  "@common-stack/core": "8.2.5-alpha.15",
66
- "@common-stack/server-core": "8.2.5-alpha.15",
66
+ "@common-stack/server-core": "8.2.5-alpha.21",
67
67
  "@common-stack/store-mongo": "8.2.5-alpha.15",
68
68
  "@container-stack/mailing-api": ">=0.0.35-alpha.1",
69
69
  "@vscode-alt/monaco-editor": "^0.21.4",