diff --git a/nodejs/examples/package-lock.json b/nodejs/examples/package-lock.json index f12e5f50..cf9d1dff 100644 --- a/nodejs/examples/package-lock.json +++ b/nodejs/examples/package-lock.json @@ -30,7 +30,7 @@ "x64", "arm64" ], - "license": "Apache 2.0", + "license": "Apache-2.0", "os": [ "darwin", "linux", diff --git a/nodejs/npm/darwin-arm64/package.json b/nodejs/npm/darwin-arm64/package.json index c43ff393..2f21e01e 100644 --- a/nodejs/npm/darwin-arm64/package.json +++ b/nodejs/npm/darwin-arm64/package.json @@ -5,7 +5,7 @@ "cpu": ["arm64"], "main": "lancedb.darwin-arm64.node", "files": ["lancedb.darwin-arm64.node"], - "license": "Apache 2.0", + "license": "Apache-2.0", "engines": { "node": ">= 18" } diff --git a/nodejs/npm/darwin-x64/package.json b/nodejs/npm/darwin-x64/package.json index 2f09e445..06ad8183 100644 --- a/nodejs/npm/darwin-x64/package.json +++ b/nodejs/npm/darwin-x64/package.json @@ -5,7 +5,7 @@ "cpu": ["x64"], "main": "lancedb.darwin-x64.node", "files": ["lancedb.darwin-x64.node"], - "license": "Apache 2.0", + "license": "Apache-2.0", "engines": { "node": ">= 18" } diff --git a/nodejs/npm/linux-arm64-gnu/package.json b/nodejs/npm/linux-arm64-gnu/package.json index 6ecb56b3..22a8e8c7 100644 --- a/nodejs/npm/linux-arm64-gnu/package.json +++ b/nodejs/npm/linux-arm64-gnu/package.json @@ -5,7 +5,7 @@ "cpu": ["arm64"], "main": "lancedb.linux-arm64-gnu.node", "files": ["lancedb.linux-arm64-gnu.node"], - "license": "Apache 2.0", + "license": "Apache-2.0", "engines": { "node": ">= 18" }, diff --git a/nodejs/npm/linux-arm64-musl/package.json b/nodejs/npm/linux-arm64-musl/package.json index 34e4bc3b..e073445d 100644 --- a/nodejs/npm/linux-arm64-musl/package.json +++ b/nodejs/npm/linux-arm64-musl/package.json @@ -5,9 +5,9 @@ "cpu": ["arm64"], "main": "lancedb.linux-arm64-musl.node", "files": ["lancedb.linux-arm64-musl.node"], - "license": "Apache 2.0", + "license": "Apache-2.0", "engines": { "node": ">= 18" }, "libc": ["musl"] -} \ No newline at end of file +} diff --git a/nodejs/npm/linux-x64-gnu/package.json b/nodejs/npm/linux-x64-gnu/package.json index ee5fe946..e080407a 100644 --- a/nodejs/npm/linux-x64-gnu/package.json +++ b/nodejs/npm/linux-x64-gnu/package.json @@ -5,7 +5,7 @@ "cpu": ["x64"], "main": "lancedb.linux-x64-gnu.node", "files": ["lancedb.linux-x64-gnu.node"], - "license": "Apache 2.0", + "license": "Apache-2.0", "engines": { "node": ">= 18" }, diff --git a/nodejs/npm/linux-x64-musl/package.json b/nodejs/npm/linux-x64-musl/package.json index a471fa03..08fcaff6 100644 --- a/nodejs/npm/linux-x64-musl/package.json +++ b/nodejs/npm/linux-x64-musl/package.json @@ -5,9 +5,9 @@ "cpu": ["x64"], "main": "lancedb.linux-x64-musl.node", "files": ["lancedb.linux-x64-musl.node"], - "license": "Apache 2.0", + "license": "Apache-2.0", "engines": { "node": ">= 18" }, "libc": ["musl"] -} \ No newline at end of file +} diff --git a/nodejs/npm/win32-arm64-msvc/package.json b/nodejs/npm/win32-arm64-msvc/package.json index a4550306..056c17a1 100644 --- a/nodejs/npm/win32-arm64-msvc/package.json +++ b/nodejs/npm/win32-arm64-msvc/package.json @@ -11,7 +11,7 @@ "files": [ "lancedb.win32-arm64-msvc.node" ], - "license": "Apache 2.0", + "license": "Apache-2.0", "engines": { "node": ">= 18" } diff --git a/nodejs/npm/win32-x64-msvc/package.json b/nodejs/npm/win32-x64-msvc/package.json index 0e4a74ec..67b60acc 100644 --- a/nodejs/npm/win32-x64-msvc/package.json +++ b/nodejs/npm/win32-x64-msvc/package.json @@ -5,7 +5,7 @@ "cpu": ["x64"], "main": "lancedb.win32-x64-msvc.node", "files": ["lancedb.win32-x64-msvc.node"], - "license": "Apache 2.0", + "license": "Apache-2.0", "engines": { "node": ">= 18" } diff --git a/nodejs/package-lock.json b/nodejs/package-lock.json index ea2703f2..bd190513 100644 --- a/nodejs/package-lock.json +++ b/nodejs/package-lock.json @@ -11,7 +11,7 @@ "x64", "arm64" ], - "license": "Apache 2.0", + "license": "Apache-2.0", "os": [ "darwin", "linux", diff --git a/nodejs/package.json b/nodejs/package.json index 91b5b135..0a8d975b 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -36,7 +36,7 @@ ] } }, - "license": "Apache 2.0", + "license": "Apache-2.0", "devDependencies": { "@aws-sdk/client-dynamodb": "^3.33.0", "@aws-sdk/client-kms": "^3.33.0",