@openyida/local-agent-runtime-win32-arm64 0.1.0-beta.1

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/LICENSE.txt ADDED
@@ -0,0 +1,9 @@
1
+ OpenYida Local Agent Runtime — Public Beta Use Notice
2
+
3
+ This binary package is provided for use with OpenYida Local Agent during beta testing.
4
+ The Go runtime source code remains closed source and is not included or licensed as open source by this package.
5
+ Third-party components remain subject to their respective license terms reproduced in THIRD_PARTY_NOTICES.txt.
6
+
7
+ 本二进制包供 OpenYida Local Agent beta 测试使用。
8
+ Go runtime 源码继续闭源;本包不包含源码,也不授予源码的开源许可。
9
+ 第三方组件仍遵循 THIRD_PARTY_NOTICES.txt 中列出的各自许可条款。
package/README.md ADDED
@@ -0,0 +1 @@
1
+ Offline candidate only. Not certified, notarized, published or approved for production.
@@ -0,0 +1,260 @@
1
+ github.com/danieljoos/wincred v1.2.3
2
+
3
+ The MIT License (MIT)
4
+
5
+ Copyright (c) 2014 Daniel Joos
6
+
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ of this software and associated documentation files (the "Software"), to deal
9
+ in the Software without restriction, including without limitation the rights
10
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ copies of the Software, and to permit persons to whom the Software is
12
+ furnished to do so, subject to the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be included in all
15
+ copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ SOFTWARE.
24
+
25
+ github.com/gorilla/websocket v1.5.3
26
+
27
+ Copyright (c) 2013 The Gorilla WebSocket Authors. All rights reserved.
28
+
29
+ Redistribution and use in source and binary forms, with or without
30
+ modification, are permitted provided that the following conditions are met:
31
+
32
+ Redistributions of source code must retain the above copyright notice, this
33
+ list of conditions and the following disclaimer.
34
+
35
+ Redistributions in binary form must reproduce the above copyright notice,
36
+ this list of conditions and the following disclaimer in the documentation
37
+ and/or other materials provided with the distribution.
38
+
39
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
40
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
41
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
42
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
43
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
44
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
45
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
46
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
47
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
48
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
49
+
50
+
51
+ github.com/zalando/go-keyring v0.2.8
52
+
53
+ The MIT License (MIT)
54
+
55
+ Copyright (c) 2016 Zalando SE
56
+
57
+ Permission is hereby granted, free of charge, to any person obtaining a copy
58
+ of this software and associated documentation files (the "Software"), to deal
59
+ in the Software without restriction, including without limitation the rights
60
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
61
+ copies of the Software, and to permit persons to whom the Software is
62
+ furnished to do so, subject to the following conditions:
63
+
64
+ The above copyright notice and this permission notice shall be included in all
65
+ copies or substantial portions of the Software.
66
+
67
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
68
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
69
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
70
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
71
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
72
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
73
+ SOFTWARE.
74
+
75
+
76
+ golang.org/x/sys v0.45.0
77
+
78
+ Copyright 2009 The Go Authors.
79
+
80
+ Redistribution and use in source and binary forms, with or without
81
+ modification, are permitted provided that the following conditions are
82
+ met:
83
+
84
+ * Redistributions of source code must retain the above copyright
85
+ notice, this list of conditions and the following disclaimer.
86
+ * Redistributions in binary form must reproduce the above
87
+ copyright notice, this list of conditions and the following disclaimer
88
+ in the documentation and/or other materials provided with the
89
+ distribution.
90
+ * Neither the name of Google LLC nor the names of its
91
+ contributors may be used to endorse or promote products derived from
92
+ this software without specific prior written permission.
93
+
94
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
95
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
96
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
97
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
98
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
99
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
100
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
101
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
102
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
103
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
104
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
105
+
106
+
107
+ Go standard library and runtime
108
+
109
+ Copyright 2009 The Go Authors.
110
+
111
+ Redistribution and use in source and binary forms, with or without
112
+ modification, are permitted provided that the following conditions are
113
+ met:
114
+
115
+ * Redistributions of source code must retain the above copyright
116
+ notice, this list of conditions and the following disclaimer.
117
+ * Redistributions in binary form must reproduce the above
118
+ copyright notice, this list of conditions and the following disclaimer
119
+ in the documentation and/or other materials provided with the
120
+ distribution.
121
+ * Neither the name of Google LLC nor the names of its
122
+ contributors may be used to endorse or promote products derived from
123
+ this software without specific prior written permission.
124
+
125
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
126
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
127
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
128
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
129
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
130
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
131
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
132
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
133
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
134
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
135
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
136
+
137
+
138
+ Go bundled vendor/golang.org/x/crypto
139
+
140
+ Copyright 2009 The Go Authors.
141
+
142
+ Redistribution and use in source and binary forms, with or without
143
+ modification, are permitted provided that the following conditions are
144
+ met:
145
+
146
+ * Redistributions of source code must retain the above copyright
147
+ notice, this list of conditions and the following disclaimer.
148
+ * Redistributions in binary form must reproduce the above
149
+ copyright notice, this list of conditions and the following disclaimer
150
+ in the documentation and/or other materials provided with the
151
+ distribution.
152
+ * Neither the name of Google LLC nor the names of its
153
+ contributors may be used to endorse or promote products derived from
154
+ this software without specific prior written permission.
155
+
156
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
157
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
158
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
159
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
160
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
161
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
162
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
163
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
164
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
165
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
166
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
167
+
168
+
169
+ Go bundled vendor/golang.org/x/net
170
+
171
+ Copyright 2009 The Go Authors.
172
+
173
+ Redistribution and use in source and binary forms, with or without
174
+ modification, are permitted provided that the following conditions are
175
+ met:
176
+
177
+ * Redistributions of source code must retain the above copyright
178
+ notice, this list of conditions and the following disclaimer.
179
+ * Redistributions in binary form must reproduce the above
180
+ copyright notice, this list of conditions and the following disclaimer
181
+ in the documentation and/or other materials provided with the
182
+ distribution.
183
+ * Neither the name of Google LLC nor the names of its
184
+ contributors may be used to endorse or promote products derived from
185
+ this software without specific prior written permission.
186
+
187
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
188
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
189
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
190
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
191
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
192
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
193
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
194
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
195
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
196
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
197
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
198
+
199
+
200
+ Go bundled vendor/golang.org/x/sys
201
+
202
+ Copyright 2009 The Go Authors.
203
+
204
+ Redistribution and use in source and binary forms, with or without
205
+ modification, are permitted provided that the following conditions are
206
+ met:
207
+
208
+ * Redistributions of source code must retain the above copyright
209
+ notice, this list of conditions and the following disclaimer.
210
+ * Redistributions in binary form must reproduce the above
211
+ copyright notice, this list of conditions and the following disclaimer
212
+ in the documentation and/or other materials provided with the
213
+ distribution.
214
+ * Neither the name of Google LLC nor the names of its
215
+ contributors may be used to endorse or promote products derived from
216
+ this software without specific prior written permission.
217
+
218
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
219
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
220
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
221
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
222
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
223
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
224
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
225
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
226
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
227
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
228
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
229
+
230
+
231
+ Go bundled vendor/golang.org/x/text
232
+
233
+ Copyright 2009 The Go Authors.
234
+
235
+ Redistribution and use in source and binary forms, with or without
236
+ modification, are permitted provided that the following conditions are
237
+ met:
238
+
239
+ * Redistributions of source code must retain the above copyright
240
+ notice, this list of conditions and the following disclaimer.
241
+ * Redistributions in binary form must reproduce the above
242
+ copyright notice, this list of conditions and the following disclaimer
243
+ in the documentation and/or other materials provided with the
244
+ distribution.
245
+ * Neither the name of Google LLC nor the names of its
246
+ contributors may be used to endorse or promote products derived from
247
+ this software without specific prior written permission.
248
+
249
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
250
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
251
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
252
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
253
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
254
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
255
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
256
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
257
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
258
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
259
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
260
+
Binary file
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "@openyida/local-agent-runtime-win32-arm64",
3
+ "version": "0.1.0-beta.1",
4
+ "description": "OpenYida Local Agent Runtime beta platform package",
5
+ "os": [
6
+ "win32"
7
+ ],
8
+ "cpu": [
9
+ "arm64"
10
+ ],
11
+ "license": "SEE LICENSE IN LICENSE.txt",
12
+ "files": [
13
+ "bin/",
14
+ "runtime-manifest.json",
15
+ "runtime-manifest.sig",
16
+ "LICENSE.txt",
17
+ "THIRD_PARTY_NOTICES.txt",
18
+ "README.md",
19
+ "sbom.cdx.json"
20
+ ]
21
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "schemaVersion": 2,
3
+ "product": "openyida-local-agent-runtime",
4
+ "runtimeVersion": "0.1.0-beta.1",
5
+ "sourceRevision": "614d3be496934ae55d677a8d7e4aeefddd933c20",
6
+ "platform": "win32",
7
+ "arch": "arm64",
8
+ "launcherProtocol": {
9
+ "min": 1,
10
+ "max": 1
11
+ },
12
+ "wireProtocol": {
13
+ "min": 1,
14
+ "max": 1
15
+ },
16
+ "stateSchema": {
17
+ "write": 1,
18
+ "readMin": 1,
19
+ "readMax": 1
20
+ },
21
+ "binary": {
22
+ "file": "bin/openyida-agent-runtime.exe",
23
+ "size": 8368128,
24
+ "sha256": "b396258422f5923014604b8312797eccabb6ab60045a5716879a9bed36ba367b"
25
+ },
26
+ "releaseId": "public-beta-20260923-1",
27
+ "keyId": "openyida-runtime-public-beta-20260923-1"
28
+ }
@@ -0,0 +1 @@
1
+ J9dBqdyo3l3UrGe/lENyIwugD7lGcrJLpBvOf7UmgioCofbbb8EQk5U2AWyPOiuxJyOPFfUoDWIAOr/9bLe8BQ==
package/sbom.cdx.json ADDED
@@ -0,0 +1,36 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "version": 1,
5
+ "components": [
6
+ {
7
+ "type": "library",
8
+ "name": "github.com/danieljoos/wincred",
9
+ "version": "v1.2.3",
10
+ "purl": "pkg:golang/github.com/danieljoos/wincred@v1.2.3"
11
+ },
12
+ {
13
+ "type": "library",
14
+ "name": "github.com/gorilla/websocket",
15
+ "version": "v1.5.3",
16
+ "purl": "pkg:golang/github.com/gorilla/websocket@v1.5.3"
17
+ },
18
+ {
19
+ "type": "library",
20
+ "name": "github.com/zalando/go-keyring",
21
+ "version": "v0.2.8",
22
+ "purl": "pkg:golang/github.com/zalando/go-keyring@v0.2.8"
23
+ },
24
+ {
25
+ "type": "library",
26
+ "name": "golang.org/x/sys",
27
+ "version": "v0.45.0",
28
+ "purl": "pkg:golang/golang.org/x/sys@v0.45.0"
29
+ },
30
+ {
31
+ "type": "framework",
32
+ "name": "Go standard library and runtime",
33
+ "version": "go1.26.5"
34
+ }
35
+ ]
36
+ }