@nexeraid/identity-api-client
Advanced tools
Comparing version 2.3.21-dev to 2.3.22-dev
{ | ||
"name": "@nexeraid/identity-api-client", | ||
"version": "2.3.21", | ||
"version": "2.3.22", | ||
"description": "", | ||
@@ -10,4 +10,10 @@ "keywords": [], | ||
".": { | ||
"import": "./dist/nexeraid-identity-api-client.esm.js", | ||
"require": "./dist/nexeraid-identity-api-client.cjs.js" | ||
"import": { | ||
"types": "./dist/nexeraid-identity-api-client.esm.d.mts", | ||
"default": "./dist/nexeraid-identity-api-client.esm.js" | ||
}, | ||
"require": { | ||
"types": "./dist/nexeraid-identity-api-client.cjs.d.ts", | ||
"default": "./dist/nexeraid-identity-api-client.cjs.js" | ||
} | ||
} | ||
@@ -22,4 +28,5 @@ }, | ||
"scripts": { | ||
"build": "preconstruct build && npm run copy-package-json-to-dist", | ||
"build": "preconstruct build && npm run copy-package-json-to-dist && npm run copy-type-defs-as-duplicate", | ||
"copy-package-json-to-dist": "copyfiles package.json dist/", | ||
"copy-type-defs-as-duplicate": "cp dist/nexeraid-identity-api-client.cjs.d.ts dist/nexeraid-identity-api-client.esm.d.mts", | ||
"fetch-schema": "curl -s http://0.0.0.0:3015 -o openapi.json", | ||
@@ -26,0 +33,0 @@ "generate": "pnpm run fetch-schema && openapi --input openapi.json --output ./src/generated --useUnionTypes --useOptions --name ApiClient", |
{ | ||
"name": "@nexeraid/identity-api-client", | ||
"version": "2.3.21-dev", | ||
"version": "2.3.22-dev", | ||
"description": "", | ||
@@ -10,4 +10,10 @@ "keywords": [], | ||
".": { | ||
"import": "./dist/nexeraid-identity-api-client.esm.js", | ||
"require": "./dist/nexeraid-identity-api-client.cjs.js" | ||
"import": { | ||
"types": "./dist/nexeraid-identity-api-client.esm.d.mts", | ||
"default": "./dist/nexeraid-identity-api-client.esm.js" | ||
}, | ||
"require": { | ||
"types": "./dist/nexeraid-identity-api-client.cjs.d.ts", | ||
"default": "./dist/nexeraid-identity-api-client.cjs.js" | ||
} | ||
} | ||
@@ -34,3 +40,3 @@ }, | ||
"zod-validation-error": "^3.4.0", | ||
"@nexeraid/identity-schemas": "2.3.22-dev" | ||
"@nexeraid/identity-schemas": "2.3.23-dev" | ||
}, | ||
@@ -48,4 +54,5 @@ "devDependencies": { | ||
"scripts": { | ||
"build": "preconstruct build && npm run copy-package-json-to-dist", | ||
"build": "preconstruct build && npm run copy-package-json-to-dist && npm run copy-type-defs-as-duplicate", | ||
"copy-package-json-to-dist": "copyfiles package.json dist/", | ||
"copy-type-defs-as-duplicate": "cp dist/nexeraid-identity-api-client.cjs.d.ts dist/nexeraid-identity-api-client.esm.d.mts", | ||
"fetch-schema": "curl -s http://0.0.0.0:3015 -o openapi.json", | ||
@@ -52,0 +59,0 @@ "generate": "pnpm run fetch-schema && openapi --input openapi.json --output ./src/generated --useUnionTypes --useOptions --name ApiClient", |
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
170292
23
+ Added@nexeraid/identity-schemas@2.3.23-dev(transitive)
- Removed@nexeraid/identity-schemas@2.3.22-dev(transitive)