@quec/rn-device-module 1.9.13 → 1.9.19

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 (3) hide show
  1. package/README.md +2 -2
  2. package/package.json +23 -24
  3. package/src/module.ts +1 -1
package/README.md CHANGED
@@ -6,9 +6,9 @@
6
6
 
7
7
  类型|版本|适用平台|负责人
8
8
  -|-|-|-
9
- module|1.9.13|all|vic.huang@quectel.com
9
+ module|1.9.19|all|vic.huang@quectel.com
10
10
 
11
- > **1.9.13 Changelog:**
11
+ > **1.9.19 Changelog:**
12
12
  > none
13
13
 
14
14
 
package/package.json CHANGED
@@ -1,26 +1,25 @@
1
1
  {
2
- "name": "@quec/rn-device-module",
3
- "version": "1.9.13",
4
- "description": "设备桥RN扩展组件",
5
- "main": "src/index.ts",
6
- "platform": "All",
7
- "scripts": {
8
- "test": "echo \"Error: no test specified\" && exit 1",
9
- "build": "tsc",
10
- "watch": "tsc --watch"
11
- },
12
- "files": [
13
- "lib/**/*",
14
- "src/**/*",
15
- ".prettierrc.js"
16
- ],
17
- "author": "vic.huang@quectel.com",
18
- "license": "ISC",
19
- "peerDependencies": {
20
- "react": "^17.0.2",
21
- "react-native": "^0.64.3",
22
- "typescript": "^4.8.3"
23
- },
24
- "devDependencies": {
25
- }
2
+ "name": "@quec/rn-device-module",
3
+ "version": "1.9.19",
4
+ "description": "设备桥RN扩展组件",
5
+ "main": "src/index.ts",
6
+ "platform": "All",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "build": "tsc",
10
+ "watch": "tsc --watch"
11
+ },
12
+ "files": [
13
+ "lib/**/*",
14
+ "src/**/*",
15
+ ".prettierrc.js"
16
+ ],
17
+ "author": "vic.huang@quectel.com",
18
+ "license": "ISC",
19
+ "peerDependencies": {
20
+ "react": "^17.0.2",
21
+ "react-native": "^0.64.3",
22
+ "typescript": "^4.8.3"
23
+ },
24
+ "devDependencies": {}
26
25
  }
package/src/module.ts CHANGED
@@ -8,7 +8,7 @@ const NativeNotificationModule = new NativeEventEmitter(NativeModules.QuecRNDevi
8
8
 
9
9
  /**
10
10
  设备桥组件
11
- @version: 1.9.13
11
+ @version: 1.9.19
12
12
  @owner: vic.huang@quectel.com
13
13
  @platform: all
14
14
  */