@quec/panel-device-kit 1.0.10 → 1.1.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 CHANGED
@@ -1,60 +1,60 @@
1
- {
2
- "name": "@quec/panel-device-kit",
3
- "version": "1.0.10",
4
- "description": "QuecDeviceKit: Device Kit for QuecPanel",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
7
- "type": "module",
8
- "files": [
9
- "dist"
10
- ],
11
- "scripts": {
12
- "test": "jest",
13
- "build": "rimraf dist && tsup && tsc --project tsconfig.json --emitDeclarationOnly",
14
- "clean": "node ../../scripts/clean.js",
15
- "pub": "npm publish",
16
- "publish:patch": "yarn clean && yarn build && npm version patch && yarn pub",
17
- "publish:minor": "yarn clean && yarn build && npm version minor && yarn pub",
18
- "publish:major": "yarn clean && yarn build && npm version major && yarn pub",
19
- "unpublish:dev": "node ../../scripts/unpublish.js",
20
- "watch": "nodemon --ignore dist/ --ignore node_modules/ --ignore lib/ --watch src/ -C -e js,jsx,ts,tsx,css,less -x 'yarn build && yalc push'"
21
- },
22
- "repository": {
23
- "type": "git",
24
- "url": "http://gitlab.quectel.com:8108/frontend/app/ReactNative/rnplugin/QuecRNBusinessPanelModule.git"
25
- },
26
- "license": "ISC",
27
- "dependencies": {
28
- "lodash.camelcase": "4.3.0"
29
- },
30
- "devDependencies": {
31
- "@babel/preset-env": "^7.26.9",
32
- "@babel/preset-typescript": "^7.27.0",
33
- "@quec/rn-businesspanel-module": "1.2.0",
34
- "@quec/rn-device-module": "2.16.1",
35
- "@quec/rn-language-module": "0.1.9",
36
- "@quec/rn-log-module": "1.0.6",
37
- "@types/lodash.camelcase": "4.3.9",
38
- "@types/react": "17.0.2",
39
- "@types/react-native": "0.64.3",
40
- "i18n-js": "4.1.1",
41
- "react": "17.0.2",
42
- "react-native": "0.64.3",
43
- "rimraf": "^6.0.1",
44
- "rollup-plugin-peer-deps-external": "^2.2.4",
45
- "tslib": "^2.8.1",
46
- "tsup": "^8.4.0",
47
- "typescript": "^5.8.3",
48
- "zustand": "4.4.3"
49
- },
50
- "peerDependencies": {
51
- "@quec/rn-businesspanel-module": "*",
52
- "@quec/rn-device-module": "*",
53
- "@quec/rn-language-module": "*",
54
- "@quec/rn-log-module": "*",
55
- "i18n-js": "*",
56
- "react": "*",
57
- "react-native": "*",
58
- "zustand": "*"
59
- }
60
- }
1
+ {
2
+ "name": "@quec/panel-device-kit",
3
+ "version": "1.1.0",
4
+ "description": "QuecDeviceKit: Device Kit for QuecPanel",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "type": "module",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "scripts": {
12
+ "test": "jest",
13
+ "build": "rimraf dist && tsup && tsc --project tsconfig.json --emitDeclarationOnly",
14
+ "clean": "node ../../scripts/clean.js",
15
+ "pub": "npm publish",
16
+ "publish:patch": "yarn clean && yarn build && npm version patch && yarn pub",
17
+ "publish:minor": "yarn clean && yarn build && npm version minor && yarn pub",
18
+ "publish:major": "yarn clean && yarn build && npm version major && yarn pub",
19
+ "unpublish:dev": "node ../../scripts/unpublish.js",
20
+ "watch": "nodemon --ignore dist/ --ignore node_modules/ --ignore lib/ --watch src/ -C -e js,jsx,ts,tsx,css,less -x 'yarn build && yalc push'"
21
+ },
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "http://gitlab.quectel.com:8108/frontend/app/ReactNative/rnplugin/QuecRNBusinessPanelModule.git"
25
+ },
26
+ "license": "ISC",
27
+ "dependencies": {
28
+ "lodash.camelcase": "4.3.0"
29
+ },
30
+ "devDependencies": {
31
+ "@babel/preset-env": "^7.26.9",
32
+ "@babel/preset-typescript": "^7.27.0",
33
+ "@quec/rn-businesspanel-module": "^1.1.3",
34
+ "@quec/rn-device-module": "2.16.1",
35
+ "@quec/rn-language-module": "0.1.9",
36
+ "@quec/rn-log-module": "1.0.6",
37
+ "@types/lodash.camelcase": "4.3.9",
38
+ "@types/react": "17.0.2",
39
+ "@types/react-native": "0.64.3",
40
+ "i18n-js": "4.1.1",
41
+ "react": "17.0.2",
42
+ "react-native": "0.64.3",
43
+ "rimraf": "^6.0.1",
44
+ "rollup-plugin-peer-deps-external": "^2.2.4",
45
+ "tslib": "^2.8.1",
46
+ "tsup": "^8.4.0",
47
+ "typescript": "^5.8.3",
48
+ "zustand": "4.4.3"
49
+ },
50
+ "peerDependencies": {
51
+ "@quec/rn-businesspanel-module": "*",
52
+ "@quec/rn-device-module": "*",
53
+ "@quec/rn-language-module": "*",
54
+ "@quec/rn-log-module": "*",
55
+ "i18n-js": "*",
56
+ "react": "*",
57
+ "react-native": "*",
58
+ "zustand": "*"
59
+ }
60
+ }