@graphql-box/worker-client 5.2.7 → 5.3.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.
@@ -1,50 +1,50 @@
1
1
  -----------------------------
2
2
  Rollup File Analysis
3
3
  -----------------------------
4
- bundle size: 11.477 KB
4
+ bundle size: 11.769 KB
5
5
  original size: 15.177 KB
6
- code reduction: 24.38 %
6
+ code reduction: 22.46 %
7
7
  module count: 8
8
8
 
9
- ██████████████████████████░░░░░░░░░░░░░░░░░░░░░░░░
9
+ ███████████████████████████░░░░░░░░░░░░░░░░░░░░░░░
10
10
  file: /src/main.ts
11
- bundle space: 53.89 %
12
- rendered size: 6.185 KB
11
+ bundle space: 54.01 %
12
+ rendered size: 6.357 KB
13
13
  original size: 7.224 KB
14
- code reduction: 14.38 %
14
+ code reduction: 12 %
15
15
  dependents: 1
16
16
  - /src/index.ts
17
17
 
18
18
  ██████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
19
19
  file: /src/registerWorker.ts
20
- bundle space: 20 %
21
- rendered size: 2.295 KB
20
+ bundle space: 20.32 %
21
+ rendered size: 2.392 KB
22
22
  original size: 3.522 KB
23
- code reduction: 34.84 %
23
+ code reduction: 32.08 %
24
24
  dependents: 1
25
25
  - /src/index.ts
26
26
 
27
27
  ██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
28
28
  file: /src/debug/logRequest.ts
29
- bundle space: 13.64 %
30
- rendered size: 1.566 KB
29
+ bundle space: 13.46 %
30
+ rendered size: 1.584 KB
31
31
  original size: 2.005 KB
32
- code reduction: 21.9 %
32
+ code reduction: 21 %
33
33
  dependents: 1
34
34
  - /src/main.ts
35
35
 
36
36
  ████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
37
37
  file: /src/debug/logSubscription.ts
38
- bundle space: 9.09 %
39
- rendered size: 1.043 KB
38
+ bundle space: 8.9 %
39
+ rendered size: 1.048 KB
40
40
  original size: 1.515 KB
41
- code reduction: 31.16 %
41
+ code reduction: 30.83 %
42
42
  dependents: 1
43
43
  - /src/main.ts
44
44
 
45
45
  ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
46
46
  file: /src/helpers/operationNameRegex.ts
47
- bundle space: 1.39 %
47
+ bundle space: 1.35 %
48
48
  rendered size: 159 Bytes
49
49
  original size: 177 Bytes
50
50
  code reduction: 10.17 %
@@ -54,7 +54,7 @@ dependents: 2
54
54
 
55
55
  ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
56
56
  file: /src/constants.ts
57
- bundle space: 1.28 %
57
+ bundle space: 1.25 %
58
58
  rendered size: 147 Bytes
59
59
  original size: 228 Bytes
60
60
  code reduction: 35.53 %
@@ -66,7 +66,7 @@ dependents: 4
66
66
 
67
67
  ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
68
68
  file: /src/helpers/isGraphqlBoxMessageRequestPayload.ts
69
- bundle space: 0.71 %
69
+ bundle space: 0.7 %
70
70
  rendered size: 82 Bytes
71
71
  original size: 382 Bytes
72
72
  code reduction: 78.53 %
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@graphql-box/worker-client",
3
3
  "description": "The GraphQL Box web worker client module.",
4
- "version": "5.2.7",
4
+ "version": "5.3.0",
5
5
  "author": "Dylan Aubrey",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/badbatch/graphql-box",
@@ -33,8 +33,8 @@
33
33
  "eventemitter3": "^5.0.1",
34
34
  "iterall": "^1.3.0",
35
35
  "uuid": "^9.0.1",
36
- "@graphql-box/core": "5.2.3",
37
- "@graphql-box/helpers": "5.2.5"
36
+ "@graphql-box/core": "5.3.0",
37
+ "@graphql-box/helpers": "5.3.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@babel/runtime": "<8",
@@ -43,7 +43,7 @@
43
43
  "core-js": "<4",
44
44
  "graphql": "<17",
45
45
  "lodash-es": "<5",
46
- "@graphql-box/client": "5.2.7"
46
+ "@graphql-box/client": "5.3.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@babel/runtime": "^7.20.13",
@@ -55,7 +55,7 @@
55
55
  "del-cli": "^5.1.0",
56
56
  "graphql": "^16.8.1",
57
57
  "lodash-es": "^4.17.21",
58
- "@graphql-box/client": "5.2.7"
58
+ "@graphql-box/client": "5.3.0"
59
59
  },
60
60
  "keywords": [
61
61
  "client",