react-native-printer-imin 0.10.4 → 0.10.7

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,165 +1,171 @@
1
- {
2
- "name": "react-native-printer-imin",
3
- "version": "0.10.4",
4
- "description": "Native Module For iMin Printer SDK Plugin",
5
- "main": "lib/commonjs/index",
6
- "module": "lib/module/index",
7
- "types": "lib/typescript/src/index.d.ts",
8
- "react-native": "src/index",
9
- "source": "src/index",
10
- "files": [
11
- "src",
12
- "lib",
13
- "android",
14
- "ios",
15
- "cpp",
16
- "*.podspec",
17
- "!ios/build",
18
- "!android/build",
19
- "!android/gradle",
20
- "!android/gradlew",
21
- "!android/gradlew.bat",
22
- "!android/local.properties",
23
- "!**/__tests__",
24
- "!**/__fixtures__",
25
- "!**/__mocks__",
26
- "!**/.*"
27
- ],
28
- "scripts": {
29
- "example": "yarn workspace react-native-printer-imin-example",
30
- "test": "jest",
31
- "typecheck": "tsc --noEmit",
32
- "lint": "eslint \"**/*.{js,ts,tsx}\"",
33
- "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
34
- "prepare": "bob build",
35
- "release": "release-it"
36
- },
37
- "keywords": [
38
- "react-native",
39
- "ios",
40
- "android"
41
- ],
42
- "repository": "https://github.com/iminsoftware/react-native-printer-imin",
43
- "author": "iminsoftware <softwareteam@imin.sg> (https://github.com/iminsoftware)",
44
- "license": "MIT",
45
- "bugs": {
46
- "url": "https://github.com/iminsoftware/react-native-printer-imin/issues"
47
- },
48
- "homepage": "https://github.com/iminsoftware/react-native-printer-imin#readme",
49
- "publishConfig": {
50
- "registry": "https://registry.npmjs.org/"
51
- },
52
- "devDependencies": {
53
- "@commitlint/cli": "17.0.2",
54
- "@commitlint/config-conventional": "17.0.2",
55
- "@evilmartians/lefthook": "^1.5.0",
56
- "@react-native/eslint-config": "^0.72.2",
57
- "@release-it/conventional-changelog": "^5.0.0",
58
- "@types/jest": "^28.1.2",
59
- "@types/react": "~17.0.21",
60
- "@types/react-native": "0.70.0",
61
- "@typescript-eslint/eslint-plugin": "^5.62.0",
62
- "@typescript-eslint/parser": "^5.62.0",
63
- "commitlint": "^17.0.2",
64
- "del-cli": "^5.0.0",
65
- "eslint": "^8.4.1",
66
- "eslint-config-prettier": "^8.5.0",
67
- "eslint-plugin-prettier": "^4.0.0",
68
- "jest": "^28.1.1",
69
- "prettier": "^2.0.5",
70
- "react": "18.2.0",
71
- "react-native": "0.72.6",
72
- "react-native-builder-bob": "^0.20.0",
73
- "release-it": "^15.0.0",
74
- "rn-fetch-blob": "^0.12.0",
75
- "turbo": "^1.10.7",
76
- "typescript": "^5.0.2"
77
- },
78
- "resolutions": {
79
- "@types/react": "17.0.21"
80
- },
81
- "peerDependencies": {
82
- "react": "*",
83
- "react-native": "*"
84
- },
85
- "workspaces": [
86
- "example"
87
- ],
88
- "packageManager": "yarn@3.6.1",
89
- "engines": {
90
- "node": ">= 16.0.0"
91
- },
92
- "jest": {
93
- "preset": "react-native",
94
- "modulePathIgnorePatterns": [
95
- "<rootDir>/example/node_modules",
96
- "<rootDir>/lib/"
97
- ]
98
- },
99
- "commitlint": {
100
- "extends": [
101
- "@commitlint/config-conventional"
102
- ]
103
- },
104
- "release-it": {
105
- "git": {
106
- "commitMessage": "chore: release ${version}",
107
- "tagName": "v${version}"
108
- },
109
- "npm": {
110
- "publish": true
111
- },
112
- "github": {
113
- "release": true
114
- },
115
- "plugins": {
116
- "@release-it/conventional-changelog": {
117
- "preset": "angular"
118
- }
119
- }
120
- },
121
- "eslintConfig": {
122
- "root": true,
123
- "extends": [
124
- "@react-native",
125
- "prettier"
126
- ],
127
- "rules": {
128
- "prettier/prettier": [
129
- "error",
130
- {
131
- "quoteProps": "consistent",
132
- "singleQuote": true,
133
- "tabWidth": 2,
134
- "trailingComma": "es5",
135
- "useTabs": false
136
- }
137
- ]
138
- }
139
- },
140
- "eslintIgnore": [
141
- "node_modules/",
142
- "lib/"
143
- ],
144
- "prettier": {
145
- "quoteProps": "consistent",
146
- "singleQuote": true,
147
- "tabWidth": 2,
148
- "trailingComma": "es5",
149
- "useTabs": false
150
- },
151
- "react-native-builder-bob": {
152
- "source": "src",
153
- "output": "lib",
154
- "targets": [
155
- "commonjs",
156
- "module",
157
- [
158
- "typescript",
159
- {
160
- "project": "tsconfig.build.json"
161
- }
162
- ]
163
- ]
164
- }
165
- }
1
+ {
2
+ "name": "react-native-printer-imin",
3
+ "version": "0.10.7",
4
+ "description": "Native Module For iMin Printer SDK Plugin",
5
+ "main": "lib/commonjs/index",
6
+ "module": "lib/module/index",
7
+ "types": "lib/typescript/src/index.d.ts",
8
+ "react-native": "src/index",
9
+ "source": "src/index",
10
+ "files": [
11
+ "src",
12
+ "lib",
13
+ "android",
14
+ "ios",
15
+ "cpp",
16
+ "*.podspec",
17
+ "!ios/build",
18
+ "!android/build",
19
+ "!android/gradle",
20
+ "!android/gradlew",
21
+ "!android/gradlew.bat",
22
+ "!android/local.properties",
23
+ "!**/__tests__",
24
+ "!**/__fixtures__",
25
+ "!**/__mocks__",
26
+ "!**/.*"
27
+ ],
28
+ "scripts": {
29
+ "example": "yarn workspace react-native-printer-imin-example",
30
+ "test": "jest",
31
+ "typecheck": "tsc --noEmit",
32
+ "lint": "eslint \"**/*.{js,ts,tsx}\"",
33
+ "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
34
+ "prepare": "bob build",
35
+ "release": "release-it"
36
+ },
37
+ "keywords": [
38
+ "react-native",
39
+ "ios",
40
+ "android"
41
+ ],
42
+ "repository": {
43
+ "type": "git",
44
+ "url": "git+https://github.com/iminsoftware/react-native-printer-imin.git"
45
+ },
46
+ "author": "iminsoftware <softwareteam@imin.sg> (https://github.com/iminsoftware)",
47
+ "license": "MIT",
48
+ "bugs": {
49
+ "url": "https://github.com/iminsoftware/react-native-printer-imin/issues"
50
+ },
51
+ "homepage": "https://github.com/iminsoftware/react-native-printer-imin#readme",
52
+ "publishConfig": {
53
+ "registry": "https://registry.npmjs.org/"
54
+ },
55
+ "devDependencies": {
56
+ "@commitlint/cli": "17.0.2",
57
+ "@commitlint/config-conventional": "17.0.2",
58
+ "@evilmartians/lefthook": "^1.5.0",
59
+ "@react-native/eslint-config": "^0.72.2",
60
+ "@release-it/conventional-changelog": "^5.0.0",
61
+ "@types/jest": "^28.1.2",
62
+ "@types/react": "~17.0.21",
63
+ "@types/react-native": "0.70.0",
64
+ "@typescript-eslint/eslint-plugin": "^5.62.0",
65
+ "@typescript-eslint/parser": "^5.62.0",
66
+ "commitlint": "^17.0.2",
67
+ "del-cli": "^5.0.0",
68
+ "eslint": "^8.4.1",
69
+ "eslint-config-prettier": "^8.5.0",
70
+ "eslint-plugin-prettier": "^4.0.0",
71
+ "jest": "^28.1.1",
72
+ "prettier": "^2.0.5",
73
+ "react": "18.2.0",
74
+ "react-native": "0.72.6",
75
+ "react-native-builder-bob": "^0.20.0",
76
+ "release-it": "^15.0.0",
77
+ "rn-fetch-blob": "^0.12.0",
78
+ "turbo": "^1.10.7",
79
+ "typescript": "^5.0.2"
80
+ },
81
+ "resolutions": {
82
+ "@types/react": "17.0.21"
83
+ },
84
+ "peerDependencies": {
85
+ "react": "*",
86
+ "react-native": "*"
87
+ },
88
+ "workspaces": [
89
+ "example"
90
+ ],
91
+ "packageManager": "yarn@3.6.1",
92
+ "engines": {
93
+ "node": ">= 16.0.0"
94
+ },
95
+ "jest": {
96
+ "preset": "react-native",
97
+ "modulePathIgnorePatterns": [
98
+ "<rootDir>/example/node_modules",
99
+ "<rootDir>/lib/"
100
+ ]
101
+ },
102
+ "commitlint": {
103
+ "extends": [
104
+ "@commitlint/config-conventional"
105
+ ]
106
+ },
107
+ "release-it": {
108
+ "git": {
109
+ "commitMessage": "chore: release ${version}",
110
+ "tagName": "v${version}"
111
+ },
112
+ "npm": {
113
+ "publish": true
114
+ },
115
+ "github": {
116
+ "release": true
117
+ },
118
+ "plugins": {
119
+ "@release-it/conventional-changelog": {
120
+ "preset": "angular"
121
+ }
122
+ }
123
+ },
124
+ "eslintConfig": {
125
+ "root": true,
126
+ "extends": [
127
+ "@react-native",
128
+ "prettier"
129
+ ],
130
+ "rules": {
131
+ "prettier/prettier": [
132
+ "error",
133
+ {
134
+ "quoteProps": "consistent",
135
+ "singleQuote": true,
136
+ "tabWidth": 2,
137
+ "trailingComma": "es5",
138
+ "useTabs": false
139
+ }
140
+ ]
141
+ }
142
+ },
143
+ "eslintIgnore": [
144
+ "node_modules/",
145
+ "lib/"
146
+ ],
147
+ "prettier": {
148
+ "quoteProps": "consistent",
149
+ "singleQuote": true,
150
+ "tabWidth": 2,
151
+ "trailingComma": "es5",
152
+ "useTabs": false
153
+ },
154
+ "react-native-builder-bob": {
155
+ "source": "src",
156
+ "output": "lib",
157
+ "targets": [
158
+ "commonjs",
159
+ "module",
160
+ [
161
+ "typescript",
162
+ {
163
+ "project": "tsconfig.build.json"
164
+ }
165
+ ]
166
+ ]
167
+ },
168
+ "dependencies": {
169
+ "react-native-device-info": "^14.0.4"
170
+ }
171
+ }