@eventcatalog/sdk 2.3.6 → 2.3.7
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/eventcatalog.js +10 -1
- package/dist/eventcatalog.js.map +1 -1
- package/dist/eventcatalog.mjs +10 -1
- package/dist/eventcatalog.mjs.map +1 -1
- package/dist/index.d.mts +14 -6
- package/dist/index.d.ts +14 -6
- package/dist/index.js +10 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/eventcatalog.mjs
CHANGED
|
@@ -1400,7 +1400,16 @@ var index_default = (path4) => {
|
|
|
1400
1400
|
* @param directory - The directory to dump the catalog to
|
|
1401
1401
|
* @returns A JSON file with the catalog
|
|
1402
1402
|
*/
|
|
1403
|
-
dumpCatalog: dumpCatalog(join12(path4))
|
|
1403
|
+
dumpCatalog: dumpCatalog(join12(path4)),
|
|
1404
|
+
/**
|
|
1405
|
+
* ================================
|
|
1406
|
+
* Resources Utils
|
|
1407
|
+
* ================================
|
|
1408
|
+
*/
|
|
1409
|
+
/**
|
|
1410
|
+
* Returns the path to a given resource by id and version
|
|
1411
|
+
*/
|
|
1412
|
+
getResourcePath
|
|
1404
1413
|
};
|
|
1405
1414
|
};
|
|
1406
1415
|
|