@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/index.mjs
CHANGED
|
@@ -1483,7 +1483,16 @@ var index_default = (path4) => {
|
|
|
1483
1483
|
* @param directory - The directory to dump the catalog to
|
|
1484
1484
|
* @returns A JSON file with the catalog
|
|
1485
1485
|
*/
|
|
1486
|
-
dumpCatalog: dumpCatalog(join13(path4))
|
|
1486
|
+
dumpCatalog: dumpCatalog(join13(path4)),
|
|
1487
|
+
/**
|
|
1488
|
+
* ================================
|
|
1489
|
+
* Resources Utils
|
|
1490
|
+
* ================================
|
|
1491
|
+
*/
|
|
1492
|
+
/**
|
|
1493
|
+
* Returns the path to a given resource by id and version
|
|
1494
|
+
*/
|
|
1495
|
+
getResourcePath
|
|
1487
1496
|
};
|
|
1488
1497
|
};
|
|
1489
1498
|
export {
|