@getlimelight/sdk 0.1.4 → 0.1.5
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.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -257,7 +257,7 @@ var SENSITIVE_HEADERS = [
|
|
|
257
257
|
];
|
|
258
258
|
var DEFAULT_PORT = 9090;
|
|
259
259
|
var WS_PATH = "/limelight";
|
|
260
|
-
var SDK_VERSION = true ? "0.1.
|
|
260
|
+
var SDK_VERSION = true ? "0.1.5" : "test-version";
|
|
261
261
|
|
|
262
262
|
// src/helpers/safety/redactSensitiveHeaders.ts
|
|
263
263
|
var redactSensitiveHeaders = (headers) => {
|
package/dist/index.mjs
CHANGED
|
@@ -221,7 +221,7 @@ var SENSITIVE_HEADERS = [
|
|
|
221
221
|
];
|
|
222
222
|
var DEFAULT_PORT = 9090;
|
|
223
223
|
var WS_PATH = "/limelight";
|
|
224
|
-
var SDK_VERSION = true ? "0.1.
|
|
224
|
+
var SDK_VERSION = true ? "0.1.5" : "test-version";
|
|
225
225
|
|
|
226
226
|
// src/helpers/safety/redactSensitiveHeaders.ts
|
|
227
227
|
var redactSensitiveHeaders = (headers) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getlimelight/sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "The react native debugger that actually works",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"author": "Limelight",
|
|
39
39
|
"repository": {
|
|
40
40
|
"type": "git",
|
|
41
|
-
"url": "https://github.com/getlimelight/limelight"
|
|
41
|
+
"url": "https://github.com/getlimelight/limelight-sdk"
|
|
42
42
|
},
|
|
43
43
|
"bugs": {
|
|
44
|
-
"url": "https://github.com/getlimelight/limelight/issues"
|
|
44
|
+
"url": "https://github.com/getlimelight/limelight-sdk/issues"
|
|
45
45
|
},
|
|
46
|
-
"homepage": "https://github.com/getlimelight/limelight",
|
|
46
|
+
"homepage": "https://github.com/getlimelight/limelight-sdk",
|
|
47
47
|
"license": "MIT",
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@testing-library/react": "^16.3.1",
|