@papyrus-sdk/engine-native 0.2.4 → 0.2.5

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 (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -6,9 +6,11 @@ plus a WebView runtime for EPUB/TXT via `MobileDocumentEngine`.
6
6
  ## Install
7
7
 
8
8
  ```bash
9
- npm install @papyrus-sdk/engine-native
9
+ npm install @papyrus-sdk/engine-native @papyrus-sdk/core @papyrus-sdk/types
10
10
  ```
11
11
 
12
+ `@papyrus-sdk/core` and `@papyrus-sdk/types` are required peer dependencies.
13
+
12
14
  For EPUB/TXT on mobile, also install:
13
15
 
14
16
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@papyrus-sdk/engine-native",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "papyrus",
@@ -43,14 +43,14 @@
43
43
  "bugs": {
44
44
  "url": "https://github.com/solrachix/Papyrus/issues"
45
45
  },
46
- "dependencies": {
47
- "@papyrus-sdk/core": "0.2.1",
48
- "@papyrus-sdk/types": "0.2.1"
49
- },
50
46
  "peerDependencies": {
47
+ "@papyrus-sdk/core": ">=0.2.1",
48
+ "@papyrus-sdk/types": ">=0.2.1",
51
49
  "react-native": ">=0.76.0"
52
50
  },
53
51
  "devDependencies": {
52
+ "@papyrus-sdk/core": "0.2.1",
53
+ "@papyrus-sdk/types": "0.2.1",
54
54
  "react-native": "^0.76.0"
55
55
  },
56
56
  "scripts": {