@nexeraid/identity-schemas 2.112.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 +6 -6
- package/package.json +6 -6
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexeraid/identity-schemas",
|
|
3
|
-
"version": "2.
|
|
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": "
|
|
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",
|
|
@@ -90,15 +90,15 @@
|
|
|
90
90
|
"@nexeraid/logger": "workspace:*",
|
|
91
91
|
"decimal.js": "^10.5.0",
|
|
92
92
|
"nanoid": "3.3.4",
|
|
93
|
-
"remeda": "^2.21.
|
|
93
|
+
"remeda": "^2.21.2",
|
|
94
94
|
"zod": "^3.24.2",
|
|
95
|
-
"zod-to-json-schema": "^3.24.
|
|
95
|
+
"zod-to-json-schema": "^3.24.4"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
|
-
"@types/bun": "^1.2.
|
|
98
|
+
"@types/bun": "^1.2.5",
|
|
99
99
|
"@types/json-schema": "^7.0.15",
|
|
100
100
|
"@unblokttechnology/eslint-config": "workspace:*",
|
|
101
|
-
"bun": "^1.2.
|
|
101
|
+
"bun": "^1.2.5",
|
|
102
102
|
"eslint": "^8.57.1",
|
|
103
103
|
"json-schema-to-zod": "^2.6.0",
|
|
104
104
|
"ts-json-as-const": "^1.0.7",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexeraid/identity-schemas",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.114.0-dev",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -63,15 +63,15 @@
|
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"decimal.js": "^10.5.0",
|
|
65
65
|
"nanoid": "3.3.4",
|
|
66
|
-
"remeda": "^2.21.
|
|
66
|
+
"remeda": "^2.21.2",
|
|
67
67
|
"zod": "^3.24.2",
|
|
68
|
-
"zod-to-json-schema": "^3.24.
|
|
68
|
+
"zod-to-json-schema": "^3.24.4",
|
|
69
69
|
"@nexeraid/logger": "2.35.1-dev"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@types/bun": "^1.2.
|
|
72
|
+
"@types/bun": "^1.2.5",
|
|
73
73
|
"@types/json-schema": "^7.0.15",
|
|
74
|
-
"bun": "^1.2.
|
|
74
|
+
"bun": "^1.2.5",
|
|
75
75
|
"eslint": "^8.57.1",
|
|
76
76
|
"json-schema-to-zod": "^2.6.0",
|
|
77
77
|
"ts-json-as-const": "^1.0.7",
|
|
@@ -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": "
|
|
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",
|