exupery-core-dev 0.3.1 → 0.3.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.
@@ -5,4 +5,4 @@
5
5
  * before publishing, the usages should be removed
6
6
  * @param message the string to be printed to stderr
7
7
  */
8
- export declare function implement_me(): never;
8
+ export declare function implement_me(marker: string): never;
@@ -9,6 +9,6 @@ const get_location_info_1 = require("../get_location_info");
9
9
  * before publishing, the usages should be removed
10
10
  * @param message the string to be printed to stderr
11
11
  */
12
- function implement_me() {
13
- throw new Error(`IMPLEMENT ME @ ${(0, get_location_info_1.location_to_string)((0, get_location_info_1.get_location_info)(1))}`);
12
+ function implement_me(marker) {
13
+ throw new Error(`IMPLEMENT ME ${marker ? `: '${marker}'` : ''}@ ${(0, get_location_info_1.location_to_string)((0, get_location_info_1.get_location_info)(1))}`);
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exupery-core-dev",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "license": "ISC",
5
5
  "description": "a exupery package that contains functions that are useful during development",
6
6
  "author": "Corno",
@@ -24,6 +24,6 @@
24
24
  "url": "git+https://github.com/corno/exupery-core.git"
25
25
  },
26
26
  "dependencies": {
27
- "exupery-core-internals": "^0.3.0"
27
+ "exupery-core-internals": "^0.3.17"
28
28
  }
29
29
  }