@lage-run/rpc 1.2.1 → 1.2.2

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,7 +2,22 @@
2
2
  "name": "@lage-run/rpc",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 27 Sep 2024 20:03:27 GMT",
5
+ "date": "Wed, 02 Oct 2024 20:25:42 GMT",
6
+ "version": "1.2.2",
7
+ "tag": "@lage-run/rpc_v1.2.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "kchau@microsoft.com",
12
+ "package": "@lage-run/rpc",
13
+ "commit": "6ecbd570669a07fa87429af5de13ec1adc58b864",
14
+ "comment": "Simulate file access for lage server"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 27 Sep 2024 20:03:49 GMT",
6
21
  "version": "1.2.1",
7
22
  "tag": "@lage-run/rpc_v1.2.1",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @lage-run/rpc
2
2
 
3
- <!-- This log was last generated on Fri, 27 Sep 2024 20:03:27 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Wed, 02 Oct 2024 20:25:42 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.2.2
8
+
9
+ Wed, 02 Oct 2024 20:25:42 GMT
10
+
11
+ ### Patches
12
+
13
+ - Simulate file access for lage server (kchau@microsoft.com)
14
+
7
15
  ## 1.2.1
8
16
 
9
- Fri, 27 Sep 2024 20:03:27 GMT
17
+ Fri, 27 Sep 2024 20:03:49 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/rpc",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "RPC server and client for Lage",
5
5
  "repository": {
6
6
  "type": "git",