@rivetkit/framework-base 2.2.0 → 2.2.1-pr.4600.bc7743e
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/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
_Library to build and scale stateful workloads_
|
|
4
4
|
|
|
5
|
-
[Learn More →](https://github.com/rivet-dev/
|
|
5
|
+
[Learn More →](https://github.com/rivet-dev/rivet)
|
|
6
6
|
|
|
7
|
-
[Discord](https://rivet.dev/discord) — [Documentation](https://rivetkit.org) — [Issues](https://github.com/rivet-dev/
|
|
7
|
+
[Discord](https://rivet.dev/discord) — [Documentation](https://rivetkit.org) — [Issues](https://github.com/rivet-dev/rivet/issues)
|
|
8
8
|
|
|
9
9
|
## Lifecycle
|
|
10
10
|
|
|
@@ -83,4 +83,4 @@ Two components using the same actor opts:
|
|
|
83
83
|
|
|
84
84
|
## License
|
|
85
85
|
|
|
86
|
-
Apache 2.0
|
|
86
|
+
Apache 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rivetkit/framework-base",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1-pr.4600.bc7743e",
|
|
4
4
|
"description": "Base framework utilities for RivetKit client integrations",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@tanstack/store": "^0.7.1",
|
|
40
40
|
"fast-deep-equal": "^3.1.3",
|
|
41
|
-
"rivetkit": "2.2.
|
|
41
|
+
"rivetkit": "2.2.1-pr.4600.bc7743e"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"build": "tsup src/mod.ts",
|