@graphql-box/worker-client 5.4.17 → 5.4.18
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/LICENSE +1 -1
- package/dist/production.analysis.txt +15 -15
- package/package.json +10 -10
package/LICENSE
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
-----------------------------
|
|
2
2
|
Rollup File Analysis
|
|
3
3
|
-----------------------------
|
|
4
|
-
bundle size:
|
|
4
|
+
bundle size: 19.868 KB
|
|
5
5
|
original size: 20.724 KB
|
|
6
|
-
code reduction:
|
|
6
|
+
code reduction: 4.13 %
|
|
7
7
|
module count: 8
|
|
8
8
|
|
|
9
9
|
█████████████████████████████████░░░░░░░░░░░░░░░░░
|
|
10
10
|
file: /src/main.ts
|
|
11
|
-
bundle space: 67.
|
|
12
|
-
rendered size: 13.
|
|
11
|
+
bundle space: 67.21 %
|
|
12
|
+
rendered size: 13.353 KB
|
|
13
13
|
original size: 12.628 KB
|
|
14
14
|
code reduction: 0 %
|
|
15
15
|
dependents: 1
|
|
16
16
|
- /src/index.ts
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
19
19
|
file: /src/registerWorker.ts
|
|
20
|
-
bundle space:
|
|
21
|
-
rendered size: 2.
|
|
20
|
+
bundle space: 13.89 %
|
|
21
|
+
rendered size: 2.76 KB
|
|
22
22
|
original size: 3.638 KB
|
|
23
|
-
code reduction:
|
|
23
|
+
code reduction: 24.13 %
|
|
24
24
|
dependents: 1
|
|
25
25
|
- /src/index.ts
|
|
26
26
|
|
|
27
27
|
█████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
28
28
|
file: /src/debug/logRequest.ts
|
|
29
|
-
bundle space: 10.
|
|
30
|
-
rendered size: 2.
|
|
29
|
+
bundle space: 10.34 %
|
|
30
|
+
rendered size: 2.055 KB
|
|
31
31
|
original size: 2.049 KB
|
|
32
32
|
code reduction: 0 %
|
|
33
33
|
dependents: 1
|
|
@@ -35,16 +35,16 @@ dependents: 1
|
|
|
35
35
|
|
|
36
36
|
███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
37
37
|
file: /src/debug/logSubscription.ts
|
|
38
|
-
bundle space: 6.
|
|
39
|
-
rendered size: 1.
|
|
38
|
+
bundle space: 6.58 %
|
|
39
|
+
rendered size: 1.308 KB
|
|
40
40
|
original size: 1.542 KB
|
|
41
|
-
code reduction:
|
|
41
|
+
code reduction: 15.18 %
|
|
42
42
|
dependents: 1
|
|
43
43
|
- /src/main.ts
|
|
44
44
|
|
|
45
45
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
46
46
|
file: /src/helpers/operationNameRegex.ts
|
|
47
|
-
bundle space: 0.
|
|
47
|
+
bundle space: 0.82 %
|
|
48
48
|
rendered size: 163 Bytes
|
|
49
49
|
original size: 177 Bytes
|
|
50
50
|
code reduction: 7.91 %
|
|
@@ -54,7 +54,7 @@ dependents: 2
|
|
|
54
54
|
|
|
55
55
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
56
56
|
file: /src/constants.ts
|
|
57
|
-
bundle space: 0.
|
|
57
|
+
bundle space: 0.74 %
|
|
58
58
|
rendered size: 147 Bytes
|
|
59
59
|
original size: 183 Bytes
|
|
60
60
|
code reduction: 19.67 %
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-box/worker-client",
|
|
3
3
|
"description": "The GraphQL Box web worker client module.",
|
|
4
|
-
"version": "5.4.
|
|
5
|
-
"author": "
|
|
4
|
+
"version": "5.4.18",
|
|
5
|
+
"author": "miami-man",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/badbatch/graphql-box",
|
|
8
8
|
"repository": {
|
|
@@ -41,22 +41,22 @@
|
|
|
41
41
|
"iterall": "^1.3.0",
|
|
42
42
|
"lodash-es": "^4.17.21",
|
|
43
43
|
"uuid": "^11.0.3",
|
|
44
|
-
"@graphql-box/core": "5.4.
|
|
45
|
-
"@graphql-box/helpers": "5.4.
|
|
44
|
+
"@graphql-box/core": "5.4.12",
|
|
45
|
+
"@graphql-box/helpers": "5.4.12"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"graphql": "<17",
|
|
49
|
-
"@graphql-box/cache-manager": "5.4.
|
|
50
|
-
"@graphql-box/client": "5.4.
|
|
51
|
-
"@graphql-box/request-parser": "5.4.
|
|
49
|
+
"@graphql-box/cache-manager": "5.4.13",
|
|
50
|
+
"@graphql-box/client": "5.4.12",
|
|
51
|
+
"@graphql-box/request-parser": "5.4.12"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"cts-types": "^0.0.8",
|
|
55
55
|
"del-cli": "^6.0.0",
|
|
56
56
|
"graphql": "^16.9.0",
|
|
57
|
-
"@graphql-box/cache-manager": "5.4.
|
|
58
|
-
"@graphql-box/client": "5.4.
|
|
59
|
-
"@graphql-box/request-parser": "5.4.
|
|
57
|
+
"@graphql-box/cache-manager": "5.4.13",
|
|
58
|
+
"@graphql-box/client": "5.4.12",
|
|
59
|
+
"@graphql-box/request-parser": "5.4.12"
|
|
60
60
|
},
|
|
61
61
|
"keywords": [
|
|
62
62
|
"client",
|