@springfield/ham-radio-api 16.3.2 → 16.3.4

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.
Files changed (79) hide show
  1. package/README.md +14 -2
  2. package/dist/branded-types/frequency.d.ts +2 -2
  3. package/dist/branded-types/frequency.js +1 -1
  4. package/dist/branded-types/license-class-id.d.ts +2 -2
  5. package/dist/branded-types/license-class-id.js +1 -1
  6. package/dist/branded-types/radio-channel-id.d.ts +2 -2
  7. package/dist/branded-types/radio-channel-id.js +1 -1
  8. package/dist/branded-types/radio-model-id.d.ts +2 -2
  9. package/dist/branded-types/radio-model-id.js +1 -1
  10. package/dist/branded-types/radio-module-id.d.ts +2 -2
  11. package/dist/branded-types/radio-module-id.js +1 -1
  12. package/dist/branded-types/spectrum-band-id.d.ts +2 -2
  13. package/dist/branded-types/spectrum-band-id.js +1 -1
  14. package/dist/branded-types/spectrum-mode-id.d.ts +2 -2
  15. package/dist/branded-types/spectrum-mode-id.js +1 -1
  16. package/dist/branded-types/spectrum-privilege-id.d.ts +2 -2
  17. package/dist/branded-types/spectrum-privilege-id.js +1 -1
  18. package/dist/branded-types/wavelength.d.ts +2 -2
  19. package/dist/branded-types/wavelength.js +1 -1
  20. package/dist/index.d.ts +38 -38
  21. package/dist/index.js +38 -38
  22. package/dist/license/class.d.ts +1 -1
  23. package/dist/radio/channel.d.ts +3 -3
  24. package/dist/radio/codec-factory.d.ts +3 -3
  25. package/dist/radio/codec.d.ts +2 -2
  26. package/dist/radio/connection.d.ts +1 -1
  27. package/dist/radio/driver-provider.d.ts +3 -3
  28. package/dist/radio/driver.d.ts +2 -2
  29. package/dist/radio/id.d.ts +1 -1
  30. package/dist/radio/memory-config.d.ts +2 -2
  31. package/dist/radio/memory.d.ts +1 -1
  32. package/dist/radio/module.d.ts +2 -2
  33. package/dist/radio/program.d.ts +2 -2
  34. package/dist/radio/programmed-channel.d.ts +2 -2
  35. package/dist/radio/protocol.d.ts +5 -5
  36. package/dist/radio/radio.d.ts +5 -5
  37. package/dist/radio/schema.d.ts +1 -1
  38. package/dist/radio/serial-config.d.ts +1 -1
  39. package/dist/radio/shared-components.d.ts +1 -1
  40. package/dist/radio/tone.d.ts +2 -2
  41. package/dist/spectrum/band.d.ts +5 -5
  42. package/dist/spectrum/channel.d.ts +1 -1
  43. package/dist/spectrum/mode.d.ts +1 -1
  44. package/dist/spectrum/privilege.d.ts +5 -5
  45. package/package.json +38 -29
  46. package/src/branded-types/frequency.ts +2 -2
  47. package/src/branded-types/license-class-id.ts +2 -2
  48. package/src/branded-types/radio-channel-id.ts +2 -2
  49. package/src/branded-types/radio-model-id.ts +2 -2
  50. package/src/branded-types/radio-module-id.ts +2 -2
  51. package/src/branded-types/spectrum-band-id.ts +2 -2
  52. package/src/branded-types/spectrum-mode-id.ts +2 -2
  53. package/src/branded-types/spectrum-privilege-id.ts +2 -2
  54. package/src/branded-types/wavelength.ts +2 -2
  55. package/src/index.ts +38 -38
  56. package/src/license/class.ts +1 -1
  57. package/src/radio/channel.ts +3 -3
  58. package/src/radio/codec-factory.ts +3 -3
  59. package/src/radio/codec.ts +2 -2
  60. package/src/radio/connection.ts +1 -1
  61. package/src/radio/driver-provider.ts +3 -3
  62. package/src/radio/driver.ts +2 -2
  63. package/src/radio/id.ts +1 -1
  64. package/src/radio/memory-config.ts +2 -2
  65. package/src/radio/memory.ts +1 -1
  66. package/src/radio/module.ts +2 -2
  67. package/src/radio/program.ts +2 -2
  68. package/src/radio/programmed-channel.ts +2 -2
  69. package/src/radio/protocol.ts +5 -5
  70. package/src/radio/radio.ts +5 -5
  71. package/src/radio/schema.ts +1 -1
  72. package/src/radio/serial-config.ts +1 -1
  73. package/src/radio/shared-components.ts +1 -1
  74. package/src/radio/tone.ts +2 -2
  75. package/src/spectrum/band.ts +5 -5
  76. package/src/spectrum/channel.ts +1 -1
  77. package/src/spectrum/mode.ts +1 -1
  78. package/src/spectrum/privilege.ts +5 -5
  79. package/CHANGELOG.md +0 -270
