momentic-mobile 0.0.10 → 0.0.11

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": "momentic-mobile",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "momentic-mobile",
9
- "version": "0.0.10",
9
+ "version": "0.0.11",
10
10
  "dependencies": {
11
11
  "@actions/exec": "^1.1.1",
12
12
  "@actions/io": "^1.1.3",
@@ -2794,9 +2794,9 @@
2794
2794
  }
2795
2795
  },
2796
2796
  "node_modules/@puppeteer/browsers": {
2797
- "version": "2.10.8",
2798
- "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.8.tgz",
2799
- "integrity": "sha512-f02QYEnBDE0p8cteNoPYHHjbDuwyfbe4cCIVlNi8/MRicIxFW4w4CfgU0LNgWEID6s06P+hRJ1qjpBLMhPRCiQ==",
2797
+ "version": "2.10.9",
2798
+ "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.9.tgz",
2799
+ "integrity": "sha512-kUGHwABarVhvMP+zhW5zvDA7LmGcd4TwrTEBwcTQic5EebUqaK5NjC0UXLJepIFVGsr2N/Z8NJQz2JYGo1ZwxA==",
2800
2800
  "license": "Apache-2.0",
2801
2801
  "dependencies": {
2802
2802
  "debug": "^4.4.1",
@@ -8668,10 +8668,18 @@
8668
8668
  }
8669
8669
  },
8670
8670
  "node_modules/b4a": {
8671
- "version": "1.6.7",
8672
- "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz",
8673
- "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==",
8674
- "license": "Apache-2.0"
8671
+ "version": "1.7.0",
8672
+ "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.0.tgz",
8673
+ "integrity": "sha512-KtsH1alSKomfNi/yDAFaD8PPFfi0LxJCEbPuzogcXrMF+yH40Z1ykTDo2vyxuQfN1FLjv0LFM7CadLHEPrVifw==",
8674
+ "license": "Apache-2.0",
8675
+ "peerDependencies": {
8676
+ "react-native-b4a": "^0.0.0"
8677
+ },
8678
+ "peerDependenciesMeta": {
8679
+ "react-native-b4a": {
8680
+ "optional": true
8681
+ }
8682
+ }
8675
8683
  },
8676
8684
  "node_modules/balanced-match": {
8677
8685
  "version": "1.0.2",
@@ -8687,30 +8695,27 @@
8687
8695
  "optional": true
8688
8696
  },
8689
8697
  "node_modules/bare-fs": {
8690
- "version": "4.3.2",
8691
- "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.3.2.tgz",
8692
- "integrity": "sha512-FAJ00JF69O6/oKAP+oiJYgdem1biZoGAR0NbRkBRQZ26shA87DmdHWbpeY3EVKPrAzHByLoLo+hAzTT6NTJWCg==",
8698
+ "version": "4.3.3",
8699
+ "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.3.3.tgz",
8700
+ "integrity": "sha512-W+ZpiQx1i0dm073So22v3jColDtvyqSTyUYEnooYwKcl+SHuqnQGKyuHdwigQffWJV5ghKtskVH7ydAkBVKQZQ==",
8693
8701
  "license": "Apache-2.0",
8694
8702
  "optional": true,
8695
8703
  "dependencies": {
8696
8704
  "bare-events": "^2.5.4",
8697
8705
  "bare-path": "^3.0.0",
8698
8706
  "bare-stream": "^2.6.4",
8699
- "bare-url": "^2.2.2"
8707
+ "bare-url": "^2.2.2",
8708
+ "fast-fifo": "^1.3.2"
8700
8709
  },
8701
8710
  "engines": {
8702
8711
  "bare": ">=1.16.0"
8703
8712
  },
8704
8713
  "peerDependencies": {
8705
- "bare-buffer": "*",
8706
- "bare-url": "*"
8714
+ "bare-buffer": "*"
8707
8715
  },
8708
8716
  "peerDependenciesMeta": {
8709
8717
  "bare-buffer": {
8710
8718
  "optional": true
8711
- },
8712
- "bare-url": {
8713
- "optional": true
8714
8719
  }
8715
8720
  }
8716
8721
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "momentic-mobile",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "bin": {
5
5
  "momentic-mobile": "./bin/cli.js"
6
6
  },