@mountainpass/waychaser 5.0.7 → 5.0.8

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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## <small>5.0.8 (2022-06-27)</small>
2
+
3
+ * Merge pull request #485 from mountain-pass/dependabot/npm_and_yarn/nanoid-3.3.4 ([f60c199](https://github.com/mountain-pass/waychaser/commit/f60c199)), closes [#485](https://github.com/mountain-pass/waychaser/issues/485)
4
+
5
+
6
+
1
7
  ## <small>5.0.7 (2022-06-27)</small>
2
8
 
3
9
  * Merge pull request #486 from mountain-pass/dependabot/npm_and_yarn/moment-2.29.3 ([88830fd](https://github.com/mountain-pass/waychaser/commit/88830fd)), closes [#486](https://github.com/mountain-pass/waychaser/issues/486)
package/README.md CHANGED
@@ -71,7 +71,7 @@ try {
71
71
  ```html
72
72
  <script
73
73
  type="text/javascript"
74
- src="https://unpkg.com/@mountainpass/waychaser@5.0.7"
74
+ src="https://unpkg.com/@mountainpass/waychaser@5.0.8"
75
75
  ></script>
76
76
 
77
77
  ...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mountainpass/waychaser",
3
- "version": "5.0.7",
3
+ "version": "5.0.8",
4
4
  "description": "Client library for HATEOAS level 3 RESTful APIs that provide hypermedia controls",
5
5
  "repository": {
6
6
  "type": "git",