@getquip/expo-nordic-dfu 3.0.1 → 3.0.2

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "expo-nordic-dfu-example",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "expo-nordic-dfu-example",
9
- "version": "3.0.1",
9
+ "version": "3.0.2",
10
10
  "dependencies": {
11
11
  "expo": "~54.0.32",
12
12
  "expo-document-picker": "~14.0.8",
@@ -1894,9 +1894,9 @@
1894
1894
  }
1895
1895
  },
1896
1896
  "node_modules/@isaacs/brace-expansion": {
1897
- "version": "5.0.0",
1898
- "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz",
1899
- "integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
1897
+ "version": "5.0.1",
1898
+ "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.1.tgz",
1899
+ "integrity": "sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==",
1900
1900
  "license": "MIT",
1901
1901
  "dependencies": {
1902
1902
  "@isaacs/balanced-match": "^4.0.1"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-nordic-dfu-example",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "main": "index.ts",
5
5
  "scripts": {
6
6
  "start": "expo start",
package/package.json CHANGED
@@ -74,5 +74,5 @@
74
74
  },
75
75
  "types": "build/index.d.ts",
76
76
  "url": "https://github.com/getquip/expo-nordic-dfu",
77
- "version": "3.0.1"
77
+ "version": "3.0.2"
78
78
  }