Skip to content

Commit e80ab27

Browse files
committed
chore: housekeeping
1 parent ed828e5 commit e80ab27

File tree

5 files changed

+1242
-1133
lines changed

5 files changed

+1242
-1133
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 NamesMT <https://github.com/namesmt>
3+
Copyright (c) 2024 NamesMT <https://github.com/namesmt>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,10 @@ const storedDecrypted_error = await decryptStored('salt', 'partition', 'id') //
9090
```
9191

9292
## Roadmap
93-
94-
- [x] Setting up Dev Container
9593
- [ ] Become the legendary 10000x developer
9694

9795
## License [![License][license-src]][license-href]
98-
[MIT](./LICENSE) License © 2023 [NamesMT](https://github.com/NamesMT)
96+
[MIT](./LICENSE) License © 2024 [NamesMT](https://github.com/NamesMT)
9997

10098
<!-- Badges -->
10199

package.json

+16-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@namesmt/sencrypt",
33
"type": "module",
44
"version": "0.1.4",
5-
"packageManager": "pnpm@9.6.0",
5+
"packageManager": "pnpm@9.8.0",
66
"description": "",
77
"author": "NamesMT <[email protected]>",
88
"license": "MIT",
@@ -13,7 +13,11 @@
1313
"url": "git+https://github.com/namesmt/sencrypt.git"
1414
},
1515
"bugs": "https://github.com/namesmt/sencrypt/issues",
16-
"keywords": [],
16+
"keywords": [
17+
"encrypt",
18+
"salt",
19+
"secret"
20+
],
1721
"sideEffects": false,
1822
"exports": {
1923
".": {
@@ -48,23 +52,23 @@
4852
"prepublishOnly": "pnpm run build"
4953
},
5054
"peerDependencies": {
51-
"@namesmt/shash": ">=0.3.1"
55+
"@namesmt/shash": ">=0.3.2"
5256
},
5357
"devDependencies": {
54-
"@antfu/eslint-config": "^2.23.2",
55-
"@namesmt/aes-gcm": "^0.1.1",
56-
"@namesmt/utils": "^0.5.0",
57-
"@types/node": "^20.14.12",
58-
"@vitest/coverage-v8": "^2.0.4",
58+
"@antfu/eslint-config": "^2.27.1",
59+
"@namesmt/aes-gcm": "^0.1.3",
60+
"@namesmt/utils": "^0.5.4",
61+
"@types/node": "^20.16.1",
62+
"@vitest/coverage-v8": "^2.0.5",
5963
"consola": "^3.2.3",
60-
"eslint": "^9.7.0",
61-
"lint-staged": "^15.2.7",
64+
"eslint": "^9.9.1",
65+
"lint-staged": "^15.2.9",
6266
"simple-git-hooks": "^2.11.1",
6367
"std-env": "^3.7.0",
64-
"tsx": "^4.16.2",
68+
"tsx": "^4.17.0",
6569
"typescript": "^5.5.4",
6670
"unbuild": "^2.0.0",
67-
"vitest": "^2.0.4"
71+
"vitest": "^2.0.5"
6872
},
6973
"pnpm": {
7074
"overrides": {

playground/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"devDependencies": {
99
"@namesmt/sencrypt": "workspace:^",
1010
"nodemon": "^3.1.4",
11-
"vite": "^5.3.4",
12-
"vite-plugin-inspect": "^0.8.5"
11+
"vite": "^5.4.2",
12+
"vite-plugin-inspect": "^0.8.7"
1313
}
1414
}

0 commit comments

Comments
 (0)