@lage-run/rpc 1.4.2 → 1.4.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/rpc",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "RPC server and client for Lage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,9 +11,11 @@
11
11
  "main": "lib/index.js",
12
12
  "types": "lib/index.d.ts",
13
13
  "scripts": {
14
+ "build": "yarn types && yarn transpile",
15
+ "transpile": "monorepo-scripts transpile",
16
+ "types": "yarn run -T tsc",
14
17
  "lint": "buf lint",
15
- "generate": "buf generate",
16
- "build": "monorepo-scripts tsc"
18
+ "generate": "buf generate"
17
19
  },
18
20
  "dependencies": {
19
21
  "@bufbuild/protobuf": "^1.10.1",
@@ -28,7 +30,8 @@
28
30
  "@connectrpc/protoc-gen-connect-es": "1.7.0",
29
31
  "@lage-run/monorepo-scripts": "^1.0.0"
30
32
  },
31
- "publishConfig": {
32
- "access": "public"
33
- }
33
+ "files": [
34
+ "lib/!(__*)",
35
+ "lib/!(__*)/**"
36
+ ]
34
37
  }
package/CHANGELOG.json DELETED
@@ -1,168 +0,0 @@
1
- {
2
- "name": "@lage-run/rpc",
3
- "entries": [
4
- {
5
- "date": "Sat, 24 Jan 2026 09:00:58 GMT",
6
- "version": "1.4.2",
7
- "tag": "@lage-run/rpc_v1.4.2",
8
- "comments": {
9
- "patch": [
10
- {
11
- "author": "elcraig@microsoft.com",
12
- "package": "@lage-run/rpc",
13
- "commit": "092607a7d55561a9342ab3265ccab0142dd59b9b",
14
- "comment": "Add explicit module boundary types and update typescript version"
15
- },
16
- {
17
- "author": "elcraig@microsoft.com",
18
- "package": "@lage-run/rpc",
19
- "commit": "092607a7d55561a9342ab3265ccab0142dd59b9b",
20
- "comment": "Bump and pin dependencies locally, but unpin them when the package is published"
21
- }
22
- ],
23
- "none": [
24
- {
25
- "author": "elcraig@microsoft.com",
26
- "package": "@lage-run/rpc",
27
- "commit": "092607a7d55561a9342ab3265ccab0142dd59b9b",
28
- "comment": "Add missing devDependencies"
29
- }
30
- ]
31
- }
32
- },
33
- {
34
- "date": "Thu, 15 Jan 2026 23:24:00 GMT",
35
- "version": "1.4.1",
36
- "tag": "@lage-run/rpc_v1.4.1",
37
- "comments": {
38
- "patch": [
39
- {
40
- "author": "nemanjatesic@microsoft.com",
41
- "package": "@lage-run/rpc",
42
- "commit": "3d7ac61faadf82097fb2996431b537b2a9baa0e3",
43
- "comment": "Add lint rule for no-floating-promises and fix several places"
44
- }
45
- ]
46
- }
47
- },
48
- {
49
- "date": "Sat, 29 Mar 2025 02:16:38 GMT",
50
- "version": "1.4.0",
51
- "tag": "@lage-run/rpc_v1.4.0",
52
- "comments": {
53
- "minor": [
54
- {
55
- "author": "kchau@microsoft.com",
56
- "package": "@lage-run/rpc",
57
- "commit": "a680ab60dcddd84808f223a1b5f38a16e868b66f",
58
- "comment": "cheat on optimization by leverage the fact that 'info' command is called before anything else ALWAYS in BXL"
59
- }
60
- ],
61
- "none": [
62
- {
63
- "author": "elcraig@microsoft.com",
64
- "package": "@lage-run/rpc",
65
- "commit": "a680ab60dcddd84808f223a1b5f38a16e868b66f",
66
- "comment": "Sync versions, and use workspace:^ versions for local deps"
67
- }
68
- ]
69
- }
70
- },
71
- {
72
- "date": "Mon, 10 Feb 2025 00:35:53 GMT",
73
- "version": "1.2.7",
74
- "tag": "@lage-run/rpc_v1.2.7",
75
- "comments": {
76
- "patch": [
77
- {
78
- "author": "kchau@microsoft.com",
79
- "package": "@lage-run/rpc",
80
- "commit": "031ad89ab6a0c64d46c79318377399d15e730e84",
81
- "comment": "adding some global inputs to be separately tracked in the protocol"
82
- },
83
- {
84
- "author": "kchau@microsoft.com",
85
- "package": "@lage-run/rpc",
86
- "commit": "031ad89ab6a0c64d46c79318377399d15e730e84",
87
- "comment": "simulate transitives by doing our own hashing"
88
- }
89
- ]
90
- }
91
- },
92
- {
93
- "date": "Fri, 04 Oct 2024 23:41:44 GMT",
94
- "version": "1.2.3",
95
- "tag": "@lage-run/rpc_v1.2.3",
96
- "comments": {
97
- "patch": [
98
- {
99
- "author": "kchau@microsoft.com",
100
- "package": "@lage-run/rpc",
101
- "commit": "5030c3eca2e52a4b31e4246b06dea37e126aa659",
102
- "comment": "adds support for stdout / stderr output"
103
- }
104
- ]
105
- }
106
- },
107
- {
108
- "date": "Wed, 02 Oct 2024 20:26:19 GMT",
109
- "version": "1.2.2",
110
- "tag": "@lage-run/rpc_v1.2.2",
111
- "comments": {
112
- "patch": [
113
- {
114
- "author": "kchau@microsoft.com",
115
- "package": "@lage-run/rpc",
116
- "commit": "6ecbd570669a07fa87429af5de13ec1adc58b864",
117
- "comment": "Simulate file access for lage server"
118
- }
119
- ]
120
- }
121
- },
122
- {
123
- "date": "Fri, 27 Sep 2024 20:03:49 GMT",
124
- "version": "1.2.1",
125
- "tag": "@lage-run/rpc_v1.2.1",
126
- "comments": {
127
- "patch": [
128
- {
129
- "author": "kchau@microsoft.com",
130
- "package": "@lage-run/rpc",
131
- "commit": "2919f9041f931dc6ef65017f7aedb9fef9dab66d",
132
- "comment": "Simulate file access for lage server"
133
- }
134
- ]
135
- }
136
- },
137
- {
138
- "date": "Fri, 13 Sep 2024 18:05:04 GMT",
139
- "version": "1.2.0",
140
- "tag": "@lage-run/rpc_v1.2.0",
141
- "comments": {
142
- "minor": [
143
- {
144
- "author": "kchau@microsoft.com",
145
- "package": "@lage-run/rpc",
146
- "commit": "924b93e66ae3cc60effa7cfc1f5254e1e59e9969",
147
- "comment": "modified to allow for lage-server"
148
- }
149
- ]
150
- }
151
- },
152
- {
153
- "date": "Fri, 06 Sep 2024 20:03:01 GMT",
154
- "version": "1.1.0",
155
- "tag": "@lage-run/rpc_v1.1.0",
156
- "comments": {
157
- "minor": [
158
- {
159
- "author": "kchau@microsoft.com",
160
- "package": "@lage-run/rpc",
161
- "commit": "0d2a6f936b7250959f5a42f3c79908b8a475d28d",
162
- "comment": "remote execution RPC server and client for Lage"
163
- }
164
- ]
165
- }
166
- }
167
- ]
168
- }
package/CHANGELOG.md DELETED
@@ -1,79 +0,0 @@
1
- # Change Log - @lage-run/rpc
2
-
3
- <!-- This log was last generated on Sat, 24 Jan 2026 09:00:58 GMT and should not be manually modified. -->
4
-
5
- <!-- Start content -->
6
-
7
- ## 1.4.2
8
-
9
- Sat, 24 Jan 2026 09:00:58 GMT
10
-
11
- ### Patches
12
-
13
- - Add explicit module boundary types and update typescript version (elcraig@microsoft.com)
14
- - Bump and pin dependencies locally, but unpin them when the package is published (elcraig@microsoft.com)
15
-
16
- ## 1.4.1
17
-
18
- Thu, 15 Jan 2026 23:24:00 GMT
19
-
20
- ### Patches
21
-
22
- - Add lint rule for no-floating-promises and fix several places (nemanjatesic@microsoft.com)
23
-
24
- ## 1.4.0
25
-
26
- Sat, 29 Mar 2025 02:16:38 GMT
27
-
28
- ### Minor changes
29
-
30
- - cheat on optimization by leverage the fact that 'info' command is called before anything else ALWAYS in BXL (kchau@microsoft.com)
31
-
32
- ## 1.2.7
33
-
34
- Mon, 10 Feb 2025 00:35:53 GMT
35
-
36
- ### Patches
37
-
38
- - adding some global inputs to be separately tracked in the protocol (kchau@microsoft.com)
39
- - simulate transitives by doing our own hashing (kchau@microsoft.com)
40
-
41
- ## 1.2.3
42
-
43
- Fri, 04 Oct 2024 23:41:44 GMT
44
-
45
- ### Patches
46
-
47
- - adds support for stdout / stderr output (kchau@microsoft.com)
48
-
49
- ## 1.2.2
50
-
51
- Wed, 02 Oct 2024 20:26:19 GMT
52
-
53
- ### Patches
54
-
55
- - Simulate file access for lage server (kchau@microsoft.com)
56
-
57
- ## 1.2.1
58
-
59
- Fri, 27 Sep 2024 20:03:49 GMT
60
-
61
- ### Patches
62
-
63
- - Simulate file access for lage server (kchau@microsoft.com)
64
-
65
- ## 1.2.0
66
-
67
- Fri, 13 Sep 2024 18:05:04 GMT
68
-
69
- ### Minor changes
70
-
71
- - modified to allow for lage-server (kchau@microsoft.com)
72
-
73
- ## 1.1.0
74
-
75
- Fri, 06 Sep 2024 20:03:01 GMT
76
-
77
- ### Minor changes
78
-
79
- - remote execution RPC server and client for Lage (kchau@microsoft.com)
package/buf.gen.yaml DELETED
@@ -1,9 +0,0 @@
1
- version: v2
2
- clean: true
3
- plugins:
4
- - local: protoc-gen-es
5
- out: src/gen
6
- opt: target=ts
7
- - local: protoc-gen-connect-es
8
- out: src/gen
9
- opt: target=ts
package/buf.yaml DELETED
@@ -1,9 +0,0 @@
1
- version: v2
2
- modules:
3
- - path: proto
4
- lint:
5
- use:
6
- - DEFAULT
7
- breaking:
8
- use:
9
- - FILE
@@ -1,37 +0,0 @@
1
- syntax = "proto3";
2
-
3
- package connectrpc.lage.v1;
4
-
5
- message RunTargetRequest {
6
- optional string package_name = 1;
7
- string task = 2;
8
- repeated string taskArgs = 3;
9
- string nodeOptions = 4;
10
- string npmClient = 5;
11
- }
12
-
13
- message RunTargetResponse {
14
- string id = 1;
15
- optional string package_name = 2;
16
- string cwd = 3;
17
- string task = 4;
18
- int32 exit_code = 5;
19
- repeated string inputs = 6;
20
- repeated string outputs = 7;
21
- string stdout = 8;
22
- string stderr = 9;
23
- string global_input_hash_file = 10;
24
- }
25
-
26
- message PingRequest {}
27
- message PingResponse {
28
- bool pong = 1;
29
- }
30
-
31
-
32
- service LageService {
33
- rpc RunTarget(RunTargetRequest) returns (RunTargetResponse) {}
34
-
35
- // a ping function to check if the server is up
36
- rpc Ping(PingRequest) returns (PingResponse) {}
37
- }
package/tsconfig.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "extends": "../tsconfig.lage2.json",
3
- "compilerOptions": {
4
- "outDir": "./lib"
5
- },
6
- "include": ["src"]
7
- }