getta 1.0.15 → 1.0.16
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 +7 -7
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
-----------------------------
|
|
2
2
|
Rollup File Analysis
|
|
3
3
|
-----------------------------
|
|
4
|
-
bundle size: 22.
|
|
4
|
+
bundle size: 22.073 KB
|
|
5
5
|
original size: 23.811 KB
|
|
6
|
-
code reduction: 7.
|
|
6
|
+
code reduction: 7.3 %
|
|
7
7
|
module count: 8
|
|
8
8
|
|
|
9
9
|
████████████████████████████████████████░░░░░░░░░░
|
|
10
10
|
file: /src/main.ts
|
|
11
|
-
bundle space:
|
|
12
|
-
rendered size: 17.
|
|
11
|
+
bundle space: 81 %
|
|
12
|
+
rendered size: 17.88 KB
|
|
13
13
|
original size: 18.862 KB
|
|
14
|
-
code reduction: 5.
|
|
14
|
+
code reduction: 5.21 %
|
|
15
15
|
dependents: 1
|
|
16
16
|
- /src/index.ts
|
|
17
17
|
|
|
18
18
|
████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
19
19
|
file: /src/constants.ts
|
|
20
|
-
bundle space: 9.
|
|
20
|
+
bundle space: 9.87 %
|
|
21
21
|
rendered size: 2.179 KB
|
|
22
22
|
original size: 2.52 KB
|
|
23
23
|
code reduction: 13.53 %
|
|
@@ -28,7 +28,7 @@ dependents: 3
|
|
|
28
28
|
|
|
29
29
|
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
30
30
|
file: /src/helpers/buildEndpoint/index.ts
|
|
31
|
-
bundle space: 3.
|
|
31
|
+
bundle space: 3.74 %
|
|
32
32
|
rendered size: 826 Bytes
|
|
33
33
|
original size: 972 Bytes
|
|
34
34
|
code reduction: 15.02 %
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "getta",
|
|
3
3
|
"description": "An isomorphic rest client based on the Fetch API.",
|
|
4
|
-
"version": "1.0.
|
|
5
|
-
"author": "
|
|
4
|
+
"version": "1.0.16",
|
|
5
|
+
"author": "miami-man",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/badbatch/getta",
|
|
8
8
|
"repository": "badbatch/getta",
|