@rivet-dev/services 0.1.3-rc.1 → 0.1.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @rivet-dev/services
2
2
 
3
3
  Resolves the prebuilt `rivet-services` binary for the current host. The binary
4
- is intentionally a no-op while the managed services runtime is being built.
4
+ is intentionally a no-op while the services runtime is being built.
5
5
 
6
6
  ```js
7
7
  const { getServicesPath } = require("@rivet-dev/services");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rivet-dev/services",
3
- "version": "0.1.3-rc.1",
4
- "description": "Rivet Managed Services binary distributed as platform-specific npm packages",
3
+ "version": "0.1.3",
4
+ "description": "Rivet Services binary distributed as platform-specific npm packages",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,10 +24,10 @@
24
24
  "README.md"
25
25
  ],
26
26
  "optionalDependencies": {
27
- "@rivet-dev/services-darwin-arm64": "0.1.3-rc.1",
28
- "@rivet-dev/services-darwin-x64": "0.1.3-rc.1",
29
- "@rivet-dev/services-linux-arm64-musl": "0.1.3-rc.1",
30
- "@rivet-dev/services-linux-x64-musl": "0.1.3-rc.1",
31
- "@rivet-dev/services-win32-x64": "0.1.3-rc.1"
27
+ "@rivet-dev/services-darwin-arm64": "0.1.3",
28
+ "@rivet-dev/services-darwin-x64": "0.1.3",
29
+ "@rivet-dev/services-linux-arm64-musl": "0.1.3",
30
+ "@rivet-dev/services-linux-x64-musl": "0.1.3",
31
+ "@rivet-dev/services-win32-x64": "0.1.3"
32
32
  }
33
33
  }