Skip to content

Commit e461f1c

Browse files
authored
Merge pull request #81 from doseofted/changeset-release/main
Version Packages (alpha)
2 parents 7888ad4 + 834eb7a commit e461f1c

File tree

5 files changed

+20
-2
lines changed

5 files changed

+20
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,15 @@
6363
"tame-news-cheat",
6464
"tasty-lizards-wash",
6565
"ten-carrots-give",
66+
"tender-timers-pretend",
6667
"thirty-buckets-develop",
6768
"tiny-cameras-watch",
6869
"tricky-days-bathe",
6970
"two-badgers-retire",
7071
"unlucky-jars-buy",
7172
"violet-balloons-fetch",
7273
"warm-walls-design",
74+
"wet-boxes-search",
7375
"wild-kids-applaud",
7476
"wise-actors-taste",
7577
"wise-ravens-sing",

apps/example/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @doseofted/prim-example-server
22

3+
## 0.1.0-alpha.34
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [8072796]
8+
- Updated dependencies [d5887ab]
9+
- @doseofted/prim-rpc@0.1.0-alpha.24
10+
- @doseofted/prim-rpc-plugins@0.1.0-alpha.22
11+
312
## 0.1.0-alpha.33
413

514
### Patch Changes

apps/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@doseofted/prim-example-server",
3-
"version": "0.1.0-alpha.33",
3+
"version": "0.1.0-alpha.34",
44
"description": "An example backend making use of Prim+RPC.",
55
"license": "UNLICENSED",
66
"private": true,

libs/rpc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @doseofted/prim-rpc
22

3+
## 0.1.0-alpha.24
4+
5+
### Minor Changes
6+
7+
- 8072796: .methodsOnMethods option now requires an key/value object where the key is the method-on-method name and the value is either `true` or `"idempotent"` (similar to .allowList option)
8+
- d5887ab: RPC can no longer be made by GET requests by default: introduced new keyword for function's `.rpc` property named "idempotent" that, when used with HTTP plugins, allows RPC over GET requests
9+
310
## 0.1.0-alpha.23
411

512
### Patch Changes

libs/rpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@doseofted/prim-rpc",
3-
"version": "0.1.0-alpha.23",
3+
"version": "0.1.0-alpha.24",
44
"description": "Easy-to-understand, type-safe, transport-agnostic RPC/IPC for JavaScript, supporting callbacks, batching, file uploads, custom serialization, and more.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)