@xylabs/libauth 3.6.5 → 3.6.7

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.
@@ -1,3 +1,3 @@
1
1
  // src/index.ts
2
2
  export * from "@bitauth/libauth-1-19-1";
3
- //# sourceMappingURL=index.js.map
3
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -21,15 +21,15 @@
21
21
  "default": "./dist/neutral/index.cjs"
22
22
  },
23
23
  "import": {
24
- "types": "./dist/neutral/index.d.mts",
25
- "default": "./dist/neutral/index.js"
24
+ "types": "./dist/neutral/index.d.ts",
25
+ "default": "./dist/neutral/index.mjs"
26
26
  }
27
27
  },
28
28
  "./package.json": "./package.json"
29
29
  },
30
30
  "main": "./dist/neutral/index.cjs",
31
31
  "types": "./dist/neutral/index.d.ts",
32
- "module": "./dist/neutral/index.js",
32
+ "module": "./dist/neutral/index.mjs",
33
33
  "homepage": "https://xylabs.com",
34
34
  "keywords": [
35
35
  "libauth",
@@ -42,8 +42,8 @@
42
42
  "@bitauth/libauth-1-19-1": "npm:@bitauth/libauth@1.19.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@xylabs/ts-scripts-yarn3": "^3.12.4",
46
- "@xylabs/tsconfig": "^3.12.4",
45
+ "@xylabs/ts-scripts-yarn3": "^3.15.4",
46
+ "@xylabs/tsconfig": "^3.15.4",
47
47
  "typescript": "^5.5.4"
48
48
  },
49
49
  "engines": {
@@ -57,6 +57,6 @@
57
57
  "url": "https://github.com/xylabs/sdk-js.git"
58
58
  },
59
59
  "sideEffects": false,
60
- "version": "3.6.5",
60
+ "version": "3.6.7",
61
61
  "type": "module"
62
62
  }
package/xy.config.ts CHANGED
@@ -28,5 +28,4 @@ const config: XyTsupConfig = {
28
28
  },
29
29
  }
30
30
 
31
- // eslint-disable-next-line import/no-default-export
32
31
  export default config
File without changes
File without changes
File without changes