@common-stack/generate-plugin 6.0.6-alpha.74 → 6.0.6-alpha.76

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.6-alpha.76](https://github.com/cdmbase/common-stack/compare/v6.0.6-alpha.75...v6.0.6-alpha.76) (2024-10-27)
7
+
8
+ **Note:** Version bump only for package @common-stack/generate-plugin
9
+
10
+ ## [6.0.6-alpha.75](https://github.com/cdmbase/common-stack/compare/v6.0.6-alpha.74...v6.0.6-alpha.75) (2024-10-26)
11
+
12
+ **Note:** Version bump only for package @common-stack/generate-plugin
13
+
6
14
  ## [6.0.6-alpha.74](https://github.com/cdmbase/common-stack/compare/v6.0.6-alpha.73...v6.0.6-alpha.74) (2024-10-26)
7
15
 
8
16
  **Note:** Version bump only for package @common-stack/generate-plugin
@@ -80,7 +80,7 @@
80
80
  },
81
81
  "devDependencies": {
82
82
  "@cdmbase/vite-plugin-i18next-loader": "^2.0.12",
83
- "@common-stack/rollup-vite-utils": "6.0.6-alpha.73",
83
+ "@common-stack/rollup-vite-utils": "6.0.6-alpha.75",
84
84
  "@remix-run/dev": "~2.10.1",
85
85
  "@remix-run/serve": "~2.10.1",
86
86
  "cross-env": "^7.0.3",
@@ -2,10 +2,10 @@ import fs from 'fs';
2
2
  import path from 'path';
3
3
  import { setupConfig } from '@common-stack/rollup-vite-utils/lib/utils/setupConfig.js';
4
4
  import { updateFromConfig } from '@common-stack/rollup-vite-utils/lib/rollup/rollupPluginUpdateFromConfig.js';
5
- import projectConfig from '../config.json' assert { type: 'json' };
5
+ const projectConfigPath = path.resolve('./config.json');
6
6
 
7
7
  // Function to merge configurations
8
- const mergeConfigs = setupConfig(projectConfig);
8
+ const mergeConfigs = setupConfig(projectConfigPath);
9
9
 
10
10
  // Ensure the 'app' directory exists
11
11
  const appDir = path.resolve('app');
@@ -147,8 +147,8 @@
147
147
  "@babel/register": "^7.18.9",
148
148
  "@babel/runtime": "^7.20.1",
149
149
  "@common-stack/env-list-loader": "6.0.6-alpha.50",
150
- "@common-stack/generate-plugin": "6.0.6-alpha.73",
151
- "@common-stack/rollup-vite-utils": "6.0.6-alpha.73",
150
+ "@common-stack/generate-plugin": "6.0.6-alpha.75",
151
+ "@common-stack/rollup-vite-utils": "6.0.6-alpha.75",
152
152
  "@emotion/babel-plugin": "^11.11.0",
153
153
  "@graphql-codegen/add": "^5.0.2",
154
154
  "@graphql-codegen/cli": "^5.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/generate-plugin",
3
- "version": "6.0.6-alpha.74",
3
+ "version": "6.0.6-alpha.76",
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.6-alpha.74",
20
+ "@common-stack/rollup-vite-utils": "6.0.6-alpha.76",
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": "6aeb7947bc2d15bcd2d764255a0e8650904c9a61"
28
+ "gitHead": "2fb006c2a2254c258d1743dc0a2867c5d8211d5c"
29
29
  }
@@ -147,8 +147,8 @@
147
147
  "@babel/register": "^7.18.9",
148
148
  "@babel/runtime": "^7.20.1",
149
149
  "@common-stack/env-list-loader": "6.0.6-alpha.50",
150
- "@common-stack/generate-plugin": "6.0.6-alpha.73",
151
- "@common-stack/rollup-vite-utils": "6.0.6-alpha.73",
150
+ "@common-stack/generate-plugin": "6.0.6-alpha.75",
151
+ "@common-stack/rollup-vite-utils": "6.0.6-alpha.75",
152
152
  "@emotion/babel-plugin": "^11.11.0",
153
153
  "@graphql-codegen/add": "^5.0.2",
154
154
  "@graphql-codegen/cli": "^5.0.2",