@common-stack/generate-plugin 6.0.8-alpha.34 → 6.0.8-alpha.36
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
|
+
## [6.0.8-alpha.36](https://github.com/cdmbase/common-stack/compare/v6.0.8-alpha.35...v6.0.8-alpha.36) (2025-02-01)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @common-stack/generate-plugin
|
|
9
|
+
|
|
10
|
+
## [6.0.8-alpha.35](https://github.com/cdmbase/common-stack/compare/v6.0.8-alpha.34...v6.0.8-alpha.35) (2025-01-31)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @common-stack/generate-plugin
|
|
13
|
+
|
|
6
14
|
## [6.0.8-alpha.34](https://github.com/cdmbase/common-stack/compare/v6.0.8-alpha.33...v6.0.8-alpha.34) (2025-01-31)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @common-stack/generate-plugin
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"@babel/register": "^7.18.9",
|
|
152
152
|
"@babel/runtime": "^7.20.1",
|
|
153
153
|
"@common-stack/env-list-loader": "6.0.8-alpha.31",
|
|
154
|
-
"@common-stack/generate-plugin": "6.0.8-alpha.
|
|
154
|
+
"@common-stack/generate-plugin": "6.0.8-alpha.35",
|
|
155
155
|
"@common-stack/rollup-vite-utils": "6.0.8-alpha.33",
|
|
156
156
|
"@emotion/babel-plugin": "^11.11.0",
|
|
157
157
|
"@graphql-codegen/add": "^5.0.2",
|
|
@@ -315,6 +315,7 @@
|
|
|
315
315
|
"rimraf": "^3.0.2",
|
|
316
316
|
"rollup": "^4.13.0",
|
|
317
317
|
"rollup-plugin-esbuild": "^6.1.1",
|
|
318
|
+
"rollup-plugin-multi-input": "^1.5.0",
|
|
318
319
|
"rollup-plugin-string": "^3.0.0",
|
|
319
320
|
"rollup-plugin-svg": "^2.0.0",
|
|
320
321
|
"sass-loader": "^13.1.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@common-stack/generate-plugin",
|
|
3
|
-
"version": "6.0.8-alpha.
|
|
3
|
+
"version": "6.0.8-alpha.36",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./lib/index.mjs",
|
|
6
6
|
"typings": "./lib/index.d.ts",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
},
|
|
26
26
|
"executors": "./executors.json",
|
|
27
27
|
"generators": "./generators.json",
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "4666b60bfddb5c6f2acda54cbc78b419068ae921"
|
|
29
29
|
}
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"@babel/register": "^7.18.9",
|
|
152
152
|
"@babel/runtime": "^7.20.1",
|
|
153
153
|
"@common-stack/env-list-loader": "6.0.8-alpha.31",
|
|
154
|
-
"@common-stack/generate-plugin": "6.0.8-alpha.
|
|
154
|
+
"@common-stack/generate-plugin": "6.0.8-alpha.35",
|
|
155
155
|
"@common-stack/rollup-vite-utils": "6.0.8-alpha.33",
|
|
156
156
|
"@emotion/babel-plugin": "^11.11.0",
|
|
157
157
|
"@graphql-codegen/add": "^5.0.2",
|
|
@@ -315,6 +315,7 @@
|
|
|
315
315
|
"rimraf": "^3.0.2",
|
|
316
316
|
"rollup": "^4.13.0",
|
|
317
317
|
"rollup-plugin-esbuild": "^6.1.1",
|
|
318
|
+
"rollup-plugin-multi-input": "^1.5.0",
|
|
318
319
|
"rollup-plugin-string": "^3.0.0",
|
|
319
320
|
"rollup-plugin-svg": "^2.0.0",
|
|
320
321
|
"sass-loader": "^13.1.0",
|