Skip to content

Commit f074798

Browse files
chore: update versions (#417)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 25d86e3 commit f074798

File tree

12 files changed

+45
-42
lines changed

12 files changed

+45
-42
lines changed

.changeset/allow-manifestmanager-instance.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/eight-cows-ask.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/located-manifest-tsd.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/metal-rooms-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ripe-wombats-fly.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/social-swans-add.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/contact/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @nodesecure/contact
2+
3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#428](https://github.com/NodeSecure/scanner/pull/428) [`c91032d`](https://github.com/NodeSecure/scanner/commit/c91032d5aa24ae08d0822790e96c83d3a614b4f3) Thanks [@fraxken](https://github.com/fraxken)! - Do not throw an Error when using a contact with no 'name' property

workspaces/contact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/contact",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Utilities to extract/fetch data on NPM contacts (author, maintainers ..)",
55
"type": "module",
66
"exports": "./dist/index.js",

workspaces/mama/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @nodesecure/mama
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#429](https://github.com/NodeSecure/scanner/pull/429) [`1833db7`](https://github.com/NodeSecure/scanner/commit/1833db7f3ae128be159cfcca29ee6352d516f34a) Thanks [@intincrab](https://github.com/intincrab)! - Allow `fromPackageJSON` to accept a `ManifestManager` instance
8+
9+
This change allows the `fromPackageJSON` static method to accept either a string path or a `ManifestManager` instance. When a `ManifestManager` instance is provided, it will be returned directly, simplifying code that needs to handle both cases.
10+
11+
- [#424](https://github.com/NodeSecure/scanner/pull/424) [`d7c45c3`](https://github.com/NodeSecure/scanner/commit/d7c45c33c23cca5bbfa1d2c4bfa0f6d8987248a1) Thanks [@intincrab](https://github.com/intincrab)! - feat: add LocatedManifestManager type and isLocated type guard
12+
13+
- Add new LocatedManifestManager type where location is required
14+
- Add static isLocated method to properly narrow the type
15+
- Update documentation with new type and method usage
16+
- Add type tests for the new functionality
17+
18+
### Patch Changes
19+
20+
- [#416](https://github.com/NodeSecure/scanner/pull/416) [`97a36b5`](https://github.com/NodeSecure/scanner/commit/97a36b523aa9b22900cd4ad822aa6a083e254121) Thanks [@fraxken](https://github.com/fraxken)! - Add optional ManifestManager dirname location
21+
322
## 1.2.0
423

524
### Minor Changes

workspaces/mama/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/mama",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Manifest Manager",
55
"type": "module",
66
"exports": "./dist/index.js",

0 commit comments

Comments
 (0)