swagger-client 3.17.0 → 3.18.0

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.
Files changed (42) hide show
  1. package/LICENSE +2 -1
  2. package/NOTICE +2 -0
  3. package/dist/swagger-client.browser.js +2794 -1215
  4. package/dist/swagger-client.browser.min.js +1 -1
  5. package/dist/swagger-client.browser.min.js.map +1 -1
  6. package/es/commonjs.js +1 -1
  7. package/es/execute/index.js +14 -9
  8. package/es/execute/oas3/build-request.js +1 -1
  9. package/es/execute/oas3/parameter-builders.js +2 -2
  10. package/es/execute/oas3/style-serializer.js +2 -1
  11. package/es/helpers.js +9 -5
  12. package/es/http/index.js +2 -2
  13. package/es/index.js +6 -6
  14. package/es/interfaces.js +1 -1
  15. package/es/resolver.js +4 -4
  16. package/es/specmap/index.js +6 -6
  17. package/es/specmap/lib/all-of.js +3 -3
  18. package/es/specmap/lib/parameters.js +1 -1
  19. package/es/specmap/lib/properties.js +1 -1
  20. package/es/specmap/lib/refs.js +5 -5
  21. package/es/subtree-resolver/index.js +2 -2
  22. package/lib/commonjs.js +1 -1
  23. package/lib/execute/index.js +20 -15
  24. package/lib/execute/oas3/build-request.js +5 -5
  25. package/lib/execute/oas3/parameter-builders.js +2 -2
  26. package/lib/execute/oas3/style-serializer.js +2 -1
  27. package/lib/execute/swagger2/build-request.js +2 -2
  28. package/lib/helpers.js +2 -6
  29. package/lib/http/fold-formdata-to-request.node.js +2 -2
  30. package/lib/http/index.js +3 -3
  31. package/lib/index.js +17 -17
  32. package/lib/interfaces.js +3 -3
  33. package/lib/resolver.js +13 -13
  34. package/lib/specmap/index.js +26 -26
  35. package/lib/specmap/lib/all-of.js +4 -8
  36. package/lib/specmap/lib/context-tree.js +2 -2
  37. package/lib/specmap/lib/index.js +2 -2
  38. package/lib/specmap/lib/parameters.js +6 -6
  39. package/lib/specmap/lib/properties.js +4 -4
  40. package/lib/specmap/lib/refs.js +13 -13
  41. package/lib/subtree-resolver/index.js +4 -4
  42. package/package.json +23 -24
package/LICENSE CHANGED
@@ -1,3 +1,4 @@
1
+
1
2
  Apache License
2
3
  Version 2.0, January 2004
3
4
  http://www.apache.org/licenses/
@@ -186,7 +187,7 @@
186
187
  same "printed page" as the copyright notice for easier
187
188
  identification within third-party archives.
188
189
 
189
- Copyright 2020 SmartBear Software Inc.
190
+ Copyright [yyyy] [name of copyright owner]
190
191
 
191
192
  Licensed under the Apache License, Version 2.0 (the "License");
192
193
  you may not use this file except in compliance with the License.
package/NOTICE ADDED
@@ -0,0 +1,2 @@
1
+ swagger-js/swagger-client
2
+ Copyright 2020-2021 SmartBear Software Inc.