sliftutils 0.23.0 → 0.25.0
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/index.d.ts +0 -1
- package/misc/environment.d.ts +0 -1
- package/misc/environment.ts +1 -1
- package/package.json +4 -4
- package/yarn.lock +8 -8
package/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
// Generated by: yarn generate-index-dts
|
|
3
3
|
|
|
4
4
|
declare module "sliftutils/misc/environment" {
|
|
5
|
-
/// <reference types="chrome" />
|
|
6
5
|
export declare function isInChromeExtension(): string | false;
|
|
7
6
|
export declare function isInChromeExtensionBackground(): boolean;
|
|
8
7
|
export declare function isInChromeExtensionContentScript(): boolean | "";
|
package/misc/environment.d.ts
CHANGED
package/misc/environment.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sliftutils",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
],
|
|
10
10
|
"scripts": {
|
|
11
11
|
"type": "yarn tsc --noEmit",
|
|
12
|
-
"update-types": "yarn emit-dts && yarn generate-index-dts",
|
|
13
12
|
"emit-dts": "yarn tsc --project tsconfig.declarations.json || true",
|
|
14
13
|
"generate-index-dts": "typenode ./builders/generateIndexDts.ts",
|
|
14
|
+
"update-types": "yarn emit-dts && yarn generate-index-dts",
|
|
15
15
|
"prepublishOnly": "yarn update-types",
|
|
16
16
|
"run-nodejs": "node ./build-nodejs/server.js",
|
|
17
17
|
"run-nodejs-dev": "typenode ./nodejs/server.ts",
|
|
@@ -42,19 +42,19 @@
|
|
|
42
42
|
"sliftsetup": "./builders/setupRun.js"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
+
"@types/chrome": "^0.0.237",
|
|
45
46
|
"@types/shell-quote": "^1.7.5",
|
|
46
47
|
"js-sha256": "^0.11.1",
|
|
47
48
|
"mobx": "^6.13.3",
|
|
48
49
|
"preact": "10.24.3",
|
|
49
50
|
"shell-quote": "^1.8.3",
|
|
50
|
-
"socket-function": "^0.
|
|
51
|
+
"socket-function": "^0.159.0",
|
|
51
52
|
"typenode": "^6.0.0",
|
|
52
53
|
"typesafecss": "*",
|
|
53
54
|
"ws": "^8.18.3",
|
|
54
55
|
"yargs": "15.4.1"
|
|
55
56
|
},
|
|
56
57
|
"devDependencies": {
|
|
57
|
-
"@types/chrome": "^0.0.237",
|
|
58
58
|
"@types/yargs": "15.0.19",
|
|
59
59
|
"debugbreak": "^0.9.9",
|
|
60
60
|
"electron": "^33.2.1",
|
package/yarn.lock
CHANGED
|
@@ -1494,10 +1494,10 @@ slash@^3.0.0:
|
|
|
1494
1494
|
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
|
|
1495
1495
|
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
|
|
1496
1496
|
|
|
1497
|
-
socket-function@^0.
|
|
1498
|
-
version "0.
|
|
1499
|
-
resolved "https://registry.yarnpkg.com/socket-function/-/socket-function-0.
|
|
1500
|
-
integrity sha512-
|
|
1497
|
+
socket-function@^0.159.0:
|
|
1498
|
+
version "0.159.0"
|
|
1499
|
+
resolved "https://registry.yarnpkg.com/socket-function/-/socket-function-0.159.0.tgz#a847e26840461cbb9355cb84ec801975c5e0bd07"
|
|
1500
|
+
integrity sha512-CmNF6PRjHqEzb82Fyu4PEuAqoaTR0HZJzZr2lzhzlq215vXrIh/X0m68EI0G+OlSVGrUt0Ntf2AO68svpih7fw==
|
|
1501
1501
|
dependencies:
|
|
1502
1502
|
"@types/pako" "^2.0.3"
|
|
1503
1503
|
"@types/ws" "^8.5.3"
|
|
@@ -1635,10 +1635,10 @@ typenode@^6.0.0:
|
|
|
1635
1635
|
source-map-support "https://github.com/7rulnik/node-source-map-support"
|
|
1636
1636
|
typescript "5.3.3"
|
|
1637
1637
|
|
|
1638
|
-
typesafecss
|
|
1639
|
-
version "0.
|
|
1640
|
-
resolved "https://registry.yarnpkg.com/typesafecss/-/typesafecss-0.
|
|
1641
|
-
integrity sha512-
|
|
1638
|
+
typesafecss@*:
|
|
1639
|
+
version "0.27.0"
|
|
1640
|
+
resolved "https://registry.yarnpkg.com/typesafecss/-/typesafecss-0.27.0.tgz#b88df162f13abd7a0da8758f92ec4996170fe39a"
|
|
1641
|
+
integrity sha512-YkcOw9eUv6VhBZ9d9MfVkHlCB1P6zqIw3DTp1PqEmfLZcFr72ZkSmQrnrRP/9wxbOJNhUK8/OvnpuYB2fcD5UQ==
|
|
1642
1642
|
|
|
1643
1643
|
typescript@5.3.3:
|
|
1644
1644
|
version "5.3.3"
|