@xyo-network/bridge-module-resolver 4.0.3 → 4.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.
@@ -0,0 +1,3 @@
1
+ declare const x = 1;
2
+
3
+ export { x };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/bridge-module-resolver",
3
- "version": "4.0.3",
3
+ "version": "4.1.1",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -21,16 +21,16 @@
21
21
  "type": "module",
22
22
  "exports": {
23
23
  ".": {
24
- "types": "./dist/types/index.d.ts",
24
+ "types": "./dist/neutral/index.d.ts",
25
25
  "default": "./dist/neutral/index.mjs"
26
26
  },
27
27
  "./package.json": "./package.json"
28
28
  },
29
29
  "module": "dist/neutral/index.mjs",
30
- "types": "dist/types/index.d.ts",
30
+ "types": "dist/neutral/index.d.ts",
31
31
  "devDependencies": {
32
- "@xylabs/ts-scripts-yarn3": "^6.5.18",
33
- "@xylabs/tsconfig": "^6.5.18",
32
+ "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.23",
33
+ "@xylabs/tsconfig": "^7.0.0-rc.23",
34
34
  "typescript": "^5.8.3"
35
35
  },
36
36
  "publishConfig": {
@@ -1,2 +0,0 @@
1
- export declare const x = 1;
2
- //# sourceMappingURL=index.d.ts.map
File without changes