@alephdata/followthemoney
Advanced tools
Comparing version 2.6.1 to 2.6.2
@@ -88,3 +88,3 @@ "use strict"; | ||
Model.prototype.createEntity = function (schema, namespace) { | ||
var rawId = uuid_1.v4(); | ||
var rawId = (0, uuid_1.v4)(); | ||
var id = namespace ? namespace.sign(rawId) : rawId; | ||
@@ -91,0 +91,0 @@ return this.getEntity({ |
{ | ||
"name": "@alephdata/followthemoney", | ||
"version": "2.6.1", | ||
"version": "2.6.2", | ||
"description": "JavaScript version of the followthemoney data model", | ||
@@ -63,3 +63,3 @@ "keywords": [], | ||
"devDependencies": { | ||
"@types/jest": "^26.0.14", | ||
"@types/jest": "^27.0.1", | ||
"@types/node": "^16.0.0", | ||
@@ -72,7 +72,7 @@ "@typescript-eslint/eslint-plugin": "^4.26.1", | ||
"eslint": "^7.28.0", | ||
"jest": "~27.0.4", | ||
"jest-config": "~27.0.4", | ||
"jest": "~27.1.0", | ||
"jest-config": "~27.1.0", | ||
"lint-staged": "~11.1.1", | ||
"prettier": "~2.3.1", | ||
"prompt": "~1.1.0", | ||
"prompt": "~1.2.0", | ||
"replace-in-file": "~6.2.0", | ||
@@ -87,6 +87,6 @@ "rimraf": "~3.0.0", | ||
"shelljs": "~0.8.3", | ||
"svgo": "~2.3.0", | ||
"svgo": "~2.5.0", | ||
"ts-jest": "~27.0.3", | ||
"ts-node": "~10.1.0", | ||
"typescript": "~4.3.2" | ||
"ts-node": "~10.2.1", | ||
"typescript": "~4.4.2" | ||
}, | ||
@@ -93,0 +93,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
1053873