@ledgerhq/live-common 22.3.0-universal.0 → 22.3.0-updater.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/package.json +1 -2
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "https://github.com/LedgerHQ/ledger-live-common"
|
|
10
10
|
},
|
|
11
|
-
"version": "22.3.0-
|
|
11
|
+
"version": "22.3.0-updater.0",
|
|
12
12
|
"main": "lib/index.js",
|
|
13
13
|
"types": "lib/index.d.ts",
|
|
14
14
|
"license": "Apache-2.0",
|
|
@@ -208,7 +208,6 @@
|
|
|
208
208
|
"test": "pnpm ci-test-common",
|
|
209
209
|
"ci-lint": "pnpm lint",
|
|
210
210
|
"ci-test-common": "env-cmd -f ./.ci.env pnpm jest --ci --updateSnapshot && git diff --exit-code src",
|
|
211
|
-
"ci-test-cli": "cd cli && pnpm test",
|
|
212
211
|
"ci-test-bot": "env-cmd -f ./.ci.env pnpm jest --testMatch '**/*.bot.ts'"
|
|
213
212
|
}
|
|
214
213
|
}
|