diff --git a/lerna.json b/lerna.json index 1a351e0..9ebc1f6 100644 --- a/lerna.json +++ b/lerna.json @@ -12,9 +12,6 @@ "npmClientArgs": [ "--force" ] - }, - "publish": { - "throttle": true } } -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index b6bc06a..89b522e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12531,14 +12531,14 @@ "url": "https://github.com/sponsors/emmercm" }, "optionalDependencies": { - "@emmercm/chdman-darwin-arm64": "^0.269.1", - "@emmercm/chdman-darwin-x64": "^0.269.1", - "@emmercm/chdman-linux-arm": "^0.269.1", - "@emmercm/chdman-linux-arm64": "^0.269.1", - "@emmercm/chdman-linux-ia32": "^0.269.1", - "@emmercm/chdman-linux-x64": "^0.269.1", - "@emmercm/chdman-win32-ia32": "^0.269.1", - "@emmercm/chdman-win32-x64": "^0.269.1" + "@emmercm/chdman-darwin-arm64": "0.269.1", + "@emmercm/chdman-darwin-x64": "0.269.1", + "@emmercm/chdman-linux-arm": "0.269.1", + "@emmercm/chdman-linux-arm64": "0.269.1", + "@emmercm/chdman-linux-ia32": "0.269.1", + "@emmercm/chdman-linux-x64": "0.269.1", + "@emmercm/chdman-win32-ia32": "0.269.1", + "@emmercm/chdman-win32-x64": "0.269.1" } }, "packages/chdman-darwin-arm64": { @@ -12547,9 +12547,13 @@ "cpu": [ "arm64" ], + "license": "GPL-3.0-or-later", "os": [ "darwin" - ] + ], + "funding": { + "url": "https://github.com/sponsors/emmercm" + } }, "packages/chdman-darwin-x64": { "name": "@emmercm/chdman-darwin-x64", @@ -12557,9 +12561,13 @@ "cpu": [ "x64" ], + "license": "GPL-3.0-or-later", "os": [ "darwin" - ] + ], + "funding": { + "url": "https://github.com/sponsors/emmercm" + } }, "packages/chdman-linux-arm": { "name": "@emmercm/chdman-linux-arm", @@ -12567,9 +12575,13 @@ "cpu": [ "arm" ], + "license": "GPL-3.0-or-later", "os": [ "linux" - ] + ], + "funding": { + "url": "https://github.com/sponsors/emmercm" + } }, "packages/chdman-linux-arm64": { "name": "@emmercm/chdman-linux-arm64", @@ -12577,9 +12589,13 @@ "cpu": [ "arm64" ], + "license": "GPL-3.0-or-later", "os": [ "linux" - ] + ], + "funding": { + "url": "https://github.com/sponsors/emmercm" + } }, "packages/chdman-linux-ia32": { "name": "@emmercm/chdman-linux-ia32", @@ -12587,9 +12603,13 @@ "cpu": [ "ia32" ], + "license": "GPL-3.0-or-later", "os": [ "linux" - ] + ], + "funding": { + "url": "https://github.com/sponsors/emmercm" + } }, "packages/chdman-linux-x64": { "name": "@emmercm/chdman-linux-x64", @@ -12597,9 +12617,13 @@ "cpu": [ "x64" ], + "license": "GPL-3.0-or-later", "os": [ "linux" - ] + ], + "funding": { + "url": "https://github.com/sponsors/emmercm" + } }, "packages/chdman-win32-ia32": { "name": "@emmercm/chdman-win32-ia32", @@ -12607,9 +12631,13 @@ "cpu": [ "ia32" ], + "license": "GPL-3.0-or-later", "os": [ "win32" - ] + ], + "funding": { + "url": "https://github.com/sponsors/emmercm" + } }, "packages/chdman-win32-x64": { "name": "@emmercm/chdman-win32-x64", @@ -12617,9 +12645,13 @@ "cpu": [ "x64" ], + "license": "GPL-3.0-or-later", "os": [ "win32" - ] + ], + "funding": { + "url": "https://github.com/sponsors/emmercm" + } } } } diff --git a/packages/chdman/package.json b/packages/chdman/package.json index ba12486..acba79e 100644 --- a/packages/chdman/package.json +++ b/packages/chdman/package.json @@ -55,14 +55,14 @@ "which": "^4.0.0" }, "optionalDependencies": { - "@emmercm/chdman-darwin-arm64": "^0.269.1", - "@emmercm/chdman-darwin-x64": "^0.269.1", - "@emmercm/chdman-linux-arm": "^0.269.1", - "@emmercm/chdman-linux-arm64": "^0.269.1", - "@emmercm/chdman-linux-ia32": "^0.269.1", - "@emmercm/chdman-linux-x64": "^0.269.1", - "@emmercm/chdman-win32-ia32": "^0.269.1", - "@emmercm/chdman-win32-x64": "^0.269.1" + "@emmercm/chdman-darwin-arm64": "0.269.1", + "@emmercm/chdman-darwin-x64": "0.269.1", + "@emmercm/chdman-linux-arm": "0.269.1", + "@emmercm/chdman-linux-arm64": "0.269.1", + "@emmercm/chdman-linux-ia32": "0.269.1", + "@emmercm/chdman-linux-x64": "0.269.1", + "@emmercm/chdman-win32-ia32": "0.269.1", + "@emmercm/chdman-win32-x64": "0.269.1" }, "devDependencies": { "@types/jest": "^29.5.12",