@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 CHANGED
@@ -2,16 +2,22 @@
2
2
  "name": "@lage-run/rpc",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 07 Feb 2025 19:44:21 GMT",
6
- "version": "1.2.4",
7
- "tag": "@lage-run/rpc_v1.2.4",
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": "0f5a0dc74f6515366af3b53113f893b9c5ca98e0",
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 Fri, 07 Feb 2025 19:44:21 GMT and should not be manually modified. -->
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.4
7
+ ## 1.2.6
8
8
 
9
- Fri, 07 Feb 2025 19:44:21 GMT
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
@@ -9,6 +9,9 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
+ Code: function() {
13
+ return _connect.Code;
14
+ },
12
15
  ConnectError: function() {
13
16
  return _connect.ConnectError;
14
17
  },
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":";;;;;;;;;;;IAGSA,YAAY;eAAZA,qBAAY;;IAFZC,YAAY;eAAZA,0BAAY;;IADZC,YAAY;eAAZA,0BAAY;;;8BAAQ;8BACiB;yBAEjB"}
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/rpc",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "RPC server and client for Lage",
5
5
  "repository": {
6
6
  "type": "git",