@rivetkit/engine-cli 2.3.0-rc.11 → 2.3.0-rc.13
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/index.js +1 -1
- package/package.json +6 -6
package/index.js
CHANGED
|
@@ -83,7 +83,7 @@ function getEnginePath() {
|
|
|
83
83
|
const version = require("./package.json").version;
|
|
84
84
|
if (
|
|
85
85
|
typeof version === "string" &&
|
|
86
|
-
|
|
86
|
+
version.startsWith("0.0.0-")
|
|
87
87
|
) {
|
|
88
88
|
throw new Error(
|
|
89
89
|
"@rivetkit/engine-cli: Windows x64 binaries are only published for release versions.\n" +
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rivetkit/engine-cli",
|
|
3
|
-
"version": "2.3.0-rc.
|
|
3
|
+
"version": "2.3.0-rc.13",
|
|
4
4
|
"description": "Rivet Engine binary distributed as platform-specific npm packages",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "index.js",
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"README.md"
|
|
16
16
|
],
|
|
17
17
|
"optionalDependencies": {
|
|
18
|
-
"@rivetkit/engine-cli-darwin-arm64": "2.3.0-rc.
|
|
19
|
-
"@rivetkit/engine-cli-darwin-x64": "2.3.0-rc.
|
|
20
|
-
"@rivetkit/engine-cli-linux-arm64-musl": "2.3.0-rc.
|
|
21
|
-
"@rivetkit/engine-cli-linux-x64-musl": "2.3.0-rc.
|
|
22
|
-
"@rivetkit/engine-cli-win32-x64": "2.3.0-rc.
|
|
18
|
+
"@rivetkit/engine-cli-darwin-arm64": "2.3.0-rc.13",
|
|
19
|
+
"@rivetkit/engine-cli-darwin-x64": "2.3.0-rc.13",
|
|
20
|
+
"@rivetkit/engine-cli-linux-arm64-musl": "2.3.0-rc.13",
|
|
21
|
+
"@rivetkit/engine-cli-linux-x64-musl": "2.3.0-rc.13",
|
|
22
|
+
"@rivetkit/engine-cli-win32-x64": "2.3.0-rc.13"
|
|
23
23
|
}
|
|
24
24
|
}
|