mdat 1.1.0 → 1.2.0

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/.DS_Store ADDED
Binary file
package/dist/config.d.ts CHANGED
@@ -59,7 +59,7 @@ export declare function getConfig(): Promise<ConfigLoaded>;
59
59
  * Convenience function for rules
60
60
  * Load as package json only as needed, memoize
61
61
  * Rules could call this themselves, but this is more convenient and efficient
62
- * @throws If no package.json is found
62
+ * @throws {Error} If no package.json is found
63
63
  */
64
64
  export declare function getPackageJson(): Promise<NormalizedPackageJson>;
65
65
  /**