@common-stack/generate-plugin 6.0.8-alpha.18 → 6.0.8-alpha.19

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
+ ## [6.0.8-alpha.19](https://github.com/cdmbase/common-stack/compare/v6.0.8-alpha.18...v6.0.8-alpha.19) (2025-01-14)
7
+
8
+ **Note:** Version bump only for package @common-stack/generate-plugin
9
+
6
10
  ## [6.0.8-alpha.18](https://github.com/cdmbase/common-stack/compare/v6.0.8-alpha.17...v6.0.8-alpha.18) (2025-01-11)
7
11
 
8
12
  **Note:** Version bump only for package @common-stack/generate-plugin
@@ -313,18 +317,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
313
317
 
314
318
  ### Bug Fixes
315
319
 
316
- - **server-stack:** apollo server redis cache ([2ef1df3](https://github.com/cdmbase/common-stack/commit/2ef1df30176616baf9816c47168687577f7aa8ff))
320
+ - **server-stack:** apollo server redis cache ([2ef1df3](https://github.com/cdmbase/common-stack/commit/2ef1df30176616baf9816c47168687577f7aa8ff))
317
321
 
318
322
  ### Features
319
323
 
320
- - enable docker layer caching ([ce2c742](https://github.com/cdmbase/common-stack/commit/ce2c74271a107d5c73580523a4e1822b80e04c8d))
324
+ - enable docker layer caching ([ce2c742](https://github.com/cdmbase/common-stack/commit/ce2c74271a107d5c73580523a4e1822b80e04c8d))
321
325
 
322
326
  ## [6.0.6-alpha.0](https://github.com/cdmbase/common-stack/compare/v0.0.251...v6.0.6-alpha.0) (2024-12-16)
323
327
 
324
328
  ### Bug Fixes
325
329
 
326
- - **server-stack:** apollo server redis cache ([2ef1df3](https://github.com/cdmbase/common-stack/commit/2ef1df30176616baf9816c47168687577f7aa8ff))
330
+ - **server-stack:** apollo server redis cache ([2ef1df3](https://github.com/cdmbase/common-stack/commit/2ef1df30176616baf9816c47168687577f7aa8ff))
327
331
 
328
332
  ### Features
329
333
 
330
- - enable docker layer caching ([ce2c742](https://github.com/cdmbase/common-stack/commit/ce2c74271a107d5c73580523a4e1822b80e04c8d))
334
+ - enable docker layer caching ([ce2c742](https://github.com/cdmbase/common-stack/commit/ce2c74271a107d5c73580523a4e1822b80e04c8d))
@@ -74,7 +74,7 @@
74
74
  "@common-stack/client-core": "6.0.8-alpha.16",
75
75
  "@common-stack/core": "6.0.8-alpha.16",
76
76
  "@common-stack/server-core": "6.0.8-alpha.16",
77
- "@common-stack/server-stack": "6.0.8-alpha.16",
77
+ "@common-stack/server-stack": "6.0.8-alpha.18",
78
78
  "@common-stack/store-mongo": "6.0.8-alpha.16",
79
79
  "@graphql-tools/links": "~9.0.1",
80
80
  "@graphql-tools/schema": "~10.0.6",
@@ -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.8-alpha.16",
65
+ "@common-stack/server-stack": "6.0.8-alpha.18",
66
66
  "@remix-run/node": "~2.10.1",
67
67
  "lodash": "^4.17.15",
68
68
  "react": "18.2.0"
@@ -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.8-alpha.7",
150
- "@common-stack/generate-plugin": "6.0.8-alpha.17",
150
+ "@common-stack/generate-plugin": "6.0.8-alpha.18",
151
151
  "@common-stack/rollup-vite-utils": "6.0.8-alpha.16",
152
152
  "@emotion/babel-plugin": "^11.11.0",
153
153
  "@graphql-codegen/add": "^5.0.2",
@@ -28,7 +28,7 @@
28
28
  "@common-stack/client-core": "6.0.8-alpha.16",
29
29
  "@common-stack/core": "6.0.8-alpha.16",
30
30
  "@common-stack/server-core": "6.0.8-alpha.16",
31
- "@common-stack/server-stack": "6.0.8-alpha.16",
31
+ "@common-stack/server-stack": "6.0.8-alpha.18",
32
32
  "@common-stack/store-mongo": "6.0.8-alpha.16",
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.8-alpha.18",
3
+ "version": "6.0.8-alpha.19",
4
4
  "type": "module",
5
5
  "main": "./lib/index.mjs",
6
6
  "typings": "./lib/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "watch": "yarn build:lib:watch"
18
18
  },
19
19
  "dependencies": {
20
- "@common-stack/rollup-vite-utils": "6.0.8-alpha.16",
20
+ "@common-stack/rollup-vite-utils": "6.0.8-alpha.19",
21
21
  "tslib": "^2.3.0"
22
22
  },
23
23
  "publishConfig": {
@@ -25,5 +25,5 @@
25
25
  },
26
26
  "executors": "./executors.json",
27
27
  "generators": "./generators.json",
28
- "gitHead": "173670b78ca42dd7ae8158dcffe3b3c428468275"
28
+ "gitHead": "b9eff6af540fbca475085f08dddea756e383df7e"
29
29
  }
@@ -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.8-alpha.7",
150
- "@common-stack/generate-plugin": "6.0.8-alpha.17",
150
+ "@common-stack/generate-plugin": "6.0.8-alpha.18",
151
151
  "@common-stack/rollup-vite-utils": "6.0.8-alpha.16",
152
152
  "@emotion/babel-plugin": "^11.11.0",
153
153
  "@graphql-codegen/add": "^5.0.2",
@@ -28,7 +28,7 @@
28
28
  "@common-stack/client-core": "6.0.8-alpha.16",
29
29
  "@common-stack/core": "6.0.8-alpha.16",
30
30
  "@common-stack/server-core": "6.0.8-alpha.16",
31
- "@common-stack/server-stack": "6.0.8-alpha.16",
31
+ "@common-stack/server-stack": "6.0.8-alpha.18",
32
32
  "@common-stack/store-mongo": "6.0.8-alpha.16",
33
33
  "@container-stack/mailing-api": "5.2.1-alpha.1",
34
34
  "helmet": "^3.21.2",