@xylabs/retry 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 +5 -5
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![logo][]](https://xylabs.com)
2
+
1
3
  # @xylabs/retry
2
4
 
3
5
  [![npm][npm-badge]][npm-link]
@@ -208,8 +210,12 @@ Determines whether the result is considered complete. Defaults to checking for a
208
210
 
209
211
  `boolean`
210
212
 
213
+ ## Credits
214
+
215
+ [Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
211
216
 
212
217
  [npm-badge]: https://img.shields.io/npm/v/@xylabs/retry.svg
213
218
  [npm-link]: https://www.npmjs.com/package/@xylabs/retry
214
219
  [license-badge]: https://img.shields.io/npm/l/@xylabs/retry.svg
215
220
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
221
+ [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/retry",
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
  "delay",
@@ -45,12 +45,12 @@
45
45
  "README.md"
46
46
  ],
47
47
  "dependencies": {
48
- "@xylabs/delay": "~6.0.10",
49
- "@xylabs/promise": "~6.0.10"
48
+ "@xylabs/delay": "~6.1.1",
49
+ "@xylabs/promise": "~6.1.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@xylabs/toolchain": "^8.1.16",
53
- "@xylabs/tsconfig": "^8.1.16",
52
+ "@xylabs/toolchain": "^8.1.20",
53
+ "@xylabs/tsconfig": "^8.1.20",
54
54
  "eslint": "^10.4.1",
55
55
  "typescript": "^6.0.3",
56
56
  "vite": "^8.0.16",