@xylabs/crypto 6.0.10 → 6.1.1

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![logo][]](https://xylabs.com)
2
+
1
3
  # @xylabs/crypto
2
4
 
3
5
  [![npm][npm-badge]][npm-link]
@@ -84,8 +86,12 @@ No-op polyfill for Node.js, where the crypto module is already available globall
84
86
 
85
87
  `void`
86
88
 
89
+ ## Credits
90
+
91
+ [Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
87
92
 
88
93
  [npm-badge]: https://img.shields.io/npm/v/@xylabs/crypto.svg
89
94
  [npm-link]: https://www.npmjs.com/package/@xylabs/crypto
90
95
  [license-badge]: https://img.shields.io/npm/l/@xylabs/crypto.svg
91
96
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
97
+ [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/crypto",
3
- "version": "6.0.10",
3
+ "version": "6.1.1",
4
4
  "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
5
5
  "keywords": [
6
6
  "crypto",
@@ -47,9 +47,9 @@
47
47
  "devDependencies": {
48
48
  "@types/crypto-js": "^4.2.2",
49
49
  "@types/node": "^25.9.2",
50
- "@xylabs/toolchain": "^8.1.16",
51
- "@xylabs/tsconfig": "^8.1.16",
52
- "@xylabs/tsconfig-dom": "^8.1.16",
50
+ "@xylabs/toolchain": "^8.1.20",
51
+ "@xylabs/tsconfig": "^8.1.20",
52
+ "@xylabs/tsconfig-dom": "^8.1.20",
53
53
  "crypto-js": "^4.2.0",
54
54
  "eslint": "^10.4.1",
55
55
  "typescript": "^6.0.3",