@springfield/ham-radio-utils 1.0.1 → 1.2.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/CHANGELOG.md +14 -0
- package/dist/db/bands.json +162 -0
- package/dist/db/license-classes.json +8 -0
- package/package.json +1 -1
- package/src/db/bands.json +162 -0
- package/src/db/license-classes.json +8 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.2.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-utils/compare/v1.1.0...v1.2.0) (2025-05-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* add FRS and GMRS channels ([d1476d4](https://gitlab.com/springfield-ham-radio/app/ham-radio-utils/commit/d1476d41a436726c983912bc68304a649338abd9))
|
|
7
|
+
|
|
8
|
+
## [1.1.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-utils/compare/v1.0.1...v1.1.0) (2025-05-31)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* add GMRS and FRS bands ([b19bb49](https://gitlab.com/springfield-ham-radio/app/ham-radio-utils/commit/b19bb499fe84e4d997f6b58cf8cb92ec3f019c2b))
|
|
14
|
+
|
|
1
15
|
## [1.0.1](https://gitlab.com/springfield-ham-radio/app/ham-radio-utils/compare/v1.0.0...v1.0.1) (2025-05-31)
|
|
2
16
|
|
|
3
17
|
|
package/dist/db/bands.json
CHANGED
|
@@ -145,5 +145,167 @@
|
|
|
145
145
|
"f3a6c1d2-8e7f-4a5b-9d3e-2c4a9b6e7f8d",
|
|
146
146
|
"d6e8f7a2-3b4c-5d9e-1f2a-8c3b7e4a9f6d"
|
|
147
147
|
]
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"id": "03620a29-e66d-4940-ab67-3ef83558d5e2",
|
|
151
|
+
"name": "GMRS",
|
|
152
|
+
"wavelength": 0.65,
|
|
153
|
+
"lowerFrequency": 467550000,
|
|
154
|
+
"upperFrequency": 467725000,
|
|
155
|
+
"frequencyDisplayBaseMultiplier": 1000000,
|
|
156
|
+
"frequencyDisplayNumberDecimals": 4,
|
|
157
|
+
"privileges": [
|
|
158
|
+
"27659a6b-78b6-47b1-8f91-f238ffd5ebcd"
|
|
159
|
+
],
|
|
160
|
+
"channels": [
|
|
161
|
+
{
|
|
162
|
+
"name": "15RP",
|
|
163
|
+
"frequency": 467550000
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "16RP",
|
|
167
|
+
"frequency": 467575000
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"name": "17RP",
|
|
171
|
+
"frequency": 467600000
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "18RP",
|
|
175
|
+
"frequency": 467625000
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "19RP",
|
|
179
|
+
"frequency": 467650000
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"name": "20RP",
|
|
183
|
+
"frequency": 467675000
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "21RP",
|
|
187
|
+
"frequency": 467700000
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"name": "22RP",
|
|
191
|
+
"frequency": 467725000
|
|
192
|
+
}
|
|
193
|
+
]
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"id": "ad156115-99b4-4d42-a25c-6b27539cfd25",
|
|
197
|
+
"name": "FRS/GMRS-1",
|
|
198
|
+
"wavelength": 0.65,
|
|
199
|
+
"lowerFrequency": 462550000,
|
|
200
|
+
"upperFrequency": 462712500,
|
|
201
|
+
"frequencyDisplayBaseMultiplier": 1000000,
|
|
202
|
+
"frequencyDisplayNumberDecimals": 4,
|
|
203
|
+
"privileges": [
|
|
204
|
+
"27659a6b-78b6-47b1-8f91-f238ffd5ebcd"
|
|
205
|
+
],
|
|
206
|
+
"channels": [
|
|
207
|
+
{
|
|
208
|
+
"name": "1",
|
|
209
|
+
"frequency": 462562500
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "2",
|
|
213
|
+
"frequency": 462587500
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"name": "3",
|
|
217
|
+
"frequency": 462612500
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "4",
|
|
221
|
+
"frequency": 462637500
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"name": "5",
|
|
225
|
+
"frequency": 462662500
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "6",
|
|
229
|
+
"frequency": 462687500
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "7",
|
|
233
|
+
"frequency": 462712500
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "15",
|
|
237
|
+
"frequency": 462550000
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"name": "16",
|
|
241
|
+
"frequency": 462575000
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "17",
|
|
245
|
+
"frequency": 462600000
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "18",
|
|
249
|
+
"frequency": 462625000
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "19",
|
|
253
|
+
"frequency": 462650000
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "20",
|
|
257
|
+
"frequency": 462675000
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"name": "21",
|
|
261
|
+
"frequency": 462700000
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"name": "22",
|
|
265
|
+
"frequency": 462725000
|
|
266
|
+
}
|
|
267
|
+
]
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"id": "8344d3bc-1b82-4980-8f7b-6bccbbbe5c70",
|
|
271
|
+
"name": "FRS/GMRS-2",
|
|
272
|
+
"wavelength": 0.65,
|
|
273
|
+
"lowerFrequency": 467562500,
|
|
274
|
+
"upperFrequency": 467712500,
|
|
275
|
+
"frequencyDisplayBaseMultiplier": 1000000,
|
|
276
|
+
"frequencyDisplayNumberDecimals": 4,
|
|
277
|
+
"privileges": [
|
|
278
|
+
"27659a6b-78b6-47b1-8f91-f238ffd5ebcd"
|
|
279
|
+
],
|
|
280
|
+
"channels": [
|
|
281
|
+
{
|
|
282
|
+
"name": "8",
|
|
283
|
+
"frequency": 467562500
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"name": "9",
|
|
287
|
+
"frequency": 467587500
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"name": "10",
|
|
291
|
+
"frequency": 467612500
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"name": "11",
|
|
295
|
+
"frequency": 467637500
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"name": "12",
|
|
299
|
+
"frequency": 467662500
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"name": "13",
|
|
303
|
+
"frequency": 467687500
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"name": "14",
|
|
307
|
+
"frequency": 467712500
|
|
308
|
+
}
|
|
309
|
+
]
|
|
148
310
|
}
|
|
149
311
|
]
|
|
@@ -18,5 +18,13 @@
|
|
|
18
18
|
{
|
|
19
19
|
"id": "e7f9d3b6-a2c4-5f1a-8c3b-6f8d2a4b9e7f",
|
|
20
20
|
"name": "Novice (Grandfathered)"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "27659a6b-78b6-47b1-8f91-f238ffd5ebcd",
|
|
24
|
+
"name": "GMRS"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "a1a391d0-3708-4a26-94d3-00c07346b69b",
|
|
28
|
+
"name": "FRS"
|
|
21
29
|
}
|
|
22
30
|
]
|
package/package.json
CHANGED
package/src/db/bands.json
CHANGED
|
@@ -145,5 +145,167 @@
|
|
|
145
145
|
"f3a6c1d2-8e7f-4a5b-9d3e-2c4a9b6e7f8d",
|
|
146
146
|
"d6e8f7a2-3b4c-5d9e-1f2a-8c3b7e4a9f6d"
|
|
147
147
|
]
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"id": "03620a29-e66d-4940-ab67-3ef83558d5e2",
|
|
151
|
+
"name": "GMRS",
|
|
152
|
+
"wavelength": 0.65,
|
|
153
|
+
"lowerFrequency": 467550000,
|
|
154
|
+
"upperFrequency": 467725000,
|
|
155
|
+
"frequencyDisplayBaseMultiplier": 1000000,
|
|
156
|
+
"frequencyDisplayNumberDecimals": 4,
|
|
157
|
+
"privileges": [
|
|
158
|
+
"27659a6b-78b6-47b1-8f91-f238ffd5ebcd"
|
|
159
|
+
],
|
|
160
|
+
"channels": [
|
|
161
|
+
{
|
|
162
|
+
"name": "15RP",
|
|
163
|
+
"frequency": 467550000
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "16RP",
|
|
167
|
+
"frequency": 467575000
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"name": "17RP",
|
|
171
|
+
"frequency": 467600000
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "18RP",
|
|
175
|
+
"frequency": 467625000
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "19RP",
|
|
179
|
+
"frequency": 467650000
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"name": "20RP",
|
|
183
|
+
"frequency": 467675000
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "21RP",
|
|
187
|
+
"frequency": 467700000
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"name": "22RP",
|
|
191
|
+
"frequency": 467725000
|
|
192
|
+
}
|
|
193
|
+
]
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"id": "ad156115-99b4-4d42-a25c-6b27539cfd25",
|
|
197
|
+
"name": "FRS/GMRS-1",
|
|
198
|
+
"wavelength": 0.65,
|
|
199
|
+
"lowerFrequency": 462550000,
|
|
200
|
+
"upperFrequency": 462712500,
|
|
201
|
+
"frequencyDisplayBaseMultiplier": 1000000,
|
|
202
|
+
"frequencyDisplayNumberDecimals": 4,
|
|
203
|
+
"privileges": [
|
|
204
|
+
"27659a6b-78b6-47b1-8f91-f238ffd5ebcd"
|
|
205
|
+
],
|
|
206
|
+
"channels": [
|
|
207
|
+
{
|
|
208
|
+
"name": "1",
|
|
209
|
+
"frequency": 462562500
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "2",
|
|
213
|
+
"frequency": 462587500
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"name": "3",
|
|
217
|
+
"frequency": 462612500
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "4",
|
|
221
|
+
"frequency": 462637500
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"name": "5",
|
|
225
|
+
"frequency": 462662500
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "6",
|
|
229
|
+
"frequency": 462687500
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "7",
|
|
233
|
+
"frequency": 462712500
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "15",
|
|
237
|
+
"frequency": 462550000
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"name": "16",
|
|
241
|
+
"frequency": 462575000
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "17",
|
|
245
|
+
"frequency": 462600000
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "18",
|
|
249
|
+
"frequency": 462625000
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "19",
|
|
253
|
+
"frequency": 462650000
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "20",
|
|
257
|
+
"frequency": 462675000
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"name": "21",
|
|
261
|
+
"frequency": 462700000
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"name": "22",
|
|
265
|
+
"frequency": 462725000
|
|
266
|
+
}
|
|
267
|
+
]
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"id": "8344d3bc-1b82-4980-8f7b-6bccbbbe5c70",
|
|
271
|
+
"name": "FRS/GMRS-2",
|
|
272
|
+
"wavelength": 0.65,
|
|
273
|
+
"lowerFrequency": 467562500,
|
|
274
|
+
"upperFrequency": 467712500,
|
|
275
|
+
"frequencyDisplayBaseMultiplier": 1000000,
|
|
276
|
+
"frequencyDisplayNumberDecimals": 4,
|
|
277
|
+
"privileges": [
|
|
278
|
+
"27659a6b-78b6-47b1-8f91-f238ffd5ebcd"
|
|
279
|
+
],
|
|
280
|
+
"channels": [
|
|
281
|
+
{
|
|
282
|
+
"name": "8",
|
|
283
|
+
"frequency": 467562500
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"name": "9",
|
|
287
|
+
"frequency": 467587500
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"name": "10",
|
|
291
|
+
"frequency": 467612500
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"name": "11",
|
|
295
|
+
"frequency": 467637500
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"name": "12",
|
|
299
|
+
"frequency": 467662500
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"name": "13",
|
|
303
|
+
"frequency": 467687500
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"name": "14",
|
|
307
|
+
"frequency": 467712500
|
|
308
|
+
}
|
|
309
|
+
]
|
|
148
310
|
}
|
|
149
311
|
]
|
|
@@ -18,5 +18,13 @@
|
|
|
18
18
|
{
|
|
19
19
|
"id": "e7f9d3b6-a2c4-5f1a-8c3b-6f8d2a4b9e7f",
|
|
20
20
|
"name": "Novice (Grandfathered)"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "27659a6b-78b6-47b1-8f91-f238ffd5ebcd",
|
|
24
|
+
"name": "GMRS"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "a1a391d0-3708-4a26-94d3-00c07346b69b",
|
|
28
|
+
"name": "FRS"
|
|
21
29
|
}
|
|
22
30
|
]
|