hx-ext-amz-content-sha256 1.0.1 → 1.0.2

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,7 +36,7 @@ This issue can occur when using Lambda Function URLs behind CloudFront, as expla
36
36
  _Example_:
37
37
 
38
38
  ```html
39
- <script src="unpkg.com/hx-ext-amz-content-sha256@latest/min.js"></script>
39
+ <script defer src="https://unpkg.com/hx-ext-amz-content-sha256/min.js"></script>
40
40
  ```
41
41
 
42
42
  ```html
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hx-ext-amz-content-sha256",
3
3
  "main": "main.js",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "scripts": {
6
6
  "lint": "eslint test/ext test",
7
7
  "lint-fix": "eslint test/ext test --fix",