@springfield/ham-radio-utils 1.0.1 → 1.1.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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.1.0](https://gitlab.com/springfield-ham-radio/app/ham-radio-utils/compare/v1.0.1...v1.1.0) (2025-05-31)
2
+
3
+
4
+ ### Features
5
+
6
+ * add GMRS and FRS bands ([b19bb49](https://gitlab.com/springfield-ham-radio/app/ham-radio-utils/commit/b19bb499fe84e4d997f6b58cf8cb92ec3f019c2b))
7
+
1
8
  ## [1.0.1](https://gitlab.com/springfield-ham-radio/app/ham-radio-utils/compare/v1.0.0...v1.0.1) (2025-05-31)
2
9
 
3
10
 
@@ -145,5 +145,41 @@
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": 462550000,
154
+ "upperFrequency": 467725000,
155
+ "frequencyDisplayBaseMultiplier": 1000000,
156
+ "frequencyDisplayNumberDecimals": 4,
157
+ "privileges": [
158
+ "27659a6b-78b6-47b1-8f91-f238ffd5ebcd"
159
+ ]
160
+ },
161
+ {
162
+ "id": "ad156115-99b4-4d42-a25c-6b27539cfd25",
163
+ "name": "FRS-1",
164
+ "wavelength": 0.65,
165
+ "lowerFrequency": 462550000,
166
+ "upperFrequency": 462712500,
167
+ "frequencyDisplayBaseMultiplier": 1000000,
168
+ "frequencyDisplayNumberDecimals": 4,
169
+ "privileges": [
170
+ "27659a6b-78b6-47b1-8f91-f238ffd5ebcd"
171
+ ]
172
+ },
173
+ {
174
+ "id": "8344d3bc-1b82-4980-8f7b-6bccbbbe5c70",
175
+ "name": "FRS-2",
176
+ "wavelength": 0.65,
177
+ "lowerFrequency": 467562500,
178
+ "upperFrequency": 467712500,
179
+ "frequencyDisplayBaseMultiplier": 1000000,
180
+ "frequencyDisplayNumberDecimals": 4,
181
+ "privileges": [
182
+ "27659a6b-78b6-47b1-8f91-f238ffd5ebcd"
183
+ ]
148
184
  }
149
185
  ]
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@springfield/ham-radio-utils",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "author": "Bryan Hunt",
5
5
  "packageManager": "yarn@4.9.1",
6
6
  "readme": "README.md",
package/src/db/bands.json CHANGED
@@ -145,5 +145,41 @@
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": 462550000,
154
+ "upperFrequency": 467725000,
155
+ "frequencyDisplayBaseMultiplier": 1000000,
156
+ "frequencyDisplayNumberDecimals": 4,
157
+ "privileges": [
158
+ "27659a6b-78b6-47b1-8f91-f238ffd5ebcd"
159
+ ]
160
+ },
161
+ {
162
+ "id": "ad156115-99b4-4d42-a25c-6b27539cfd25",
163
+ "name": "FRS-1",
164
+ "wavelength": 0.65,
165
+ "lowerFrequency": 462550000,
166
+ "upperFrequency": 462712500,
167
+ "frequencyDisplayBaseMultiplier": 1000000,
168
+ "frequencyDisplayNumberDecimals": 4,
169
+ "privileges": [
170
+ "27659a6b-78b6-47b1-8f91-f238ffd5ebcd"
171
+ ]
172
+ },
173
+ {
174
+ "id": "8344d3bc-1b82-4980-8f7b-6bccbbbe5c70",
175
+ "name": "FRS-2",
176
+ "wavelength": 0.65,
177
+ "lowerFrequency": 467562500,
178
+ "upperFrequency": 467712500,
179
+ "frequencyDisplayBaseMultiplier": 1000000,
180
+ "frequencyDisplayNumberDecimals": 4,
181
+ "privileges": [
182
+ "27659a6b-78b6-47b1-8f91-f238ffd5ebcd"
183
+ ]
148
184
  }
149
185
  ]
@@ -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
  ]