Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 999ca265bc | |||
| 641f018fb0 | |||
| 44a9f008d9 |
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-02-24 - 1.0.2 - fix()
|
||||||
|
no changes detected
|
||||||
|
|
||||||
|
- No files were modified in this diff; no release required.
|
||||||
|
|
||||||
## 2026-02-24 - 1.0.1 - fix(smartsecret)
|
## 2026-02-24 - 1.0.1 - fix(smartsecret)
|
||||||
no changes
|
no changes
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartsecret",
|
"name": "@push.rocks/smartsecret",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "OS keychain-based secret storage with encrypted-file fallback for Node.js.",
|
"description": "OS keychain-based secret storage with encrypted-file fallback for Node.js.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
@@ -37,7 +37,6 @@
|
|||||||
"@git.zone/tsbuild": "^4.1.2",
|
"@git.zone/tsbuild": "^4.1.2",
|
||||||
"@git.zone/tsrun": "^2.0.1",
|
"@git.zone/tsrun": "^2.0.1",
|
||||||
"@git.zone/tstest": "^3.1.8",
|
"@git.zone/tstest": "^3.1.8",
|
||||||
"@push.rocks/tapbundle": "^6.0.3",
|
|
||||||
"@types/node": "^22.15.0"
|
"@types/node": "^22.15.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
1700
pnpm-lock.yaml
generated
1700
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartsecret',
|
name: '@push.rocks/smartsecret',
|
||||||
version: '1.0.1',
|
version: '1.0.2',
|
||||||
description: 'OS keychain-based secret storage with encrypted-file fallback for Node.js.'
|
description: 'OS keychain-based secret storage with encrypted-file fallback for Node.js.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user