@fougere/calls 0.5.0-alpha.0 → 0.5.0-alpha.1
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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fougere/calls",
|
|
3
|
-
"version": "0.5.0-alpha.
|
|
3
|
+
"version": "0.5.0-alpha.1",
|
|
4
4
|
"description": "Optional call log for Fougere: a bounded ring of every dispatch, served as an rpc operation. Read it with `fougere devtools`.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fougere",
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
"src"
|
|
31
31
|
],
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@fougere/core": "^0.5.0-alpha.
|
|
34
|
-
"@fougere/adapter-sql": "^0.5.0-alpha.
|
|
33
|
+
"@fougere/core": "^0.5.0-alpha.1",
|
|
34
|
+
"@fougere/adapter-sql": "^0.5.0-alpha.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"vitest": "^4.1.0",
|
|
38
|
-
"@fougere/adapter-sql": "0.5.0-alpha.
|
|
39
|
-
"@fougere/
|
|
40
|
-
"@fougere/
|
|
41
|
-
"@fougere/
|
|
42
|
-
"@fougere/transport-http": "0.5.0-alpha.
|
|
38
|
+
"@fougere/adapter-sql": "0.5.0-alpha.1",
|
|
39
|
+
"@fougere/schema": "0.5.0-alpha.1",
|
|
40
|
+
"@fougere/container": "0.5.0-alpha.1",
|
|
41
|
+
"@fougere/core": "0.5.0-alpha.1",
|
|
42
|
+
"@fougere/transport-http": "0.5.0-alpha.1"
|
|
43
43
|
},
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|