@eventcatalog/core 2.8.2 → 2.8.4
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 +12 -0
- package/package.json +14 -13
- package/scripts/build-ci.js +7 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @eventcatalog/core
|
|
2
2
|
|
|
3
|
+
## 2.8.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 95ca9aa: chore(core): removed type checks for consuming catalogs
|
|
8
|
+
|
|
9
|
+
## 2.8.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- d07a946: chore(core): updated astro versions
|
|
14
|
+
|
|
3
15
|
## 2.8.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"url": "https://github.com/event-catalog/eventcatalog.git"
|
|
7
7
|
},
|
|
8
8
|
"type": "module",
|
|
9
|
-
"version": "2.8.
|
|
9
|
+
"version": "2.8.4",
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public"
|
|
12
12
|
},
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"test": "vitest --config vitest.config.ts",
|
|
22
22
|
"test:ci": "node scripts/ci/test.js",
|
|
23
23
|
"start": "astro dev",
|
|
24
|
-
"build": "npm run scripts:hydrate-content && node scripts/analytics/log-build.js && astro
|
|
24
|
+
"build": "npm run scripts:hydrate-content && node scripts/analytics/log-build.js && astro build",
|
|
25
25
|
"build:cd": "node scripts/build-ci.js",
|
|
26
26
|
"preview": "astro preview",
|
|
27
27
|
"astro": "astro",
|
|
@@ -35,26 +35,32 @@
|
|
|
35
35
|
"format:diff": "prettier --config .prettierrc --list-different \"**/*.{js,jsx,ts,tsx,json,astro}\""
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@astrojs/check": "^0.9.
|
|
39
|
-
"@astrojs/markdown-remark": "^5.
|
|
40
|
-
"@astrojs/mdx": "^3.1.
|
|
38
|
+
"@astrojs/check": "^0.9.4",
|
|
39
|
+
"@astrojs/markdown-remark": "^5.3.0",
|
|
40
|
+
"@astrojs/mdx": "^3.1.8",
|
|
41
41
|
"@astrojs/react": "^3.6.2",
|
|
42
|
-
"@astrojs/tailwind": "^5.1.
|
|
42
|
+
"@astrojs/tailwind": "^5.1.2",
|
|
43
43
|
"@asyncapi/react-component": "^2.2.2",
|
|
44
44
|
"@changesets/cli": "^2.27.5",
|
|
45
45
|
"@headlessui/react": "^2.0.3",
|
|
46
46
|
"@heroicons/react": "^2.1.3",
|
|
47
|
+
"@parcel/watcher": "^2.4.1",
|
|
47
48
|
"@stoplight/json-schema-viewer": "^4.7.0",
|
|
48
49
|
"@stoplight/mosaic": "^1.53.2",
|
|
49
50
|
"@tailwindcss/typography": "^0.5.13",
|
|
50
51
|
"@tanstack/react-table": "^8.17.3",
|
|
51
52
|
"@types/dagre": "^0.7.52",
|
|
53
|
+
"@types/diff": "^5.2.2",
|
|
54
|
+
"@types/lodash.merge": "4.6.9",
|
|
52
55
|
"@types/node": "^20.14.2",
|
|
53
|
-
"astro": "^4.
|
|
56
|
+
"astro": "^4.16.5",
|
|
54
57
|
"astro-expressive-code": "^0.36.1",
|
|
55
58
|
"astro-pagefind": "^1.6.0",
|
|
56
59
|
"astro-seo": "^0.8.4",
|
|
57
60
|
"axios": "^1.7.7",
|
|
61
|
+
"commander": "^12.1.0",
|
|
62
|
+
"concurrently": "^8.2.2",
|
|
63
|
+
"cross-env": "^7.0.3",
|
|
58
64
|
"dagre": "^0.8.5",
|
|
59
65
|
"diff": "^7.0.0",
|
|
60
66
|
"diff2html": "^3.4.48",
|
|
@@ -73,12 +79,7 @@
|
|
|
73
79
|
"typescript": "^5.4.5",
|
|
74
80
|
"unist-util-visit": "^5.0.0",
|
|
75
81
|
"uuid": "^10.0.0",
|
|
76
|
-
"@types/
|
|
77
|
-
"@types/lodash.merge": "4.6.9",
|
|
78
|
-
"@parcel/watcher": "^2.4.1",
|
|
79
|
-
"commander": "^12.1.0",
|
|
80
|
-
"concurrently": "^8.2.2",
|
|
81
|
-
"cross-env": "^7.0.3"
|
|
82
|
+
"@types/semver": "^7.5.8"
|
|
82
83
|
},
|
|
83
84
|
"devDependencies": {
|
|
84
85
|
"@types/react": "^18.3.3",
|
package/scripts/build-ci.js
CHANGED
|
@@ -16,7 +16,10 @@ fs.copyFileSync(join(projectDIR, 'eventcatalog.config.js'), join(catalogDir, 'ev
|
|
|
16
16
|
|
|
17
17
|
fs.copyFileSync(join(projectDIR, 'eventcatalog.styles.css'), join(catalogDir, 'eventcatalog.styles.css'));
|
|
18
18
|
|
|
19
|
-
execSync(
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
execSync(
|
|
20
|
+
`cross-env NODE_ENV=CI PROJECT_DIR=${projectDIR} CATALOG_DIR=${catalogDir} npm run build && astro check --minimumSeverity error`,
|
|
21
|
+
{
|
|
22
|
+
cwd: catalogDir,
|
|
23
|
+
stdio: 'inherit',
|
|
24
|
+
}
|
|
25
|
+
);
|