@actually_connor/uuid
Advanced tools
Comparing version 0.3.6 to 0.3.7
{ | ||
"name": "@actually_connor/uuid", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "A JavaScript library that provides a 'ramsey/uuid'-like interface for the uuid package", | ||
@@ -21,4 +21,3 @@ "keywords": [ | ||
"module": "./dist/esm-node/index.js", | ||
"require": "./dist/index.js", | ||
"import": "./wrapper.mjs" | ||
"require": "./dist/index.js" | ||
}, | ||
@@ -52,12 +51,12 @@ "default": "./dist/esm-browser/index.js" | ||
"@types/jest": "^27.4.1", | ||
"@types/node": "^17.0.2", | ||
"@types/node": "^17.0.23", | ||
"@types/uuid": "^8.3.4", | ||
"@typescript-eslint/eslint-plugin": "^5.14.0", | ||
"@typescript-eslint/parser": "^5.14.0", | ||
"@typescript-eslint/eslint-plugin": "^5.18.0", | ||
"@typescript-eslint/parser": "^5.18.0", | ||
"docdash": "^1.2.0", | ||
"eslint": "^8.10.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint": "^8.12.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"husky": "^7.0.4", | ||
"jest": "^27.5.1", | ||
"ts-jest": "^27.1.3", | ||
"ts-jest": "^27.1.4", | ||
"ts-node": "^10.7.0" | ||
@@ -64,0 +63,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31102