package/CHANGELOG.md DELETED
@@ -1,270 +0,0 @@
1
- ## [16.3.2](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.3.1...v16.3.2) (2025-10-29)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * **deps:** update dependency loglayer to ^6.10.0 ([01a5ce9](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/01a5ce9c60e01fc4695cec744deab3b227424533))
7
-
8
- ## [16.3.1](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.3.0...v16.3.1) (2025-10-15)
9
-
10
-
11
- ### Bug Fixes
12
-
13
- * **deps:** update dependency loglayer to ^6.9.1 ([9e95ff2](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/9e95ff2ffd90d93f3b2ed14bf2de4e2eb35a0b36))
14
-
15
- ## [16.3.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.2.0...v16.3.0) (2025-09-13)
16
-
17
-
18
- ### Features
19
-
20
- * add addressEndianness property to RadioMemoryConfig interface ([88aa089](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/88aa089148681a9a8cac4442716278222dd9ddf0))
21
-
22
- ## [16.2.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.1.4...v16.2.0) (2025-09-13)
23
-
24
-
25
- ### Features
26
-
27
- * add optional properties to RadioConnection and RadioMemoryConfig interfaces ([269be54](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/269be5428eaf415115d2e0eaf573b83a86b5c3ec))
28
-
29
- ## [16.1.4](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.1.3...v16.1.4) (2025-09-12)
30
-
31
-
32
- ### Bug Fixes
33
-
34
- * **deps:** update dependency loglayer to ^6.7.0 ([2205549](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/2205549cf77b4bdb259d78b9772e16dc8a943cac))
35
-
36
- ## [16.1.3](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.1.2...v16.1.3) (2025-08-17)
37
-
38
-
39
- ### Bug Fixes
40
-
41
- * simplify .oxlintrc.json configuration and update linting scripts in package.json ([64caf9a](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/64caf9a3e5668ee2d6ec265fc620fb5942432a21))
42
-
43
- ## [16.1.2](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.1.1...v16.1.2) (2025-07-11)
44
-
45
-
46
- ### Bug Fixes
47
-
48
- * **deps:** update dependency loglayer to ^6.6.0 ([fff96d2](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/fff96d2113dfc7a5289bb6dd024374892bee6975))
49
-
50
- ## [16.1.1](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.1.0...v16.1.1) (2025-06-23)
51
-
52
-
53
- ### Bug Fixes
54
-
55
- * add new DCS codes D054 and D122 to the DCS enum ([2aff4e1](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/2aff4e1c1dccec2522cb90749b7a64e3a268e383))
56
-
57
- ## [16.1.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.0.0...v16.1.0) (2025-06-23)
58
-
59
-
60
- ### Features
61
-
62
- * add loglayer dependency and enhance radio module exports ([a8e5363](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/a8e5363f6ac40a0c2cb9fb4495d241776400cef9))
63
-
64
- ## [16.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v15.0.0...v16.0.0) (2025-06-23)
65
-
66
-
67
- ### ⚠ BREAKING CHANGES
68
-
69
- * enhance RadioReceiveStep and Radio interface
70
-
71
- ### Features
72
-
73
- * enhance RadioReceiveStep and Radio interface ([1bb62f2](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/1bb62f2ec7cffc7cc64c27fe1884c0027a0bf9c0))
74
-
75
- ## [15.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v14.0.0...v15.0.0) (2025-06-20)
76
-
77
-
78
- ### ⚠ BREAKING CHANGES
79
-
80
- * enhance radio interfaces and add new protocol and serial configuration
81
-
82
- ### Features
83
-
84
- * enhance radio interfaces and add new protocol and serial configuration ([ffffac8](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/ffffac87ece50731fc603b2848e4959aa835c561))
85
-
86
-
87
- ### Bug Fixes
88
-
89
- * update import path for Radio type in module.ts ([96ac2d3](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/96ac2d38e41855640f01c3e184b7a2cd6de2100c))
90
-
91
- ## [14.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v13.0.0...v14.0.0) (2025-06-14)
92
-
93
-
94
- ### ⚠ BREAKING CHANGES
95
-
96
- * update RadioMemory interface to use Uint8Array for contents
97
-
98
- ### Features
99
-
100
- * update RadioMemory interface to use Uint8Array for contents ([30d026a](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/30d026acb12a7cadab2cfc09dc55c050101c9289))
101
-
102
- ## [13.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v12.0.1...v13.0.0) (2025-06-14)
103
-
104
-
105
- ### ⚠ BREAKING CHANGES
106
-
107
- * go back to semantic-release 23.1.1
108
- * force version bump
109
- * streamline radio memory interfaces and add RadioMemoryConfig
110
-
111
- ### Features
112
-
113
- * force version bump ([e29cb6c](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/e29cb6c4dcc27f73b75b5d3f5184663e89116f4c))
114
- * go back to semantic-release 23.1.1 ([b17a499](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/b17a499911ffe4765df7397723ac10aa4792d681))
115
- * streamline radio memory interfaces and add RadioMemoryConfig ([f5c0a88](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/f5c0a885bc38446953bc8c70ea060fbac09ab48e))
116
-
117
- ## [12.0.1](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v12.0.0...v12.0.1) (2025-05-10)
118
-
119
-
120
- ### Bug Fixes
121
-
122
- * export RadioMemorySegment ([105e1af](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/105e1affad6025f04e9d81bcb83e581564d510e7))
123
-
124
- ## [12.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v11.0.0...v12.0.0) (2025-05-10)
125
-
126
-
127
- ### ⚠ BREAKING CHANGES
128
-
129
- * add RadioMemorySegment and make RadioMemory.contents RadioMemorySegment[]
130
-
131
- ### Features
132
-
133
- * add RadioMemorySegment and make RadioMemory.contents RadioMemorySegment[] ([df0b320](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/df0b32045107b3b743e44be648a0096e05b84035))
134
-
135
- ## [11.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v10.0.0...v11.0.0) (2025-04-27)
136
-
137
-
138
- ### ⚠ BREAKING CHANGES
139
-
140
- * move radio name and manufacturer to RadioId
141
-
142
- ### Features
143
-
144
- * move radio name and manufacturer to RadioId ([d84b729](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/d84b729366858c3972feee873a0a55661c501e00))
145
-
146
- ## [10.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v9.0.0...v10.0.0) (2025-04-27)
147
-
148
-
149
- ### ⚠ BREAKING CHANGES
150
-
151
- * improved Radio API
152
-
153
- ### Features
154
-
155
- * improved Radio API ([7c34422](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/7c34422a8f37ddd01ae6b630eaea5b3d1a815bcb))
156
-
157
- ## [9.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v8.0.0...v9.0.0) (2025-04-20)
158
-
159
-
160
- ### ⚠ BREAKING CHANGES
161
-
162
- * update RadioModel interface to use properties instead of getter methods
163
-
164
- ### Features
165
-
166
- * update RadioModel interface to use properties instead of getter methods ([fe0c930](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/fe0c930ea6da1be01d0ead7bdc217546954fa04f))
167
-
168
- ## [8.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v7.0.0...v8.0.0) (2025-04-12)
169
-
170
-
171
- ### ⚠ BREAKING CHANGES
172
-
173
- * update radio interfaces and remove deprecated radio.ts file
174
-
175
- ### Features
176
-
177
- * update radio interfaces and remove deprecated radio.ts file ([9308ea5](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/9308ea59628363c65a240d9d657e7fc3a5325d33))
178
-
179
- ## [7.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v6.0.0...v7.0.0) (2025-04-06)
180
-
181
-
182
- ### ⚠ BREAKING CHANGES
183
-
184
- * remove radio id from RadioProgram
185
-
186
- ### Features
187
-
188
- * remove radio id from RadioProgram ([6ede16a](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/6ede16a9876b91420db58b08476ca424b21ca30a))
189
-
190
- ## [6.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v5.0.0...v6.0.0) (2025-04-06)
191
-
192
-
193
- ### ⚠ BREAKING CHANGES
194
-
195
- * better tone enums
196
-
197
- ### Features
198
-
199
- * better tone enums ([56f5760](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/56f5760a1cfe369f6bd9f7b97ef3b2ee167aa314))
200
-
201
- ## [5.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v4.0.0...v5.0.0) (2025-04-06)
202
-
203
-
204
- ### ⚠ BREAKING CHANGES
205
-
206
- * id branded types need to be string and not number
207
-
208
- ### Features
209
-
210
- * id branded types need to be string and not number ([3a0b68d](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/3a0b68def4fe84e87ea3dc64a1fa09a8d8143a5c))
211
-
212
- ## [4.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v3.0.0...v4.0.0) (2025-04-06)
213
-
214
-
215
- ### ⚠ BREAKING CHANGES
216
-
217
- * use branded types
218
-
219
- ### Features
220
-
221
- * use branded types ([c6343cc](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/c6343ccd0baea226226ba2daeec882645d638396))
222
-
223
-
224
- ### Bug Fixes
225
-
226
- * fix LicenseClassId typo ([2a3b5c6](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/2a3b5c6a9b8c4262bb7ffbbc71f5372c1e5b01fa))
227
- * fix more LicenseClassId typos ([a49e1a7](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/a49e1a798c3e9d4fab2dbbb9759e76cc0cf400f3))
228
-
229
- ## [3.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v2.0.0...v3.0.0) (2025-03-31)
230
-
231
-
232
- ### ⚠ BREAKING CHANGES
233
-
234
- * the RadioConnection should contain model instead of model id
235
-
236
- ### Features
237
-
238
- * the RadioConnection should contain model instead of model id ([d7f8470](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/d7f84709fee55f7e9dd08d582547e6c71887f522))
239
-
240
- ## [2.0.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v1.1.0...v2.0.0) (2024-12-02)
241
-
242
-
243
- ### ⚠ BREAKING CHANGES
244
-
245
- * make ESM
246
-
247
- ### Features
248
-
249
- * make ESM ([93049f0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/93049f0b5d11731a42a752660f4b8b6f9f9a947c))
250
-
251
- ## [1.1.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v1.0.1...v1.1.0) (2024-11-30)
252
-
253
-
254
- ### Features
255
-
256
- * add RadioCodec API ([632a76c](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/632a76c3fd2dca49331b723b826c9d74851f564c))
257
-
258
- ## [1.0.1](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v1.0.0...v1.0.1) (2024-11-24)
259
-
260
-
261
- ### Bug Fixes
262
-
263
- * force build ([bc601c0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/bc601c0470e05fe912cdd712ab7325726fd1fc4d))
264
-
265
- ## 1.0.0 (2024-11-24)
266
-
267
-
268
- ### Bug Fixes
269
-
270
- * add semantic-release and force build ([8343a38](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/8343a387c63a7b87c1e303f47edb0112feb7fcee))