@eventcatalog/core 2.0.1 → 2.0.3
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/.github/ISSUE_TEMPLATE.md +1 -1
- package/.github/PULL_REQUEST_TEMPLATE.md +2 -2
- package/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/bin/dist/eventcatalog.cjs +2 -0
- package/bin/dist/eventcatalog.js +2 -0
- package/package.json +1 -1
- package/src/layouts/CustomDocsPageLayout.astro +1 -1
- package/src/pages/docs/[type]/[id]/[version]/index.astro +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
## 👉 [Please follow one of these issue templates](https://github.com/
|
|
1
|
+
## 👉 [Please follow one of these issue templates](https://github.com/event-catalog/eventcatalog/issues/new/choose) 👈
|
|
@@ -3,7 +3,7 @@ Thank you for sending the PR! We appreciate you spending the time to work on the
|
|
|
3
3
|
|
|
4
4
|
Help us understand your motivation by explaining why you decided to make this change.
|
|
5
5
|
|
|
6
|
-
You can learn more about contributing to EventCatalog here: https://github.com/
|
|
6
|
+
You can learn more about contributing to EventCatalog here: https://github.com/event-catalog/eventcatalog/blob/main/CONTRIBUTING.md
|
|
7
7
|
|
|
8
8
|
Happy contributing!
|
|
9
9
|
|
|
@@ -13,6 +13,6 @@ Happy contributing!
|
|
|
13
13
|
|
|
14
14
|
(Write your motivation here.)
|
|
15
15
|
|
|
16
|
-
### Have you read the [Contributing Guidelines on pull requests](https://github.com/
|
|
16
|
+
### Have you read the [Contributing Guidelines on pull requests](https://github.com/event-catalog/eventcatalog/blob/main/CONTRIBUTING.md#pull-requests)?
|
|
17
17
|
|
|
18
18
|
(Write your answer here.)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @eventcatalog/core
|
|
2
2
|
|
|
3
|
+
## 2.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- dc89208: fix(core): core folder now copied on buld
|
|
8
|
+
|
|
9
|
+
## 2.0.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- a4bfa8b: chore(core): update the project url to the github org
|
|
14
|
+
|
|
3
15
|
## 2.0.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -125,7 +125,7 @@ If you have any questions, features or issues please raise any issue or pull req
|
|
|
125
125
|
You can find the [contributing guidelines here](https://eventcatalog.dev/docs/contributing/overview).
|
|
126
126
|
|
|
127
127
|
[license-badge]: https://img.shields.io/github/license/event-catalog/eventcatalog.svg?color=yellow
|
|
128
|
-
[license]: https://github.com/event-catalog/eventcatalog/blob/
|
|
128
|
+
[license]: https://github.com/event-catalog/eventcatalog/blob/main/LICENSE
|
|
129
129
|
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
|
|
130
130
|
[prs]: http://makeapullrequest.com
|
|
131
131
|
[github-watch-badge]: https://img.shields.io/github/watchers/event-catalog/eventcatalog.svg?style=social
|
|
@@ -3127,6 +3127,8 @@ program2.command("dev").description("Run development server of EventCatalog").op
|
|
|
3127
3127
|
console.log("EventCatalog has started on port 3000: http://localhost:3000/docs");
|
|
3128
3128
|
});
|
|
3129
3129
|
program2.command("build").description("Run build of EventCatalog").action((options) => {
|
|
3130
|
+
console.log("Building EventCatalog...");
|
|
3131
|
+
copyCore();
|
|
3130
3132
|
copyFolder((0, import_node_path.join)(dir, "public"), (0, import_node_path.join)(core, "public"));
|
|
3131
3133
|
copyFile((0, import_node_path.join)(dir, "eventcatalog.config.js"), (0, import_node_path.join)(core, "eventcatalog.config.js"));
|
|
3132
3134
|
copyFile((0, import_node_path.join)(dir, "eventcatalog.styles.css"), (0, import_node_path.join)(core, "eventcatalog.styles.css"));
|
package/bin/dist/eventcatalog.js
CHANGED
|
@@ -3129,6 +3129,8 @@ program2.command("dev").description("Run development server of EventCatalog").op
|
|
|
3129
3129
|
console.log("EventCatalog has started on port 3000: http://localhost:3000/docs");
|
|
3130
3130
|
});
|
|
3131
3131
|
program2.command("build").description("Run build of EventCatalog").action((options) => {
|
|
3132
|
+
console.log("Building EventCatalog...");
|
|
3133
|
+
copyCore();
|
|
3132
3134
|
copyFolder(join(dir, "public"), join(core, "public"));
|
|
3133
3135
|
copyFile(join(dir, "eventcatalog.config.js"), join(core, "eventcatalog.config.js"));
|
|
3134
3136
|
copyFile(join(dir, "eventcatalog.styles.css"), join(core, "eventcatalog.styles.css"));
|
package/package.json
CHANGED
|
@@ -75,7 +75,7 @@ import catalog from '@eventcatalog';
|
|
|
75
75
|
<footer class="py-4 space-y-8 border-t border-gray-300">
|
|
76
76
|
<div class="flex justify-between items-center py-8 text-gray-500 text-sm font-light">
|
|
77
77
|
<div class="flex space-x-5">
|
|
78
|
-
<a href="https://github.com/
|
|
78
|
+
<a href="https://github.com/event-catalog/eventcatalog" target="_blank"><svg class="w-5 h-5 bg-gray-400 hover:bg-purple-500 dark:hover:bg-gray-400" style="mask-image: url("/icons/github.svg"); mask-repeat: no-repeat; mask-position: center center;"></svg></a>
|
|
79
79
|
<a href="https://x.com/event_catalog" target="_blank"><span class="sr-only">x</span><svg class="w-5 h-5 bg-gray-400 hover:bg-purple-500 dark:hover:bg-gray-400" style="mask-image: url("/icons/x-twitter.svg"); mask-repeat: no-repeat; mask-position: center center;"></svg></a>
|
|
80
80
|
</div>
|
|
81
81
|
<a target="_blank" class="hover:text-purple-500 hover:underline text-gray-400 font-light not-prose" href="https://eventcatalog.dev">Powered by EventCatalog</a>
|
|
@@ -140,7 +140,7 @@ const badges = [
|
|
|
140
140
|
<a href="#" class="flex space-x-2 items-center text-gray-500 hover:text-purple-500 hover:underline"><PencilIcon className="w-4 h-4" /><span>Edit this page</span></a>
|
|
141
141
|
<div class="flex justify-between items-center py-8 text-gray-500 text-sm font-light">
|
|
142
142
|
<div class="flex space-x-5">
|
|
143
|
-
<a href="https://github.com/
|
|
143
|
+
<a href="https://github.com/event-catalog/eventcatalog" target="_blank"
|
|
144
144
|
><svg class="w-5 h-5 bg-gray-400 hover:bg-purple-500 dark:hover:bg-gray-400" style='mask-image: url("/icons/github.svg"); mask-repeat: no-repeat; mask-position: center center;'></svg></a
|
|
145
145
|
>
|
|
146
146
|
<a href="https://x.com/event_catalog" target="_blank"
|