momentic-mobile 0.0.11 → 0.0.12

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.11",
3
+ "version": "0.0.12",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "momentic-mobile",
9
- "version": "0.0.11",
9
+ "version": "0.0.12",
10
10
  "dependencies": {
11
11
  "@actions/exec": "^1.1.1",
12
12
  "@actions/io": "^1.1.3",
@@ -56,6 +56,7 @@
56
56
  "picomatch": "^4.0.2",
57
57
  "pino": "^8.16.1",
58
58
  "pino-pretty": "^10.2.3",
59
+ "pino-std-serializers": "^7.0.0",
59
60
  "pixelmatch": "^5.3.0",
60
61
  "playwright": "1.52.0",
61
62
  "playwright-core": "1.52.0",
@@ -65,6 +66,7 @@
65
66
  "puppeteer-extra-plugin-recaptcha": "^3.6.8",
66
67
  "quote": "^0.4.0",
67
68
  "readline-sync": "^1.4.10",
69
+ "safe-stable-stringify": "^2.5.0",
68
70
  "semver": "^7.5.4",
69
71
  "set-cookie-parser": "^2.6.0",
70
72
  "simple-git": "^3.27.0",
@@ -1762,9 +1764,9 @@
1762
1764
  "license": "MIT"
1763
1765
  },
1764
1766
  "node_modules/@limrun/api": {
1765
- "version": "0.8.0",
1766
- "resolved": "https://registry.npmjs.org/@limrun/api/-/api-0.8.0.tgz",
1767
- "integrity": "sha512-GKW2yp3pGqKE251WzP77iz7yVmONzn7lxFPCQOv+r08biN1c57GgCSjzlQzAiZT9R06w/QJlxLBFcjfTfnz9jQ==",
1767
+ "version": "0.8.1",
1768
+ "resolved": "https://registry.npmjs.org/@limrun/api/-/api-0.8.1.tgz",
1769
+ "integrity": "sha512-AH8tDPdl0cwgIP9a+LMYzxrJMobZ1XrV3bMATQrawm9rGSx+6quR5ct6Nl6kz4jnUFC5mjZCwi9cPLr5tbxkhQ==",
1768
1770
  "license": "Apache-2.0",
1769
1771
  "dependencies": {
1770
1772
  "ws": "^8.18.3"
@@ -13428,6 +13430,12 @@
13428
13430
  }
13429
13431
  },
13430
13432
  "node_modules/pino-std-serializers": {
13433
+ "version": "7.0.0",
13434
+ "resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz",
13435
+ "integrity": "sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==",
13436
+ "license": "MIT"
13437
+ },
13438
+ "node_modules/pino/node_modules/pino-std-serializers": {
13431
13439
  "version": "6.2.2",
13432
13440
  "resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz",
13433
13441
  "integrity": "sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "momentic-mobile",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "bin": {
5
5
  "momentic-mobile": "./bin/cli.js"
6
6
  },
@@ -56,6 +56,7 @@
56
56
  "picomatch": "^4.0.2",
57
57
  "pino": "^8.16.1",
58
58
  "pino-pretty": "^10.2.3",
59
+ "pino-std-serializers": "^7.0.0",
59
60
  "pixelmatch": "^5.3.0",
60
61
  "playwright": "1.52.0",
61
62
  "playwright-core": "1.52.0",
@@ -65,6 +66,7 @@
65
66
  "puppeteer-extra-plugin-recaptcha": "^3.6.8",
66
67
  "quote": "^0.4.0",
67
68
  "readline-sync": "^1.4.10",
69
+ "safe-stable-stringify": "^2.5.0",
68
70
  "semver": "^7.5.4",
69
71
  "set-cookie-parser": "^2.6.0",
70
72
  "simple-git": "^3.27.0",