@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 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,23 +1,23 @@
1
1
  -----------------------------
2
2
  Rollup File Analysis
3
3
  -----------------------------
4
- bundle size: 4.267 KB
4
+ bundle size: 4.18 KB
5
5
  original size: 5.793 KB
6
- code reduction: 26.34 %
6
+ code reduction: 27.84 %
7
7
  module count: 4
8
8
 
9
9
  ████████████████████████████████░░░░░░░░░░░░░░░░░░
10
10
  file: /src/main.ts
11
- bundle space: 64.78 %
12
- rendered size: 2.764 KB
11
+ bundle space: 64.19 %
12
+ rendered size: 2.683 KB
13
13
  original size: 3.775 KB
14
- code reduction: 26.78 %
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.13 %
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.09 %
32
- rendered size: 260 Bytes
31
+ bundle space: 6.08 %
32
+ rendered size: 254 Bytes
33
33
  original size: 433 Bytes
34
- code reduction: 39.95 %
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.14",
5
- "author": "Dylan Aubrey",
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": {