@otalan/cli 1.5.3 → 1.6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otalan/cli",
3
- "version": "1.5.3",
3
+ "version": "1.6.0",
4
4
  "description": "Otalan CLI for bundling and publishing OTA updates through otalan.com.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -56,6 +56,7 @@
56
56
  "lint:fix": "eslint . --fix"
57
57
  },
58
58
  "dependencies": {
59
+ "@clack/prompts": "^1.5.0",
59
60
  "fflate": "^0.8.3",
60
61
  "zod": "^4.4.3"
61
62
  },
@@ -63,9 +64,9 @@
63
64
  "@eslint/js": "^10.0.1",
64
65
  "@stylistic/eslint-plugin": "^5.10.0",
65
66
  "@types/bun": "^1.3.14",
66
- "eslint": "^10.4.0",
67
+ "eslint": "^10.4.1",
67
68
  "jiti": "^2.7.0",
68
69
  "typescript": "^6.0.3",
69
- "typescript-eslint": "^8.59.4"
70
+ "typescript-eslint": "^8.60.0"
70
71
  }
71
- }
72
+ }
@@ -3,7 +3,7 @@ https://www.npmjs.com/package/generate-license-file
3
3
 
4
4
  The following npm package may be included in this product:
5
5
 
6
- - fflate@0.8.2
6
+ - fflate@0.8.3
7
7
 
8
8
  This package contains the following license:
9
9
 
@@ -33,7 +33,7 @@ SOFTWARE.
33
33
 
34
34
  The following npm package may be included in this product:
35
35
 
36
- - zod@4.4.1
36
+ - zod@4.4.3
37
37
 
38
38
  This package contains the following license:
39
39
 
@@ -61,5 +61,133 @@ SOFTWARE.
61
61
 
62
62
  -----------
63
63
 
64
+ The following npm package may be included in this product:
65
+
66
+ - @clack/prompts@1.4.0
67
+
68
+ This package contains the following license:
69
+
70
+ MIT License
71
+
72
+ Copyright (c) Nate Moore
73
+
74
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
75
+
76
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
77
+
78
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
79
+
80
+ -----------
81
+
82
+ The following npm package may be included in this product:
83
+
84
+ - @clack/core@1.3.1
85
+
86
+ This package contains the following license:
87
+
88
+ MIT License
89
+
90
+ Copyright (c) Nate Moore
91
+
92
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
93
+
94
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
95
+
96
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
97
+
98
+ -----------
99
+
100
+ The following npm package may be included in this product:
101
+
102
+ - fast-string-width@3.0.2
103
+
104
+ This package contains the following license:
105
+
106
+ The MIT License (MIT)
107
+
108
+ Copyright (c) 2024-present Fabio Spampinato
109
+
110
+ Permission is hereby granted, free of charge, to any person obtaining a
111
+ copy of this software and associated documentation files (the "Software"),
112
+ to deal in the Software without restriction, including without limitation
113
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
114
+ and/or sell copies of the Software, and to permit persons to whom the
115
+ Software is furnished to do so, subject to the following conditions:
116
+
117
+ The above copyright notice and this permission notice shall be included in
118
+ all copies or substantial portions of the Software.
119
+
120
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
121
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
122
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
123
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
124
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
125
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
126
+ DEALINGS IN THE SOFTWARE.
127
+
128
+ -----------
129
+
130
+ The following npm package may be included in this product:
131
+
132
+ - fast-wrap-ansi@0.2.2
133
+
134
+ This package contains the following license:
135
+
136
+ MIT License
137
+
138
+ Copyright (c) 2025 James Garbutt
139
+
140
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
141
+
142
+ Permission is hereby granted, free of charge, to any person obtaining a copy
143
+ of this software and associated documentation files (the "Software"), to deal
144
+ in the Software without restriction, including without limitation the rights
145
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
146
+ copies of the Software, and to permit persons to whom the Software is
147
+ furnished to do so, subject to the following conditions:
148
+
149
+ The above copyright notice and this permission notice shall be included in all
150
+ copies or substantial portions of the Software.
151
+
152
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
153
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
154
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
155
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
156
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
157
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
158
+ SOFTWARE.
159
+
160
+ -----------
161
+
162
+ The following npm package may be included in this product:
163
+
164
+ - sisteransi@1.0.5
165
+
166
+ This package contains the following license:
167
+
168
+ MIT License
169
+
170
+ Copyright (c) 2018 Terkel Gjervig Nielsen
171
+
172
+ Permission is hereby granted, free of charge, to any person obtaining a copy
173
+ of this software and associated documentation files (the "Software"), to deal
174
+ in the Software without restriction, including without limitation the rights
175
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
176
+ copies of the Software, and to permit persons to whom the Software is
177
+ furnished to do so, subject to the following conditions:
178
+
179
+ The above copyright notice and this permission notice shall be included in all
180
+ copies or substantial portions of the Software.
181
+
182
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
183
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
184
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
185
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
186
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
187
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
188
+ SOFTWARE.
189
+
190
+ -----------
191
+
64
192
  This file was generated with the generate-license-file npm package!
65
193
  https://www.npmjs.com/package/generate-license-file