@oliversalzburg/js-utils 0.0.59-dev.2 → 0.0.59-dev.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/errors/tools.d.ts CHANGED
@@ -1,3 +1,7 @@
1
+ /**
2
+ * General error-related tooling that fits no other module.
3
+ * @module
4
+ */
1
5
  /**
2
6
  * Throws the provided error.
3
7
  * @param error - The error that will be thrown.
package/errors/tools.js CHANGED
@@ -1,3 +1,7 @@
1
+ /**
2
+ * General error-related tooling that fits no other module.
3
+ * @module
4
+ */
1
5
  /**
2
6
  * Throws the provided error.
3
7
  * @param error - The error that will be thrown.
@@ -1 +1 @@
1
- {"version":3,"file":"tools.js","sourceRoot":"","sources":["../../source/errors/tools.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,KAAc,EAAE,EAAE;IACxC,MAAM,KAAK,CAAC;AACd,CAAC,CAAC"}
1
+ {"version":3,"file":"tools.js","sourceRoot":"","sources":["../../source/errors/tools.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;GAKG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,KAAc,EAAE,EAAE;IACxC,MAAM,KAAK,CAAC;AACd,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@oliversalzburg/js-utils",
4
- "version": "0.0.59-dev.2",
4
+ "version": "0.0.59-dev.3",
5
5
  "license": "MIT",
6
6
  "author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
7
7
  "repository": {