@common-stack/generate-plugin 7.1.1-alpha.60 → 7.1.1-alpha.62

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.1.1-alpha.62](https://github.com/cdmbase/common-stack/compare/v7.1.1-alpha.61...v7.1.1-alpha.62) (2025-09-19)
7
+
8
+ **Note:** Version bump only for package @common-stack/generate-plugin
9
+
10
+ ## [7.1.1-alpha.61](https://github.com/cdmbase/common-stack/compare/v7.1.1-alpha.60...v7.1.1-alpha.61) (2025-09-19)
11
+
12
+ **Note:** Version bump only for package @common-stack/generate-plugin
13
+
6
14
  ## [7.1.1-alpha.60](https://github.com/cdmbase/common-stack/compare/v7.1.1-alpha.59...v7.1.1-alpha.60) (2025-09-12)
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.1.1-alpha.59",
67
+ "@common-stack/server-stack": "7.1.1-alpha.61",
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.1.1-alpha.52",
59
+ "@common-stack/frontend-stack-react": "7.1.1-alpha.61",
60
60
  "@react-icons/all-files": "^4.1.0",
61
61
  "classnames": "^2.2.6",
62
62
  "compression": "^1.7.4",
@@ -96,16 +96,12 @@
96
96
  },
97
97
  "resolutions": {
98
98
  "@apollo/client": "^3.9.0",
99
- "@nx/workspace": "20.4.3",
100
99
  "@types/react": "^18.2.25",
101
100
  "@types/react-dom": "^18.2.7",
102
101
  "common": "link:packages/common",
103
102
  "html-to-text": "^8.0.0",
104
- "nx": "20.4.3",
105
- "react": "18.3.0-canary-c3048aab4-20240326",
106
- "react-dom": "18.3.0-canary-c3048aab4-20240326",
107
- "react-native": "0.72.10",
108
- "react-native-gesture-handler": "~2.12.0"
103
+ "react-native": "~0.76.3",
104
+ "react-native-safe-area-context": "4.12.0"
109
105
  },
