@push.rocks/smartsecret 1.0.1 → 1.0.2

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.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@push.rocks/smartsecret',
6
- version: '1.0.1',
6
+ version: '1.0.2',
7
7
  description: 'OS keychain-based secret storage with encrypted-file fallback for Node.js.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSx5QkFBeUI7SUFDL0IsT0FBTyxFQUFFLE9BQU87SUFDaEIsV0FBVyxFQUFFLDRFQUE0RTtDQUMxRixDQUFBIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@push.rocks/smartsecret",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "private": false,
5
5
  "description": "OS keychain-based secret storage with encrypted-file fallback for Node.js.",
6
6
  "main": "dist_ts/index.js",
@@ -37,7 +37,6 @@
37
37
  "@git.zone/tsbuild": "^4.1.2",
38
38
  "@git.zone/tsrun": "^2.0.1",
39
39
  "@git.zone/tstest": "^3.1.8",
40
- "@push.rocks/tapbundle": "^6.0.3",
41
40
  "@types/node": "^22.15.0"
42
41
  },
43
42
  "files": [
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@push.rocks/smartsecret',
6
- version: '1.0.1',
6
+ version: '1.0.2',
7
7
  description: 'OS keychain-based secret storage with encrypted-file fallback for Node.js.'
8
8
  }