@common-stack/generate-plugin 5.0.6-alpha.1 → 5.0.6-alpha.2

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,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
+ ## [5.0.6-alpha.2](https://github.com/cdmbase/common-stack/compare/v5.0.6-alpha.1...v5.0.6-alpha.2) (2024-08-16)
7
+
8
+ **Note:** Version bump only for package @common-stack/generate-plugin
9
+
6
10
  ## [5.0.6-alpha.1](https://github.com/cdmbase/common-stack/compare/v5.0.6-alpha.0...v5.0.6-alpha.1) (2024-08-15)
7
11
 
8
12
  **Note:** Version bump only for package @common-stack/generate-plugin
@@ -1,7 +1,8 @@
1
1
  import { createServer } from "http";
2
2
  import express from "express";
3
- import { ApolloServer, gql } from "apollo-server-express";
4
- import { ApolloServerPluginDrainHttpServer } from "apollo-server-core";
3
+ import { gql } from 'graphql';
4
+ import { ApolloServer } from '@apollo/server';
5
+ import { ApolloServerPluginDrainHttpServer, } from '@apollo/server/plugin/drainHttpServer';
5
6
  import { PubSub } from "graphql-subscriptions";
6
7
  import { makeExecutableSchema } from "@graphql-tools/schema";
7
8
  import { WebSocketServer } from "ws";
@@ -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": "5.0.6-alpha.0",
85
- "@common-stack/client-core": "5.0.6-alpha.0",
86
- "@common-stack/core": "5.0.6-alpha.0",
87
- "@common-stack/server-core": "5.0.6-alpha.0",
88
- "@common-stack/store-mongo": "5.0.6-alpha.0",
84
+ "@common-stack/cache-api-server": "5.0.6-alpha.1",
85
+ "@common-stack/client-core": "5.0.6-alpha.1",
86
+ "@common-stack/core": "5.0.6-alpha.1",
87
+ "@common-stack/server-core": "5.0.6-alpha.1",
88
+ "@common-stack/store-mongo": "5.0.6-alpha.1",
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,15 +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
- "apollo-server-cache-memcached": "^3.3.1",
106
104
  "apollo-server-cache-redis": "^3.3.1",
107
- "apollo-server-caching": "^3.3.0",
108
- "apollo-server-core": "^3.11.1",
109
- "apollo-server-errors": "^3.3.1",
110
- "apollo-server-express": "^3.11.1",
111
- "apollo-server-plugin-response-cache": "^3.8.1",
112
105
  "app-root-path": "^3.0.0",
113
106
  "body-parser": "^1.19.0",
114
107
  "cors": "^2.8.5",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@cdm-logger/client": "*",
32
- "@common-stack/client-react": "5.0.6-alpha.0",
32
+ "@common-stack/client-react": "5.0.6-alpha.1",
33
33
  "@remix-run/react": "*",
34
34
  "antd": ">=5.1.6",
35
35
  "lodash": "*",
@@ -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": "5.0.6-alpha.0",
78
- "@common-stack/client-react": "5.0.6-alpha.0",
79
- "@common-stack/components-pro": "5.0.6-alpha.0",
80
- "@common-stack/core": "5.0.6-alpha.0",
81
- "@common-stack/remix-router-redux": "5.0.6-alpha.0",
82
- "@common-stack/server-core": "5.0.6-alpha.0",
77
+ "@common-stack/client-core": "5.0.6-alpha.1",
78
+ "@common-stack/client-react": "5.0.6-alpha.1",
79
+ "@common-stack/components-pro": "5.0.6-alpha.1",
80
+ "@common-stack/core": "5.0.6-alpha.1",
81
+ "@common-stack/remix-router-redux": "5.0.6-alpha.1",
82
+ "@common-stack/server-core": "5.0.6-alpha.1",
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": "5.0.6-alpha.0",
162
- "@common-stack/rollup-vite-utils": "5.0.6-alpha.0",
160
+ "@common-stack/frontend-stack-react": "5.0.6-alpha.1",
161
+ "@common-stack/rollup-vite-utils": "5.0.6-alpha.1",
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": "5.0.6-alpha.0",
162
+ "@common-stack/env-list-loader": "5.0.6-alpha.1",
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": "5.0.6-alpha.0",
32
- "@common-stack/core": "5.0.6-alpha.0",
33
- "@common-stack/server-core": "5.0.6-alpha.0",
34
- "@common-stack/server-stack": "5.0.6-alpha.0",
35
- "@common-stack/store-mongo": "5.0.6-alpha.0",
31
+ "@common-stack/client-core": "5.0.6-alpha.1",
32
+ "@common-stack/core": "5.0.6-alpha.1",
33
+ "@common-stack/server-core": "5.0.6-alpha.1",
34
+ "@common-stack/server-stack": "5.0.6-alpha.1",
35
+ "@common-stack/store-mongo": "5.0.6-alpha.1",
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": "5.0.6-alpha.1",
3
+ "version": "5.0.6-alpha.2",
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": "af2af37562aeacfa8b5419a0d16c6cbae434c18b"
27
+ "gitHead": "f3b482b25faf1b88e44f8147f3c4c1a75828b3dc"
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": "5.0.6-alpha.0",
162
+ "@common-stack/env-list-loader": "5.0.6-alpha.1",
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": "5.0.6-alpha.0",
32
- "@common-stack/core": "5.0.6-alpha.0",
33
- "@common-stack/server-core": "5.0.6-alpha.0",
34
- "@common-stack/server-stack": "5.0.6-alpha.0",
35
- "@common-stack/store-mongo": "5.0.6-alpha.0",
31
+ "@common-stack/client-core": "5.0.6-alpha.1",
32
+ "@common-stack/core": "5.0.6-alpha.1",
33
+ "@common-stack/server-core": "5.0.6-alpha.1",
34
+ "@common-stack/server-stack": "5.0.6-alpha.1",
35
+ "@common-stack/store-mongo": "5.0.6-alpha.1",
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",