From 5ed887a3de55fa5b1ded3d509e8298f00f3d8001 Mon Sep 17 00:00:00 2001 From: Hoan HL Date: Tue, 12 May 2026 21:16:24 +0700 Subject: [PATCH] update schema version 0.3.7 --- typescript/package-lock.json | 47 +++--------------------------------- typescript/package.json | 2 +- 2 files changed, 5 insertions(+), 44 deletions(-) diff --git a/typescript/package-lock.json b/typescript/package-lock.json index ec990ad..4b7fd40 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -9,7 +9,7 @@ "version": "0.4.1", "license": "MIT", "dependencies": { - "@jambonz/schema": "^0.3.5", + "@jambonz/schema": "^0.3.7", "ajv": "^8.17.1", "ws": "^8.18.0" }, @@ -582,9 +582,9 @@ } }, "node_modules/@jambonz/schema": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jambonz/schema/-/schema-0.3.5.tgz", - "integrity": "sha512-xHK0NcQWEtm+UmCdy87uegTHx6siCULgrGh8K+7SC0vl2Nrf5+tLcYLXpkp/5MMA1LlT2V8/ZuN/Fim139dMnQ==", + "version": "0.3.7", + "resolved": "https://registry.npmjs.org/@jambonz/schema/-/schema-0.3.7.tgz", + "integrity": "sha512-8LT472yYetb2VqmfiN+a0GYFyLKY1ZIY1grZnmxJd/dz9Mu8q3b3rFNtIzv5EG2EOqR83zhc0FdQp4JpBR/Kag==", "license": "MIT", "dependencies": { "ajv": "^8.17.1", @@ -733,9 +733,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -750,9 +747,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -767,9 +761,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -784,9 +775,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -801,9 +789,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -818,9 +803,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -835,9 +817,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -852,9 +831,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -869,9 +845,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -886,9 +859,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -903,9 +873,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -920,9 +887,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -937,9 +901,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ diff --git a/typescript/package.json b/typescript/package.json index 8338d44..d0f5912 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -95,7 +95,7 @@ "postpublish": "npm run clean-docs" }, "dependencies": { - "@jambonz/schema": "^0.3.5", + "@jambonz/schema": "^0.3.7", "ajv": "^8.17.1", "ws": "^8.18.0" },