@xylabs/storage 6.0.10 → 6.1.0

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/storage
2
4
 
3
5
  [![npm][npm-badge]][npm-link]
@@ -234,8 +236,12 @@ The keys an array of keys.
234
236
 
235
237
  `Promisable`\<`TKey`[]\>
236
238
 
239
+ ## Credits
240
+
241
+ [Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
237
242
 
238
243
  [npm-badge]: https://img.shields.io/npm/v/@xylabs/storage.svg
239
244
  [npm-link]: https://www.npmjs.com/package/@xylabs/storage
240
245
  [license-badge]: https://img.shields.io/npm/l/@xylabs/storage.svg
241
246
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
247
+ [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/storage",
3
- "version": "6.0.10",
3
+ "version": "6.1.0",
4
4
  "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
5
5
  "keywords": [
6
6
  "hex",
@@ -45,11 +45,11 @@
45
45
  "README.md"
46
46
  ],
47
47
  "dependencies": {
48
- "@xylabs/promise": "~6.0.10"
48
+ "@xylabs/promise": "~6.1.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@xylabs/toolchain": "^8.1.16",
52
- "@xylabs/tsconfig": "^8.1.16",
51
+ "@xylabs/toolchain": "^8.1.20",
52
+ "@xylabs/tsconfig": "^8.1.20",
53
53
  "eslint": "^10.4.1",
54
54
  "typescript": "^6.0.3"
55
55
  },