@xyo-network/module-event-emitter 5.3.29 → 5.4.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 +0 -61
  2. package/package.json +5 -9
package/README.md CHANGED
@@ -38,67 +38,6 @@ bun add {{name}}
38
38
 
39
39
  See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
40
40
 
41
- ## Reference
42
-
43
- ### packages
44
-
45
- ### modules
46
-
47
- ### packages
48
-
49
- ### module
50
-
51
- ### packages
52
-
53
- ### emitter
54
-
55
- ### .temp-typedoc
56
-
57
- ### classes
58
-
59
- ### <a id="ModuleBaseEmitter"></a>ModuleBaseEmitter
60
-
61
- [**@xyo-network/module-event-emitter**](#../README)
62
-
63
- ***
64
-
65
- ## Extends
66
-
67
- - `BaseEmitter`\<`TParams`, `TEventData`\>
68
-
69
- ## Type Parameters
70
-
71
- ### TParams
72
-
73
- `TParams` *extends* `BaseParams` = `BaseParams`
74
-
75
- ### TEventData
76
-
77
- `TEventData` *extends* `EventData` = `EventData`
78
-
79
- ## Constructors
80
-
81
- ### Constructor
82
-
83
- ```ts
84
- new ModuleBaseEmitter<TParams, TEventData>(params): ModuleBaseEmitter<TParams, TEventData>;
85
- ```
86
-
87
- ### Parameters
88
-
89
- #### params
90
-
91
- `BaseParams`\<`TParams`\>
92
-
93
- ### Returns
94
-
95
- `ModuleBaseEmitter`\<`TParams`, `TEventData`\>
96
-
97
- ### Inherited from
98
-
99
- ```ts
100
- BaseEmitter<TParams, TEventData>.constructor
101
- ```
102
41
 
103
42
 
104
43
  [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/module-event-emitter",
3
- "version": "5.3.29",
3
+ "version": "5.4.0",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -22,12 +22,10 @@
22
22
  "exports": {
23
23
  ".": {
24
24
  "types": "./dist/neutral/index.d.ts",
25
- "import": "./dist/neutral/index.mjs",
26
25
  "default": "./dist/neutral/index.mjs"
27
26
  },
28
27
  "./package.json": "./package.json"
29
28
  },
30
- "types": "dist/neutral/index.d.ts",
31
29
  "files": [
32
30
  "dist",
33
31
  "!**/*.bench.*",
@@ -37,17 +35,15 @@
37
35
  ],
38
36
  "devDependencies": {
39
37
  "@opentelemetry/api": "^1.9.1",
40
- "@xylabs/sdk-js": "^5.0.95",
41
- "@xylabs/ts-scripts-common": "~7.8.4",
42
- "@xylabs/ts-scripts-pnpm": "~7.8.4",
43
- "@xylabs/tsconfig": "~7.8.4",
44
- "axios": "^1.14.0",
38
+ "@xylabs/sdk-js": "^5.0.97",
39
+ "@xylabs/toolchain": "~7.10.8",
40
+ "@xylabs/tsconfig": "~7.10.8",
45
41
  "pako": "~2.1.0",
46
42
  "typescript": "~5.9.3",
47
43
  "zod": "^4.3.6"
48
44
  },
49
45
  "peerDependencies": {
50
- "@xylabs/sdk-js": "^5"
46
+ "@xylabs/sdk-js": "^5.0.97"
51
47
  },
52
48
  "publishConfig": {
53
49
  "access": "public"