@tmdb-graphql-api/rest-client 0.0.14 → 0.0.15
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 +9 -9
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
-----------------------------
|
|
2
2
|
Rollup File Analysis
|
|
3
3
|
-----------------------------
|
|
4
|
-
bundle size: 4.
|
|
4
|
+
bundle size: 4.18 KB
|
|
5
5
|
original size: 5.793 KB
|
|
6
|
-
code reduction:
|
|
6
|
+
code reduction: 27.84 %
|
|
7
7
|
module count: 4
|
|
8
8
|
|
|
9
9
|
████████████████████████████████░░░░░░░░░░░░░░░░░░
|
|
10
10
|
file: /src/main.ts
|
|
11
|
-
bundle space: 64.
|
|
12
|
-
rendered size: 2.
|
|
11
|
+
bundle space: 64.19 %
|
|
12
|
+
rendered size: 2.683 KB
|
|
13
13
|
original size: 3.775 KB
|
|
14
|
-
code reduction:
|
|
14
|
+
code reduction: 28.93 %
|
|
15
15
|
dependents: 1
|
|
16
16
|
- /src/index.ts
|
|
17
17
|
|
|
18
18
|
██████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
19
19
|
file: /src/constants.ts
|
|
20
|
-
bundle space: 29.
|
|
20
|
+
bundle space: 29.74 %
|
|
21
21
|
rendered size: 1.243 KB
|
|
22
22
|
original size: 1.479 KB
|
|
23
23
|
code reduction: 15.96 %
|
|
@@ -28,10 +28,10 @@ dependents: 3
|
|
|
28
28
|
|
|
29
29
|
███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
30
30
|
file: /src/helpers/pathTemplateCallback.ts
|
|
31
|
-
bundle space: 6.
|
|
32
|
-
rendered size:
|
|
31
|
+
bundle space: 6.08 %
|
|
32
|
+
rendered size: 254 Bytes
|
|
33
33
|
original size: 433 Bytes
|
|
34
|
-
code reduction:
|
|
34
|
+
code reduction: 41.34 %
|
|
35
35
|
dependents: 1
|
|
36
36
|
- /src/main.ts
|
|
37
37
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tmdb-graphql-api/rest-client",
|
|
3
3
|
"description": "The TMDB GraphQL rest client module.",
|
|
4
|
-
"version": "0.0.
|
|
5
|
-
"author": "
|
|
4
|
+
"version": "0.0.15",
|
|
5
|
+
"author": "miami-man",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/badbatch/themoviedb-graphql-api",
|
|
8
8
|
"repository": {
|