@xylabs/events 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.
- package/README.md +6 -0
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[![logo][]](https://xylabs.com)
|
|
2
|
+
|
|
1
3
|
# @xylabs/events
|
|
2
4
|
|
|
3
5
|
[![npm][npm-badge]][npm-link]
|
|
@@ -2270,8 +2272,12 @@ type EventsParams = BaseParams<{
|
|
|
2270
2272
|
|
|
2271
2273
|
Parameters for constructing an Events instance, with optional debug configuration.
|
|
2272
2274
|
|
|
2275
|
+
## Credits
|
|
2276
|
+
|
|
2277
|
+
[Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
|
|
2273
2278
|
|
|
2274
2279
|
[npm-badge]: https://img.shields.io/npm/v/@xylabs/events.svg
|
|
2275
2280
|
[npm-link]: https://www.npmjs.com/package/@xylabs/events
|
|
2276
2281
|
[license-badge]: https://img.shields.io/npm/l/@xylabs/events.svg
|
|
2277
2282
|
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
|
|
2283
|
+
[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/events",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.1.1",
|
|
4
4
|
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -38,25 +38,25 @@
|
|
|
38
38
|
"README.md"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@xylabs/assert": "~6.
|
|
42
|
-
"@xylabs/base": "~6.
|
|
43
|
-
"@xylabs/error": "~6.
|
|
44
|
-
"@xylabs/
|
|
45
|
-
"@xylabs/object": "~6.
|
|
46
|
-
"@xylabs/
|
|
47
|
-
"@xylabs/typeof": "~6.
|
|
41
|
+
"@xylabs/assert": "~6.1.1",
|
|
42
|
+
"@xylabs/base": "~6.1.1",
|
|
43
|
+
"@xylabs/error": "~6.1.1",
|
|
44
|
+
"@xylabs/promise": "~6.1.1",
|
|
45
|
+
"@xylabs/object": "~6.1.1",
|
|
46
|
+
"@xylabs/forget": "~6.1.1",
|
|
47
|
+
"@xylabs/typeof": "~6.1.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@opentelemetry/api": "^1.9.1",
|
|
51
|
-
"@xylabs/toolchain": "^8.1.
|
|
52
|
-
"@xylabs/tsconfig": "^8.1.
|
|
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
|
"vite": "^8.0.16",
|
|
56
56
|
"vitest": "^4.1.8",
|
|
57
57
|
"zod": "^4.4.3",
|
|
58
|
-
"@xylabs/
|
|
59
|
-
"@xylabs/
|
|
58
|
+
"@xylabs/vitest-extended": "~6.1.1",
|
|
59
|
+
"@xylabs/delay": "~6.1.1"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"@opentelemetry/api": "^1.9",
|