pareto-core-dev 0.12.3 → 0.12.5

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.
@@ -11,5 +11,5 @@ const get_location_info_1 = require("pareto-core/dist/__internals/sync/get_locat
11
11
  */
12
12
  function implement_me(marker) {
13
13
  const location = (0, get_location_info_1.$$)(1);
14
- throw new Error(`IMPLEMENT ME ${marker ? `: '${marker}'` : ''}@ ${location.file}:${location.line}:${location.column}`);
14
+ throw new Error(`IMPLEMENT ME ${marker ? `: '${marker}'` : ''}@ ${location['document resource identifier']}:${location.line}:${location.column}`);
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-core-dev",
3
- "version": "0.12.3",
3
+ "version": "0.12.5",
4
4
  "license": "ISC",
5
5
  "description": "a pareto 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/pareto-core-dev.git"
25
25
  },
26
26
  "dependencies": {
27
- "pareto-core": "^0.1.0"
27
+ "pareto-core": "^0.1.23"
28
28
  }
29
29
  }