@playdrop/playdrop-cli 0.4.1 → 0.4.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,5 +1,5 @@
1
1
  {
2
- "version": "0.4.1",
2
+ "version": "0.4.2",
3
3
  "build": 3,
4
4
  "platforms": {
5
5
  "ios": {
@@ -26,11 +26,11 @@
26
26
  },
27
27
  "clients": {
28
28
  "web": {
29
- "minimumVersion": "0.4.1",
29
+ "minimumVersion": "0.4.2",
30
30
  "minimumBuild": 3
31
31
  },
32
32
  "admin": {
33
- "minimumVersion": "0.4.1",
33
+ "minimumVersion": "0.4.2",
34
34
  "minimumBuild": 3
35
35
  },
36
36
  "apple": {
@@ -38,7 +38,7 @@
38
38
  "minimumBuild": 1
39
39
  },
40
40
  "cli": {
41
- "minimumVersion": "0.4.1"
41
+ "minimumVersion": "0.4.2"
42
42
  }
43
43
  }
44
44
  }
@@ -147,7 +147,6 @@ async function runCapture(options) {
147
147
  name: ACCESS_TOKEN_COOKIE_NAME,
148
148
  value: bootstrapToken,
149
149
  url: targetOrigin,
150
- path: '/',
151
150
  },
152
151
  ]);
153
152
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.4.1",
2
+ "version": "0.4.2",
3
3
  "build": 3,
4
4
  "platforms": {
5
5
  "ios": {
@@ -26,11 +26,11 @@
26
26
  },
27
27
  "clients": {
28
28
  "web": {
29
- "minimumVersion": "0.4.1",
29
+ "minimumVersion": "0.4.2",
30
30
  "minimumBuild": 3
31
31
  },
32
32
  "admin": {
33
- "minimumVersion": "0.4.1",
33
+ "minimumVersion": "0.4.2",
34
34
  "minimumBuild": 3
35
35
  },
36
36
  "apple": {
@@ -38,7 +38,7 @@
38
38
  "minimumBuild": 1
39
39
  },
40
40
  "cli": {
41
- "minimumVersion": "0.4.1"
41
+ "minimumVersion": "0.4.2"
42
42
  }
43
43
  }
44
44
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playdrop/playdrop-cli",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Official Playdrop CLI for publishing browser games, creator apps, and AI-generated game assets on playdrop.ai",
5
5
  "homepage": "https://www.playdrop.ai",
6
6
  "repository": {