@eventcatalog/core 4.12.0-beta.1 → 4.12.0-beta.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/dist/analytics/analytics.cjs +1 -1
- package/dist/analytics/analytics.js +2 -2
- package/dist/analytics/log-build.cjs +1 -1
- package/dist/analytics/log-build.js +3 -3
- package/dist/{chunk-IUPFEQMU.js → chunk-C326DCDM.js} +1 -1
- package/dist/{chunk-ISBBAOCD.js → chunk-FZEJ62MJ.js} +1 -1
- package/dist/{chunk-LU4GFIHH.js → chunk-SETCQKS3.js} +1 -1
- package/dist/{chunk-5QRWGO2E.js → chunk-TI3Y63NZ.js} +1 -1
- package/dist/{chunk-TVLJNFDW.js → chunk-ZER6HESL.js} +1 -1
- package/dist/constants.cjs +1 -1
- package/dist/constants.js +1 -1
- package/dist/eventcatalog.cjs +1 -1
- package/dist/eventcatalog.js +5 -5
- package/dist/generate.cjs +1 -1
- package/dist/generate.js +3 -3
- package/dist/utils/cli-logger.cjs +1 -1
- package/dist/utils/cli-logger.js +2 -2
- package/eventcatalog/astro.config.mjs +9 -0
- package/eventcatalog/integrations/eventcatalog-runtime.mjs +4 -1
- package/package.json +3 -3
|
@@ -146,7 +146,7 @@ var verifyRequiredFieldsAreInCatalogConfigFile = async (projectDirectory) => {
|
|
|
146
146
|
var import_os = __toESM(require("os"), 1);
|
|
147
147
|
|
|
148
148
|
// package.json
|
|
149
|
-
var version = "4.12.0-beta.
|
|
149
|
+
var version = "4.12.0-beta.2";
|
|
150
150
|
|
|
151
151
|
// src/constants.ts
|
|
152
152
|
var VERSION = version;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
log_build_default
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-ZER6HESL.js";
|
|
4
4
|
import "../chunk-ZAZHAVKB.js";
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
5
|
+
import "../chunk-TI3Y63NZ.js";
|
|
6
|
+
import "../chunk-SETCQKS3.js";
|
|
7
7
|
import "../chunk-JE6RX7SJ.js";
|
|
8
8
|
export {
|
|
9
9
|
log_build_default as default
|
package/dist/constants.cjs
CHANGED
package/dist/constants.js
CHANGED
package/dist/eventcatalog.cjs
CHANGED
|
@@ -151,7 +151,7 @@ var verifyRequiredFieldsAreInCatalogConfigFile = async (projectDirectory) => {
|
|
|
151
151
|
var import_picocolors = __toESM(require("picocolors"), 1);
|
|
152
152
|
|
|
153
153
|
// package.json
|
|
154
|
-
var version = "4.12.0-beta.
|
|
154
|
+
var version = "4.12.0-beta.2";
|
|
155
155
|
|
|
156
156
|
// src/constants.ts
|
|
157
157
|
var VERSION = version;
|
package/dist/eventcatalog.js
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import "./chunk-CA4U2JP7.js";
|
|
5
5
|
import {
|
|
6
6
|
log_build_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-ZER6HESL.js";
|
|
8
8
|
import "./chunk-ZAZHAVKB.js";
|
|
9
9
|
import {
|
|
10
10
|
FederationConflictError,
|
|
@@ -30,10 +30,10 @@ import {
|
|
|
30
30
|
} from "./chunk-3SJDIENM.js";
|
|
31
31
|
import {
|
|
32
32
|
generate
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-C326DCDM.js";
|
|
34
34
|
import {
|
|
35
35
|
logger
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-FZEJ62MJ.js";
|
|
37
37
|
import {
|
|
38
38
|
resolve_catalog_dependencies_default
|
|
39
39
|
} from "./chunk-EEZXGNF6.js";
|
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
import {
|
|
48
48
|
watch
|
|
49
49
|
} from "./chunk-U63GDPPY.js";
|
|
50
|
-
import "./chunk-
|
|
50
|
+
import "./chunk-TI3Y63NZ.js";
|
|
51
51
|
import {
|
|
52
52
|
getAstroConfigPath
|
|
53
53
|
} from "./chunk-VIJJ7JKH.js";
|
|
@@ -62,7 +62,7 @@ import {
|
|
|
62
62
|
} from "./chunk-SAN4U2WU.js";
|
|
63
63
|
import {
|
|
64
64
|
VERSION
|
|
65
|
-
} from "./chunk-
|
|
65
|
+
} from "./chunk-SETCQKS3.js";
|
|
66
66
|
import {
|
|
67
67
|
getEventCatalogConfigFile,
|
|
68
68
|
verifyRequiredFieldsAreInCatalogConfigFile
|
package/dist/generate.cjs
CHANGED
|
@@ -112,7 +112,7 @@ var getEventCatalogConfigFile = async (projectDirectory) => {
|
|
|
112
112
|
var import_picocolors = __toESM(require("picocolors"), 1);
|
|
113
113
|
|
|
114
114
|
// package.json
|
|
115
|
-
var version = "4.12.0-beta.
|
|
115
|
+
var version = "4.12.0-beta.2";
|
|
116
116
|
|
|
117
117
|
// src/constants.ts
|
|
118
118
|
var VERSION = version;
|
package/dist/generate.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generate
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-C326DCDM.js";
|
|
4
|
+
import "./chunk-FZEJ62MJ.js";
|
|
5
|
+
import "./chunk-SETCQKS3.js";
|
|
6
6
|
import "./chunk-JE6RX7SJ.js";
|
|
7
7
|
export {
|
|
8
8
|
generate
|
package/dist/utils/cli-logger.js
CHANGED
|
@@ -202,6 +202,15 @@ export default defineConfig({
|
|
|
202
202
|
commonjsOptions: {
|
|
203
203
|
transformMixedEsModules: true,
|
|
204
204
|
},
|
|
205
|
+
rolldownOptions: {
|
|
206
|
+
onLog(level, log, handler) {
|
|
207
|
+
// Astro marks every MDX content entry with "use astro:head-inject". Rolldown
|
|
208
|
+
// warns that the directive may be dropped when chunking, but Astro never reads
|
|
209
|
+
// it after bundling, so this is one harmless warning per MDX file.
|
|
210
|
+
if (log.code === 'MODULE_LEVEL_DIRECTIVE' && log.message?.includes('use astro:head-inject')) return;
|
|
211
|
+
handler(level, log);
|
|
212
|
+
},
|
|
213
|
+
},
|
|
205
214
|
},
|
|
206
215
|
ssr: {
|
|
207
216
|
noExternal: bundledRuntimeDependencies,
|
|
@@ -234,7 +234,10 @@ export default function eventCatalogRuntime({ projectDirectory, runtimeDirectory
|
|
|
234
234
|
for (const route of getPackageRoutes()) injectRoute(route);
|
|
235
235
|
addWatchFile(path.join(projectDirectory, 'eventcatalog.config.js'));
|
|
236
236
|
addWatchFile(path.join(projectDirectory, 'eventcatalog.styles.css'));
|
|
237
|
-
|
|
237
|
+
// The virtual homepage imports the user's Astro file, so Vite handles
|
|
238
|
+
// edits through HMR. Registering it as config restarts Astro on every
|
|
239
|
+
// save and can disconnect in-flight module loads. Adding/removing it
|
|
240
|
+
// is already covered by the custom-pages manifest watcher.
|
|
238
241
|
updateConfig({
|
|
239
242
|
vite: {
|
|
240
243
|
resolve: { alias: getRuntimeAliases({ projectDirectory, runtimeDirectory }) },
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
},
|
|
8
8
|
"license": "SEE LICENSE IN LICENSE",
|
|
9
9
|
"type": "module",
|
|
10
|
-
"version": "4.12.0-beta.
|
|
10
|
+
"version": "4.12.0-beta.2",
|
|
11
11
|
"publishConfig": {
|
|
12
12
|
"access": "public"
|
|
13
13
|
},
|
|
@@ -133,9 +133,9 @@
|
|
|
133
133
|
"update-notifier": "^7.3.1",
|
|
134
134
|
"uuid": "^11.1.1",
|
|
135
135
|
"zod": "^4.3.6",
|
|
136
|
+
"@eventcatalog/sdk": "2.29.1",
|
|
136
137
|
"@eventcatalog/linter": "1.1.20",
|
|
137
|
-
"@eventcatalog/visualiser": "^4.1.4"
|
|
138
|
-
"@eventcatalog/sdk": "2.29.1"
|
|
138
|
+
"@eventcatalog/visualiser": "^4.1.4"
|
|
139
139
|
},
|
|
140
140
|
"devDependencies": {
|
|
141
141
|
"@astrojs/check": "^0.9.10",
|