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 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: 22.043 KB
4
+ bundle size: 22.073 KB
5
5
  original size: 23.811 KB
6
- code reduction: 7.43 %
6
+ code reduction: 7.3 %
7
7
  module count: 8
8
8
 
9
9
  ████████████████████████████████████████░░░░░░░░░░
10
10
  file: /src/main.ts
11
- bundle space: 80.98 %
12
- rendered size: 17.85 KB
11
+ bundle space: 81 %
12
+ rendered size: 17.88 KB
13
13
  original size: 18.862 KB
14
- code reduction: 5.37 %
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.89 %
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.75 %
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.15",
5
- "author": "Dylan Aubrey",
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",