110
106
  "dependencies": {
111
107
  "graphql": "^16.0.0",
@@ -141,7 +137,7 @@
141
137
  "@babel/register": "^7.18.9",
142
138
  "@babel/runtime": "^7.20.1",
143
139
  "@common-stack/env-list-loader": "7.1.1-alpha.30",
144
- "@common-stack/generate-plugin": "7.1.1-alpha.59",
140
+ "@common-stack/generate-plugin": "7.1.1-alpha.61",
145
141
  "@common-stack/rollup-vite-utils": "7.1.1-alpha.52",
146
142
  "@emotion/babel-plugin": "^11.11.0",
147
143
  "@graphql-codegen/add": "^5.0.3",
@@ -158,7 +154,6 @@
158
154
  "@loadable/babel-plugin": "^5.13.2",
159
155
  "@loadable/webpack-plugin": "^5.15.2",
160
156
  "@nx-aws-plugin/nx-aws-cache": "^3.2.2",
161
- "@nx/workspace": "20.4.3",
162
157
  "@redux-devtools/core": "^3.13.1",
163
158
  "@redux-devtools/dock-monitor": "^3.0.1",
164
159
  "@redux-devtools/log-monitor": "^4.0.1",
@@ -31,9 +31,9 @@
31
31
  "dependencies": {
32
32
  "@common-stack/client-core": "7.1.1-alpha.52",
33
33
  "@common-stack/core": "7.1.1-alpha.52",
34
- "@common-stack/server-core": "7.1.1-alpha.52",
35
- "@common-stack/server-stack": "7.1.1-alpha.59",
36
- "@common-stack/store-mongo": "7.1.1-alpha.59",
34
+ "@common-stack/server-core": "7.1.1-alpha.61",
35
+ "@common-stack/server-stack": "7.1.1-alpha.61",
36
+ "@common-stack/store-mongo": "7.1.1-alpha.60",
37
37
  "@container-stack/mailing-api": "5.2.1-alpha.1",
38
38
  "helmet": "^3.21.2",
39
39
  "react": "18.2.0",
@@ -63,8 +63,8 @@
63
63
  "@apollo/client": ">=3.0.0",
64
64
  "@cdm-logger/server": ">=9.0.3",
65
65
  "@common-stack/core": "7.1.1-alpha.52",
66
- "@common-stack/server-core": "7.1.1-alpha.52",
67
- "@common-stack/store-mongo": "7.1.1-alpha.59",
66
+ "@common-stack/server-core": "7.1.1-alpha.61",
67
+ "@common-stack/store-mongo": "7.1.1-alpha.60",
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.1.1-alpha.60",
3
+ "version": "7.1.1-alpha.62",
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.1.1-alpha.52",
21
+ "@common-stack/rollup-vite-utils": "7.1.1-alpha.62",
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": "707b1d62ea03e6665dbbdd290d913343903ee076"
29
+ "gitHead": "b66c8fc2489ff21628b1b0b0ad2ab9ab27f67d59"
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.1.1-alpha.59",
67
+ "@common-stack/server-stack": "7.1.1-alpha.61",
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.1.1-alpha.52",
59
+ "@common-stack/frontend-stack-react": "7.1.1-alpha.61",
60
60
  "@react-icons/all-files": "^4.1.0",
61
61
  "classnames": "^2.2.6",
62
62
  "compression": "^1.7.4",
@@ -96,16 +96,12 @@
96
96
  },
97
97
  "resolutions": {
98
98
  "@apollo/client": "^3.9.0",
99
- "@nx/workspace": "20.4.3",
100
99
  "@types/react": "^18.2.25",
101
100
  "@types/react-dom": "^18.2.7",
102
101
  "common": "link:packages/common",
103
102
  "html-to-text": "^8.0.0",
104
- "nx": "20.4.3",
105
- "react": "18.3.0-canary-c3048aab4-20240326",
106
- "react-dom": "18.3.0-canary-c3048aab4-20240326",
107
- "react-native": "0.72.10",
108
- "react-native-gesture-handler": "~2.12.0"
103
+ "react-native": "~0.76.3",
104
+ "react-native-safe-area-context": "4.12.0"
109
105
  },
110
106
  "dependencies": {
111
107
  "graphql": "^16.0.0",
@@ -141,7 +137,7 @@
141
137
  "@babel/register": "^7.18.9",
142
138
  "@babel/runtime": "^7.20.1",
143
139
  "@common-stack/env-list-loader": "7.1.1-alpha.30",
144
- "@common-stack/generate-plugin": "7.1.1-alpha.59",
140
+ "@common-stack/generate-plugin": "7.1.1-alpha.61",
145
141
  "@common-stack/rollup-vite-utils": "7.1.1-alpha.52",
146
142
  "@emotion/babel-plugin": "^11.11.0",
147
143
  "@graphql-codegen/add": "^5.0.3",
@@ -158,7 +154,6 @@
158
154
  "@loadable/babel-plugin": "^5.13.2",
159
155
  "@loadable/webpack-plugin": "^5.15.2",
160
156
  "@nx-aws-plugin/nx-aws-cache": "^3.2.2",
161
- "@nx/workspace": "20.4.3",
162
157
  "@redux-devtools/core": "^3.13.1",
163
158
  "@redux-devtools/dock-monitor": "^3.0.1",
164
159
  "@redux-devtools/log-monitor": "^4.0.1",
@@ -31,9 +31,9 @@
31
31
  "dependencies": {
32
32
  "@common-stack/client-core": "7.1.1-alpha.52",
33
33
  "@common-stack/core": "7.1.1-alpha.52",
34
- "@common-stack/server-core": "7.1.1-alpha.52",
35
- "@common-stack/server-stack": "7.1.1-alpha.59",
36
- "@common-stack/store-mongo": "7.1.1-alpha.59",
34
+ "@common-stack/server-core": "7.1.1-alpha.61",
35
+ "@common-stack/server-stack": "7.1.1-alpha.61",
36
+ "@common-stack/store-mongo": "7.1.1-alpha.60",
37
37
  "@container-stack/mailing-api": "5.2.1-alpha.1",
38
38
  "helmet": "^3.21.2",
39
39
  "react": "18.2.0",
@@ -63,8 +63,8 @@
63
63
  "@apollo/client": ">=3.0.0",
64
64
  "@cdm-logger/server": ">=9.0.3",
65
65
  "@common-stack/core": "7.1.1-alpha.52",
66
- "@common-stack/server-core": "7.1.1-alpha.52",
67
- "@common-stack/store-mongo": "7.1.1-alpha.59",
66
+ "@common-stack/server-core": "7.1.1-alpha.61",
67
+ "@common-stack/store-mongo": "7.1.1-alpha.60",
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",