@nexeraid/identity-schemas
Advanced tools
Comparing version 2.3.22-dev to 2.3.23-dev
{ | ||
"name": "@nexeraid/identity-schemas", | ||
"version": "2.3.22", | ||
"version": "2.3.23", | ||
"description": "", | ||
@@ -10,4 +10,10 @@ "keywords": [], | ||
".": { | ||
"import": "./dist/nexeraid-identity-schemas.esm.js", | ||
"require": "./dist/nexeraid-identity-schemas.cjs.js" | ||
"import": { | ||
"types": "./dist/nexeraid-identity-schemas.esm.d.mts", | ||
"default": "./dist/nexeraid-identity-schemas.esm.js" | ||
}, | ||
"require": { | ||
"types": "./dist/nexeraid-identity-schemas.cjs.d.ts", | ||
"default": "./dist/nexeraid-identity-schemas.cjs.js" | ||
} | ||
}, | ||
@@ -42,4 +48,5 @@ "./identity": { | ||
"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-schemas.cjs.d.ts dist/nexeraid-identity-schemas.esm.d.mts", | ||
"download-schemas": "./scripts/download-schemas.sh", | ||
@@ -46,0 +53,0 @@ "generate-schemas-ts": "./scripts/generate-schemas-ts.sh", |
{ | ||
"name": "@nexeraid/identity-schemas", | ||
"version": "2.3.22-dev", | ||
"version": "2.3.23-dev", | ||
"description": "", | ||
@@ -10,4 +10,10 @@ "keywords": [], | ||
".": { | ||
"import": "./dist/nexeraid-identity-schemas.esm.js", | ||
"require": "./dist/nexeraid-identity-schemas.cjs.js" | ||
"import": { | ||
"types": "./dist/nexeraid-identity-schemas.esm.d.mts", | ||
"default": "./dist/nexeraid-identity-schemas.esm.js" | ||
}, | ||
"require": { | ||
"types": "./dist/nexeraid-identity-schemas.cjs.d.ts", | ||
"default": "./dist/nexeraid-identity-schemas.cjs.js" | ||
} | ||
}, | ||
@@ -68,4 +74,5 @@ "./identity": { | ||
"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-schemas.cjs.d.ts dist/nexeraid-identity-schemas.esm.d.mts", | ||
"download-schemas": "./scripts/download-schemas.sh", | ||
@@ -72,0 +79,0 @@ "generate-schemas-ts": "./scripts/generate-schemas-ts.sh", |
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
14087455
185