@eventcatalog/sdk 1.4.2 → 1.4.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/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/types.d.d.mts +4 -0
- package/dist/types.d.d.ts +4 -0
- package/dist/types.d.js.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -561,7 +561,7 @@ var rmUserById = (catalogDir) => async (id) => {
|
|
|
561
561
|
};
|
|
562
562
|
|
|
563
563
|
// src/index.ts
|
|
564
|
-
var
|
|
564
|
+
var index_default = (path) => {
|
|
565
565
|
return {
|
|
566
566
|
/**
|
|
567
567
|
* Returns an events from EventCatalog
|
|
@@ -1168,6 +1168,6 @@ var src_default = (path) => {
|
|
|
1168
1168
|
};
|
|
1169
1169
|
};
|
|
1170
1170
|
export {
|
|
1171
|
-
|
|
1171
|
+
index_default as default
|
|
1172
1172
|
};
|
|
1173
1173
|
//# sourceMappingURL=index.mjs.map
|