@xylabs/forget 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.
- package/README.md +6 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[![logo][]](https://xylabs.com)
|
|
2
|
+
|
|
1
3
|
# @xylabs/forget
|
|
2
4
|
|
|
3
5
|
[![npm][npm-badge]][npm-link]
|
|
@@ -488,8 +490,12 @@ const defaultForgetNodeConfig: ForgetNodeConfig<unknown>;
|
|
|
488
490
|
|
|
489
491
|
Default Node.js forget configuration with termination disabled.
|
|
490
492
|
|
|
493
|
+
## Credits
|
|
494
|
+
|
|
495
|
+
[Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
|
|
491
496
|
|
|
492
497
|
[npm-badge]: https://img.shields.io/npm/v/@xylabs/forget.svg
|
|
493
498
|
[npm-link]: https://www.npmjs.com/package/@xylabs/forget
|
|
494
499
|
[license-badge]: https://img.shields.io/npm/l/@xylabs/forget.svg
|
|
495
500
|
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
|
|
501
|
+
[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/forget",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"forget",
|
|
@@ -53,16 +53,16 @@
|
|
|
53
53
|
"README.md"
|
|
54
54
|
],
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@xylabs/
|
|
57
|
-
"@xylabs/
|
|
58
|
-
"@xylabs/typeof": "~6.0
|
|
59
|
-
"@xylabs/promise": "~6.0
|
|
56
|
+
"@xylabs/delay": "~6.1.0",
|
|
57
|
+
"@xylabs/logger": "~6.1.0",
|
|
58
|
+
"@xylabs/typeof": "~6.1.0",
|
|
59
|
+
"@xylabs/promise": "~6.1.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@types/node": "^25.9.2",
|
|
63
|
-
"@xylabs/toolchain": "^8.1.
|
|
64
|
-
"@xylabs/tsconfig": "^8.1.
|
|
65
|
-
"@xylabs/tsconfig-dom": "^8.1.
|
|
63
|
+
"@xylabs/toolchain": "^8.1.20",
|
|
64
|
+
"@xylabs/tsconfig": "^8.1.20",
|
|
65
|
+
"@xylabs/tsconfig-dom": "^8.1.20",
|
|
66
66
|
"eslint": "^10.4.1",
|
|
67
67
|
"typescript": "^6.0.3",
|
|
68
68
|
"vite": "^8.0.16",
|