@lage-run/rpc 1.3.0 → 1.4.0

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,17 +2,25 @@
2
2
  "name": "@lage-run/rpc",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 08 Mar 2025 02:33:56 GMT",
6
- "version": "1.3.0",
7
- "tag": "@lage-run/rpc_v1.3.0",
5
+ "date": "Sat, 29 Mar 2025 02:16:19 GMT",
6
+ "version": "1.4.0",
7
+ "tag": "@lage-run/rpc_v1.4.0",
8
8
  "comments": {
9
9
  "minor": [
10
10
  {
11
11
  "author": "kchau@microsoft.com",
12
12
  "package": "@lage-run/rpc",
13
- "commit": "10cda62c08de4bd604d80b7d0ebb9aefbb865d70",
13
+ "commit": "a680ab60dcddd84808f223a1b5f38a16e868b66f",
14
14
  "comment": "cheat on optimization by leverage the fact that 'info' command is called before anything else ALWAYS in BXL"
15
15
  }
16
+ ],
17
+ "none": [
18
+ {
19
+ "author": "elcraig@microsoft.com",
20
+ "package": "@lage-run/rpc",
21
+ "commit": "a680ab60dcddd84808f223a1b5f38a16e868b66f",
22
+ "comment": "Sync versions, and use workspace:^ versions for local deps"
23
+ }
16
24
  ]
17
25
  }
18
26
  },
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Change Log - @lage-run/rpc
2
2
 
3
- <!-- This log was last generated on Sat, 08 Mar 2025 02:33:56 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Sat, 29 Mar 2025 02:16:19 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 1.3.0
7
+ ## 1.4.0
8
8
 
9
- Sat, 08 Mar 2025 02:33:56 GMT
9
+ Sat, 29 Mar 2025 02:16:19 GMT
10
10
 
11
11
  ### Minor changes
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/rpc",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "RPC server and client for Lage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "@bufbuild/buf": "^1.39.0",
27
27
  "@bufbuild/protoc-gen-es": "^1.10.0",
28
28
  "@connectrpc/protoc-gen-connect-es": "^1.4.0",
29
- "@lage-run/monorepo-scripts": "*"
29
+ "@lage-run/monorepo-scripts": "^1.0.0"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"