@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.js
CHANGED
|
@@ -28,11 +28,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
29
|
|
|
30
30
|
// src/index.ts
|
|
31
|
-
var
|
|
32
|
-
__export(
|
|
33
|
-
default: () =>
|
|
31
|
+
var index_exports = {};
|
|
32
|
+
__export(index_exports, {
|
|
33
|
+
default: () => index_default
|
|
34
34
|
});
|
|
35
|
-
module.exports = __toCommonJS(
|
|
35
|
+
module.exports = __toCommonJS(index_exports);
|
|
36
36
|
var import_node_path10 = require("path");
|
|
37
37
|
|
|
38
38
|
// src/events.ts
|
|
@@ -595,7 +595,7 @@ var rmUserById = (catalogDir) => async (id) => {
|
|
|
595
595
|
};
|
|
596
596
|
|
|
597
597
|
// src/index.ts
|
|
598
|
-
var
|
|
598
|
+
var index_default = (path) => {
|
|
599
599
|
return {
|
|
600
600
|
/**
|
|
601
601
|
* Returns an events from EventCatalog
|