@xyo-network/module 3.12.5 → 3.14.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/dist/neutral/index.mjs +0 -1
- package/dist/neutral/index.mjs.map +1 -1
- package/dist/types/index.d.ts +0 -1
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +9 -10
- package/src/index.ts +0 -1
package/dist/neutral/index.mjs
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
export * from "@xyo-network/module-abstract";
|
|
3
3
|
export * from "@xyo-network/module-event-emitter";
|
|
4
4
|
export * from "@xyo-network/module-events";
|
|
5
|
-
export * from "@xyo-network/module-factory-locator";
|
|
6
5
|
export * from "@xyo-network/module-model";
|
|
7
6
|
export * from "@xyo-network/module-resolver";
|
|
8
7
|
export * from "@xyo-network/module-wrapper";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/module-abstract'\nexport * from '@xyo-network/module-event-emitter'\nexport * from '@xyo-network/module-events'\nexport * from '@xyo-network/module-
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/module-abstract'\nexport * from '@xyo-network/module-event-emitter'\nexport * from '@xyo-network/module-events'\nexport * from '@xyo-network/module-model'\nexport * from '@xyo-network/module-resolver'\nexport * from '@xyo-network/module-wrapper'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export * from '@xyo-network/module-abstract';
|
|
2
2
|
export * from '@xyo-network/module-event-emitter';
|
|
3
3
|
export * from '@xyo-network/module-events';
|
|
4
|
-
export * from '@xyo-network/module-factory-locator';
|
|
5
4
|
export * from '@xyo-network/module-model';
|
|
6
5
|
export * from '@xyo-network/module-resolver';
|
|
7
6
|
export * from '@xyo-network/module-wrapper';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,mCAAmC,CAAA;AACjD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,mCAAmC,CAAA;AACjD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,2BAA2B,CAAA;AACzC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,6BAA6B,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/module",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.14.0",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,17 +29,16 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/types/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xyo-network/module-abstract": "^3.
|
|
33
|
-
"@xyo-network/module-event-emitter": "^3.
|
|
34
|
-
"@xyo-network/module-events": "^3.
|
|
35
|
-
"@xyo-network/module-
|
|
36
|
-
"@xyo-network/module-
|
|
37
|
-
"@xyo-network/module-
|
|
38
|
-
"@xyo-network/module-wrapper": "^3.12.5"
|
|
32
|
+
"@xyo-network/module-abstract": "^3.14.0",
|
|
33
|
+
"@xyo-network/module-event-emitter": "^3.14.0",
|
|
34
|
+
"@xyo-network/module-events": "^3.14.0",
|
|
35
|
+
"@xyo-network/module-model": "^3.14.0",
|
|
36
|
+
"@xyo-network/module-resolver": "^3.14.0",
|
|
37
|
+
"@xyo-network/module-wrapper": "^3.14.0"
|
|
39
38
|
},
|
|
40
39
|
"devDependencies": {
|
|
41
|
-
"@xylabs/ts-scripts-yarn3": "^6.
|
|
42
|
-
"@xylabs/tsconfig": "^6.
|
|
40
|
+
"@xylabs/ts-scripts-yarn3": "^6.3.5",
|
|
41
|
+
"@xylabs/tsconfig": "^6.3.5",
|
|
43
42
|
"typescript": "^5.8.3"
|
|
44
43
|
},
|
|
45
44
|
"publishConfig": {
|
package/src/index.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export * from '@xyo-network/module-abstract'
|
|
2
2
|
export * from '@xyo-network/module-event-emitter'
|
|
3
3
|
export * from '@xyo-network/module-events'
|
|
4
|
-
export * from '@xyo-network/module-factory-locator'
|
|
5
4
|
export * from '@xyo-network/module-model'
|
|
6
5
|
export * from '@xyo-network/module-resolver'
|
|
7
6
|
export * from '@xyo-network/module-wrapper'
|