@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2018 dylanaubrey
3
+ Copyright (c) 2018 miami-man
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,33 +1,33 @@
1
1
  -----------------------------
2
2
  Rollup File Analysis
3
3
  -----------------------------
4
- bundle size: 20.21 KB
4
+ bundle size: 19.868 KB
5
5
  original size: 20.724 KB
6
- code reduction: 2.48 %
6
+ code reduction: 4.13 %
7
7
  module count: 8
8
8
 
9
9
  █████████████████████████████████░░░░░░░░░░░░░░░░░
10
10
  file: /src/main.ts
11
- bundle space: 67.17 %
12
- rendered size: 13.575 KB
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: 14.14 %
21
- rendered size: 2.857 KB
20
+ bundle space: 13.89 %
21
+ rendered size: 2.76 KB
22
22
  original size: 3.638 KB
23
- code reduction: 21.47 %
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.26 %
30
- rendered size: 2.073 KB
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.5 %
39
- rendered size: 1.313 KB
38
+ bundle space: 6.58 %
39
+ rendered size: 1.308 KB
40
40
  original size: 1.542 KB
41
- code reduction: 14.85 %
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.81 %
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.73 %
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.17",
5
- "author": "Dylan Aubrey",
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.11",
45
- "@graphql-box/helpers": "5.4.11"
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.12",
50
- "@graphql-box/client": "5.4.11",
51
- "@graphql-box/request-parser": "5.4.11"
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.12",
58
- "@graphql-box/client": "5.4.11",
59
- "@graphql-box/request-parser": "5.4.11"
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",