@springfield/ham-radio-registry 1.0.4 → 1.0.5
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/package.json +9 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## <small>1.0.5 (2025-09-11)</small>
|
|
2
|
+
|
|
3
|
+
* fix(deps): update dependencies and modify test scripts ([327f2e4](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/327f2e4))
|
|
4
|
+
* Merge branch 'renovate/oxlint-1.x' into 'main' ([95e333b](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/95e333b))
|
|
5
|
+
* Merge branch 'renovate/semantic-release-monorepo' into 'main' ([e8ad461](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/e8ad461))
|
|
6
|
+
* Merge branch 'renovate/semantic-release-monorepo' into 'main' ([f62e2a9](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/f62e2a9))
|
|
7
|
+
* Merge branch 'renovate/yarn-monorepo' into 'main' ([5709597](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/5709597))
|
|
8
|
+
* Merge branch 'renovate/yarn-monorepo' into 'main' ([e113a0a](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/e113a0a))
|
|
9
|
+
* chore(deps): update dependency @semantic-release/gitlab to v13.2.7 ([171a0a3](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/171a0a3))
|
|
10
|
+
* chore(deps): update dependency @semantic-release/gitlab to v13.2.8 ([9c0a295](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/9c0a295))
|
|
11
|
+
* chore(deps): update dependency oxlint to v1.14.0 ([b7cb7ed](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/b7cb7ed))
|
|
12
|
+
* chore(deps): update yarn to v4.9.3 ([c9d10b9](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/c9d10b9))
|
|
13
|
+
* chore(deps): update yarn to v4.9.4 ([ddbac06](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/commit/ddbac06))
|
|
14
|
+
|
|
1
15
|
## [1.0.4](https://gitlab.com/springfield-ham-radio/app/ham-radio-registry/compare/v1.0.3...v1.0.4) (2025-08-18)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@springfield/ham-radio-registry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"author": "Bryan Hunt",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"packageManager": "yarn@4.9.
|
|
6
|
+
"packageManager": "yarn@4.9.4",
|
|
7
7
|
"readme": "README.md",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"type": "module",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"lint:fix": "oxlint --fix --fix-suggestions",
|
|
20
20
|
"release": "semantic-release",
|
|
21
21
|
"prepare": "husky",
|
|
22
|
-
"test": "yarn test:unit
|
|
22
|
+
"test": "yarn test:unit",
|
|
23
23
|
"test:unit": "tsx --test test/unit/**/*.test.ts",
|
|
24
24
|
"test:integration": "tsx --test test/integration/**/*.test.ts"
|
|
25
25
|
},
|
|
@@ -58,16 +58,17 @@
|
|
|
58
58
|
"@commitlint/config-conventional": "19.8.1",
|
|
59
59
|
"@semantic-release/changelog": "6.0.3",
|
|
60
60
|
"@semantic-release/git": "10.0.1",
|
|
61
|
-
"@semantic-release/gitlab": "13.2.
|
|
62
|
-
"chai": "
|
|
61
|
+
"@semantic-release/gitlab": "13.2.8",
|
|
62
|
+
"chai": "6.0.1",
|
|
63
63
|
"husky": "9.1.7",
|
|
64
|
-
"oxlint": "1.
|
|
65
|
-
"semantic-release": "
|
|
64
|
+
"oxlint": "1.15.0",
|
|
65
|
+
"semantic-release": "24.2.8",
|
|
66
66
|
"semantic-release-yarn": "3.0.2",
|
|
67
|
+
"tsx": "^4.20.5",
|
|
67
68
|
"typescript": "5.9.2"
|
|
68
69
|
},
|
|
69
70
|
"dependencies": {
|
|
70
71
|
"@springfield/ham-radio-api": "^16.1.3",
|
|
71
|
-
"loglayer": "^6.
|
|
72
|
+
"loglayer": "^6.7.0"
|
|
72
73
|
}
|
|
73
74
|
}
|