react-native-bluetooth-escpos-printer-fork 0.0.15 → 0.0.16

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.
@@ -23,6 +23,7 @@ apply plugin: 'com.android.library'
23
23
  android {
24
24
  compileSdkVersion 33
25
25
  buildToolsVersion = "33.0.0"
26
+ namespace "cn.jystudio.bluetooth"
26
27
 
27
28
  defaultConfig {
28
29
  minSdkVersion 16
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "react-native-bluetooth-escpos-printer-fork",
3
+ "version": "0.0.6",
4
+ "lockfileVersion": 1,
5
+ "requires": true,
6
+ "dependencies": {
7
+ "jetifier": {
8
+ "version": "1.6.6",
9
+ "resolved": "https://registry.npmjs.org/jetifier/-/jetifier-1.6.6.tgz",
10
+ "integrity": "sha512-JNAkmPeB/GS2tCRqUzRPsTOHpGDah7xP18vGJfIjZC+W2sxEHbxgJxetIjIqhjQ3yYbYNEELkM/spKLtwoOSUQ=="
11
+ },
12
+ "jetify": {
13
+ "version": "1.0.2",
14
+ "resolved": "https://registry.npmjs.org/jetify/-/jetify-1.0.2.tgz",
15
+ "integrity": "sha512-LmeaeeM5l37oZRs6O0O0jMafEw7ra1++YJN2tnbCPnfjulnXryMlQKRib/4e64fJ2rzOWomyDsSFjD+7ZSXyKg=="
16
+ }
17
+ }
18
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-bluetooth-escpos-printer-fork",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "React-Native plugin for the bluetooth ESC/POS printers.",
5
5
  "main": "index.js",
6
6
  "scripts": {