@parity/product-sdk-host 0.9.0 → 0.10.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.
Files changed (1) hide show
  1. package/package.json +4 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parity/product-sdk-host",
3
- "version": "0.9.0",
3
+ "version": "0.10.1",
4
4
  "description": "Host container detection and storage access for Polkadot Desktop and Mobile environments",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -18,24 +18,13 @@
18
18
  "src"
19
19
  ],
20
20
  "dependencies": {
21
+ "@novasamatech/host-api": "^0.8.8",
22
+ "@novasamatech/host-api-wrapper": "^0.8.8",
21
23
  "polkadot-api": "^2.1.5",
22
24
  "@parity/product-sdk-logger": "0.1.1"
23
25
  },
24
- "peerDependencies": {
25
- "@novasamatech/host-api-wrapper": ">=0.8.0",
26
- "@novasamatech/host-api": ">=0.8.0"
27
- },
28
- "peerDependenciesMeta": {
29
- "@novasamatech/host-api-wrapper": {
30
- "optional": true
31
- },
32
- "@novasamatech/host-api": {
33
- "optional": true
34
- }
35
- },
36
26
  "devDependencies": {
37
- "@novasamatech/host-api-wrapper": "^0.8.7-2",
38
- "@novasamatech/host-api": "^0.8.7-2",
27
+ "tsup": "^8.5.1",
39
28
  "typescript": "^5.7.0",
40
29
  "vitest": "^3.0.0"
41
30
  },