@nexeraid/identity-sdk
Advanced tools
Comparing version 1.1.122 to 1.1.123
{ | ||
"name": "@nexeraid/identity-sdk", | ||
"version": "1.1.122", | ||
"version": "1.1.123", | ||
"description": "Nexera ID Identity Verification SDK", | ||
@@ -19,3 +19,2 @@ "main": "dist/nexeraid-identity-sdk.cjs.js", | ||
"copy-package-json-to-dist": "copyfiles package.json dist/", | ||
"prettier": "prettier './src' --write", | ||
"lint": "eslint .", | ||
@@ -28,3 +27,5 @@ "lint:fix": "pnpm lint --fix", | ||
"publish:public:mac": "pnpm run prepare:release:mac && publish --access=public --no-git-checks --registry https://registry.npmjs.org/", | ||
"test": "vitest --config ./vitest.config.ts" | ||
"test": "vitest --config ./vitest.config.ts", | ||
"prettier": "prettier 'src/' --check", | ||
"prettier:fix": "prettier 'src/' --write" | ||
}, | ||
@@ -31,0 +32,0 @@ "keywords": [], |
{ | ||
"name": "@nexeraid/identity-sdk", | ||
"version": "1.1.122", | ||
"version": "1.1.123", | ||
"description": "Nexera ID Identity Verification SDK", | ||
@@ -21,3 +21,3 @@ "main": "dist/nexeraid-identity-sdk.cjs.js", | ||
"zod-validation-error": "^1.5.0", | ||
"@nexeraprotocol/nexera-id-schemas": "1.8.77" | ||
"@nexeraprotocol/nexera-id-schemas": "1.8.78" | ||
}, | ||
@@ -37,3 +37,2 @@ "devDependencies": { | ||
"copy-package-json-to-dist": "copyfiles package.json dist/", | ||
"prettier": "prettier './src' --write", | ||
"lint": "eslint .", | ||
@@ -46,4 +45,6 @@ "lint:fix": "pnpm lint --fix", | ||
"publish:public:mac": "pnpm run prepare:release:mac && publish --access=public --no-git-checks --registry https://registry.npmjs.org/", | ||
"test": "vitest --config ./vitest.config.ts" | ||
"test": "vitest --config ./vitest.config.ts", | ||
"prettier": "prettier 'src/' --check", | ||
"prettier:fix": "prettier 'src/' --write" | ||
} | ||
} |
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
142660
+ Added@nexeraprotocol/nexera-id-schemas@1.8.78(transitive)
- Removed@nexeraprotocol/nexera-id-schemas@1.8.77(transitive)