@nexeraid/identity-schemas 2.113.0-dev → 2.114.0-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.113.0",
3
+ "version": "2.114.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -66,7 +66,7 @@
66
66
  "lint:fix": "pnpm lint --fix",
67
67
  "prepare:release": "./scripts/prepare_npm_release.sh",
68
68
  "publish:public": "pnpm run prepare:release && publish --access=public --no-git-checks --registry https://registry.npmjs.org/",
69
- "test": "vitest",
69
+ "test": "bun test",
70
70
  "test:unit": "bash -c 'set -o pipefail && TZ=UTC bun test \"$@\" | pino-pretty' --",
71
71
  "type-check": "tsc --noEmit",
72
72
  "update-json-schema-map": "./scripts/update-json-schema-map.sh",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.113.0-dev",
3
+ "version": "2.114.0-dev",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -102,7 +102,7 @@
102
102
  "lint:fix": "pnpm lint --fix",
103
103
  "prepare:release": "./scripts/prepare_npm_release.sh",
104
104
  "publish:public": "pnpm run prepare:release && publish --access=public --no-git-checks --registry https://registry.npmjs.org/",
105
- "test": "vitest",
105
+ "test": "bun test",
106
106
  "test:unit": "bash -c 'set -o pipefail && TZ=UTC bun test \"$@\" | pino-pretty' --",
107
107
  "type-check": "tsc --noEmit",
108
108
  "update-json-schema-map": "./scripts/update-json-schema-map.sh",