Skip to content

Commit 627f35f

Browse files
committed
📦 deps(root): update whatwg-url and bump version to 1.0.4
Updates package dependency whatwg-url to version 15.1.0 and synchronizes the package version number across package.json and cli.ts. This ensures consistent versioning throughout the codebase.
1 parent a80d547 commit 627f35f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"bin": {
44
"salakala": "./dist/cli.js"
55
},
6-
"version": "1.0.3",
6+
"version": "1.0.4",
77
"description": "Generate environment variables from various secret providers via URIs in JSON files, checked into your repository",
88
"type": "module",
99
"scripts": {
@@ -45,6 +45,6 @@
4545
"node-vault": "^0.10.5"
4646
},
4747
"overrides": {
48-
"whatwg-url": "^14.1.0"
48+
"whatwg-url": "^15.1.0"
4949
}
5050
}

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function resolveInputFile(input: string): string {
3535
throw new Error(`Configuration file '${input}' not found`);
3636
}
3737

38-
const PACKAGE_VERSION = '1.0.1';
38+
const PACKAGE_VERSION = '1.0.4';
3939

4040
program
4141
.name('salakala')

0 commit comments

Comments
 (0)