@react-native/debugger-shell 0.83.8 → 0.83.10

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,6 +1,6 @@
1
1
  #!/usr/bin/env dotslash
2
2
 
3
- // @generated SignedSource<<c5b87c2873b26916c42e2322785d3397>>
3
+ // @generated SignedSource<<f00e7456127d92b8a71ac6e6d47d8c78>>
4
4
 
5
5
 
6
6
  {
@@ -12,7 +12,7 @@
12
12
  "digest": "a6060e1291f9ee7e9feecd511012c041ed2a65c6df6f8ab5aca4d96adbbc9921",
13
13
  "providers": [
14
14
  {
15
- "url": "https://github.com/facebook/react-native/releases/download/v0.83.8/React.Native.DevTools-linux-aarch64.tar.gz"
15
+ "url": "https://github.com/react/react-native/releases/download/v0.83.10/React.Native.DevTools-linux-aarch64.tar.gz"
16
16
  },
17
17
  {
18
18
  "type": "http",
@@ -28,7 +28,7 @@
28
28
  "digest": "354f6550617d0c6b4bb4478ad085d4efe3671ba9a1b78d90d9bfc003a523cb6d",
29
29
  "providers": [
30
30
  {
31
- "url": "https://github.com/facebook/react-native/releases/download/v0.83.8/React.Native.DevTools-linux-x86_64.tar.gz"
31
+ "url": "https://github.com/react/react-native/releases/download/v0.83.10/React.Native.DevTools-linux-x86_64.tar.gz"
32
32
  },
33
33
  {
34
34
  "type": "http",
@@ -44,7 +44,7 @@
44
44
  "digest": "df41cfce9bc977ef4fdc66c3c892c0eedee5b07aa618550308157c51b8e75561",
45
45
  "providers": [
46
46
  {
47
- "url": "https://github.com/facebook/react-native/releases/download/v0.83.8/React.Native.DevTools-macos-aarch64.tar.gz"
47
+ "url": "https://github.com/react/react-native/releases/download/v0.83.10/React.Native.DevTools-macos-aarch64.tar.gz"
48
48
  },
49
49
  {
50
50
  "type": "http",
@@ -60,7 +60,7 @@
60
60
  "digest": "96805c51623a163b1d94b501e2e091f403b4c3575063bd7363f8e1550cda8dc5",
61
61
  "providers": [
62
62
  {
63
- "url": "https://github.com/facebook/react-native/releases/download/v0.83.8/React.Native.DevTools-macos-x86_64.tar.gz"
63
+ "url": "https://github.com/react/react-native/releases/download/v0.83.10/React.Native.DevTools-macos-x86_64.tar.gz"
64
64
  },
65
65
  {
66
66
  "type": "http",
@@ -76,7 +76,7 @@
76
76
  "digest": "7f560e6d68b4b917c53ba0518a778a20e267cce55474ad972d345b2738746a52",
77
77
  "providers": [
78
78
  {
79
- "url": "https://github.com/facebook/react-native/releases/download/v0.83.8/React.Native.DevTools-windows-x86_64.tar.gz"
79
+ "url": "https://github.com/react/react-native/releases/download/v0.83.10/React.Native.DevTools-windows-x86_64.tar.gz"
80
80
  },
81
81
  {
82
82
  "type": "http",
@@ -101,7 +101,7 @@ function configureAppMenu() {
101
101
  label: "Release Notes",
102
102
  click: () =>
103
103
  shell.openExternal(
104
- "https://github.com/facebook/react-native/releases",
104
+ "https://github.com/react/react-native/releases",
105
105
  ),
106
106
  },
107
107
  ],
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@react-native/debugger-shell",
3
3
  "productName": "React Native DevTools",
4
- "version": "0.83.8",
4
+ "version": "0.83.10",
5
5
  "description": "Experimental debugger shell for React Native for use with @react-native/debugger-frontend",
6
6
  "keywords": [
7
7
  "react-native",
8
8
  "tools"
9
9
  ],
10
- "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/debugger-shell#readme",
11
- "bugs": "https://github.com/facebook/react-native/issues",
10
+ "homepage": "https://github.com/react/react-native/tree/HEAD/packages/debugger-shell#readme",
11
+ "bugs": "https://github.com/react/react-native/issues",
12
12
  "main": "./dist/index.js",
13
13
  "exports": {
14
14
  ".": {
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "git+https://github.com/facebook/react-native.git",
25
+ "url": "git+https://github.com/react/react-native.git",
26
26
  "directory": "packages/debugger-shell"
27
27
  },
28
28
  "license": "MIT",