@tnldotdev/tnl-linux-arm64 0.1.0-rc.13 → 0.1.0-rc.17

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.
@@ -67,6 +67,63 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
67
67
  SOFTWARE.
68
68
 
69
69
 
70
+ --------------------------------------------------------------------------------
71
+ Package: go.yaml.in/yaml/v3
72
+ Version: v3.0.5
73
+ License: MIT AND Apache-2.0
74
+ License source: https://github.com/yaml/go-yaml/blob/v3.0.5/LICENSE
75
+
76
+ This project is covered by two different licenses: MIT and Apache.
77
+
78
+ #### MIT License ####
79
+
80
+ The following files were ported to Go from C files of libyaml, and thus
81
+ are still covered by their original MIT license, with the additional
82
+ copyright staring in 2011 when the project was ported over:
83
+
84
+ apic.go emitterc.go parserc.go readerc.go scannerc.go
85
+ writerc.go yamlh.go yamlprivateh.go
86
+
87
+ Copyright (c) 2006-2010 Kirill Simonov
88
+ Copyright (c) 2006-2011 Kirill Simonov
89
+
90
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
91
+ this software and associated documentation files (the "Software"), to deal in
92
+ the Software without restriction, including without limitation the rights to
93
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
94
+ of the Software, and to permit persons to whom the Software is furnished to do
95
+ so, subject to the following conditions:
96
+
97
+ The above copyright notice and this permission notice shall be included in all
98
+ copies or substantial portions of the Software.
99
+
100
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
101
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
102
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
103
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
104
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
105
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
106
+ SOFTWARE.
107
+
108
+ ### Apache License ###
109
+
110
+ All the remaining project files are covered by the Apache license:
111
+
112
+ Copyright (c) 2011-2019 Canonical Ltd
113
+
114
+ Licensed under the Apache License, Version 2.0 (the "License");
115
+ you may not use this file except in compliance with the License.
116
+ You may obtain a copy of the License at
117
+
118
+ http://www.apache.org/licenses/LICENSE-2.0
119
+
120
+ Unless required by applicable law or agreed to in writing, software
121
+ distributed under the License is distributed on an "AS IS" BASIS,
122
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
123
+ See the License for the specific language governing permissions and
124
+ limitations under the License.
125
+
126
+
70
127
  --------------------------------------------------------------------------------
71
128
  Packages:
72
129
  github.com/aws/aws-sdk-go-v2 v1.42.1
package/bin/tnl CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tnldotdev/tnl-linux-arm64",
3
- "version": "0.1.0-rc.13",
3
+ "version": "0.1.0-rc.17",
4
4
  "description": "The Linux arm64 binary for tnl.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "preferUnplugged": true,
26
26
  "tnl": {
27
- "binarySha256": "6ce34c8c7c465d69a8b1759337f532f1f5d1c536a71d7be94b853696f937d439",
28
- "commit": "5ea468a77835db128d4ff826c126dc234595704a"
27
+ "binarySha256": "4c1356f221bb0d57a2581fd8d00a78f16cdbd9146469faf7850a001381b2f345",
28
+ "commit": "bd70c08fe7c09aef1153e1afbbb25161d519a7ec"
29
29
  }
30
30
  }