@ledgerhq/wallet-api-acre-module 0.16.0-nightly.20260318030401 → 0.16.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 (1) hide show
  1. package/package.json +1 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/wallet-api-acre-module",
3
- "version": "0.16.0-nightly.20260318030401",
3
+ "version": "0.16.0",
4
4
  "description": "Wallet-API ACRE Module for Ledger Live",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -31,23 +31,6 @@
31
31
  "devDependencies": {
32
32
  "@types/node": "24.12.0"
33
33
  },
34
- "exports": {
35
- ".": {
36
- "@ledgerhq/source": "./src/index.ts",
37
- "import": "./lib-es/index.js",
38
- "require": "./lib/index.js",
39
- "default": "./lib/index.js"
40
- },
41
- "./lib-es/*": "./lib-es/*.js",
42
- "./lib/*": "./lib/*.js",
43
- "./*": {
44
- "@ledgerhq/source": "./src/*.ts",
45
- "import": "./lib-es/*.js",
46
- "require": "./lib/*.js",
47
- "default": "./lib/*.js"
48
- },
49
- "./package.json": "./package.json"
50
- },
51
34
  "scripts": {
52
35
  "clean": "rimraf lib lib-es",
53
36
  "build": "tsc --project tsconfig.build.json && tsc --project tsconfig.build.json -m esnext --moduleResolution bundler --outDir lib-es && node scripts/createModulePackage.mjs",