string-character-is-astral-surrogate 2.0.1 → 2.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.
package/README.md CHANGED
@@ -32,7 +32,7 @@ This package is ESM only: Node 12+ is needed to use it and it must be imported i
32
32
  npm i string-character-is-astral-surrogate
33
33
  ```
34
34
 
35
- If you need a legacy version which works with require, use version 1.13.0
35
+ If you need a legacy version which works with `require`, use version 1.13.0
36
36
 
37
37
  ## Quick Take
38
38
 
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @name string-character-is-astral-surrogate
3
3
  * @fileoverview Tells, is given character a part of astral character, specifically, a high and low surrogate
4
- * @version 2.0.1
4
+ * @version 2.0.2
5
5
  * @author Roy Revelt, Codsen Ltd
6
6
  * @license MIT
7
7
  * {@link https://codsen.com/os/string-character-is-astral-surrogate/}
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @name string-character-is-astral-surrogate
3
3
  * @fileoverview Tells, is given character a part of astral character, specifically, a high and low surrogate
4
- * @version 2.0.1
4
+ * @version 2.0.2
5
5
  * @author Roy Revelt, Codsen Ltd
6
6
  * @license MIT
7
7
  * {@link https://codsen.com/os/string-character-is-astral-surrogate/}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "string-character-is-astral-surrogate",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Tells, is given character a part of astral character, specifically, a high and low surrogate",
5
5
  "keywords": [
6
6
  "astral",
@@ -111,7 +111,7 @@
111
111
  "core-js": "^3.17.3",
112
112
  "cross-env": "^7.0.3",
113
113
  "eslint": "^7.32.0",
114
- "lect": "^0.18.1",
114
+ "lect": "^0.18.2",
115
115
  "rollup": "^2.56.3",
116
116
  "rollup-plugin-ascii": "^0.0.3",
117
117
  "rollup-plugin-banner": "^0.2.1",