@lage-run/rpc 1.2.4 → 1.2.6
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/CHANGELOG.json +10 -4
- package/CHANGELOG.md +4 -3
- package/lib/index.d.ts +1 -1
- package/lib/index.js +3 -0
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,16 +2,22 @@
|
|
|
2
2
|
"name": "@lage-run/rpc",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"version": "1.2.
|
|
7
|
-
"tag": "@lage-run/rpc_v1.2.
|
|
5
|
+
"date": "Mon, 10 Feb 2025 00:22:13 GMT",
|
|
6
|
+
"version": "1.2.6",
|
|
7
|
+
"tag": "@lage-run/rpc_v1.2.6",
|
|
8
8
|
"comments": {
|
|
9
9
|
"patch": [
|
|
10
10
|
{
|
|
11
11
|
"author": "kchau@microsoft.com",
|
|
12
12
|
"package": "@lage-run/rpc",
|
|
13
|
-
"commit": "
|
|
13
|
+
"commit": "8a6b737e047d90594e524bcce458d2ed3cac74e4",
|
|
14
14
|
"comment": "adding some global inputs to be separately tracked in the protocol"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "kchau@microsoft.com",
|
|
18
|
+
"package": "@lage-run/rpc",
|
|
19
|
+
"commit": "8a6b737e047d90594e524bcce458d2ed3cac74e4",
|
|
20
|
+
"comment": "simulate transitives by doing our own hashing"
|
|
15
21
|
}
|
|
16
22
|
]
|
|
17
23
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
# Change Log - @lage-run/rpc
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Mon, 10 Feb 2025 00:22:13 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 1.2.
|
|
7
|
+
## 1.2.6
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Mon, 10 Feb 2025 00:22:13 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
13
|
- adding some global inputs to be separately tracked in the protocol (kchau@microsoft.com)
|
|
14
|
+
- simulate transitives by doing our own hashing (kchau@microsoft.com)
|
|
14
15
|
|
|
15
16
|
## 1.2.3
|
|
16
17
|
|
package/lib/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { createServer } from "./createServer.js";
|
|
2
2
|
export { createClient, type LageClient } from "./createClient.js";
|
|
3
3
|
export type { ILageService } from "./types/ILageService.js";
|
|
4
|
-
export { ConnectError } from "@connectrpc/connect";
|
|
4
|
+
export { ConnectError, Code } from "@connectrpc/connect";
|
package/lib/index.js
CHANGED
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export { createServer } from \"./createServer.js\";\nexport { createClient, type LageClient } from \"./createClient.js\";\nexport type { ILageService } from \"./types/ILageService.js\";\nexport { ConnectError } from \"@connectrpc/connect\";\n"],"names":["ConnectError","createClient","createServer"],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export { createServer } from \"./createServer.js\";\nexport { createClient, type LageClient } from \"./createClient.js\";\nexport type { ILageService } from \"./types/ILageService.js\";\nexport { ConnectError, Code } from \"@connectrpc/connect\";\n"],"names":["Code","ConnectError","createClient","createServer"],"mappings":";;;;;;;;;;;IAGuBA,IAAI;eAAJA,aAAI;;IAAlBC,YAAY;eAAZA,qBAAY;;IAFZC,YAAY;eAAZA,0BAAY;;IADZC,YAAY;eAAZA,0BAAY;;;8BAAQ;8BACiB;yBAEX"}
|