string-character-is-astral-surrogate 2.0.6 → 2.0.7

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.
@@ -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.6
4
+ * @version 2.0.7
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.6
4
+ * @version 2.0.7
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.6",
3
+ "version": "2.0.7",
4
4
  "description": "Tells, is given character a part of astral character, specifically, a high and low surrogate",
5
5
  "keywords": [
6
6
  "astral",
@@ -100,21 +100,21 @@
100
100
  "@rollup/plugin-node-resolve": "^13.0.6",
101
101
  "@rollup/plugin-strip": "^2.1.0",
102
102
  "@rollup/plugin-typescript": "^8.3.0",
103
- "@types/node": "^16.11.9",
103
+ "@types/node": "^16.11.10",
104
104
  "@types/tap": "^15.0.5",
105
- "@typescript-eslint/eslint-plugin": "^5.4.0",
106
- "@typescript-eslint/parser": "^5.4.0",
107
- "core-js": "^3.19.1",
105
+ "@typescript-eslint/eslint-plugin": "^5.5.0",
106
+ "@typescript-eslint/parser": "^5.5.0",
107
+ "core-js": "^3.19.2",
108
108
  "cross-env": "^7.0.3",
109
109
  "eslint": "^8.3.0",
110
- "lect": "^0.18.6",
111
- "rollup": "^2.60.0",
110
+ "lect": "^0.18.7",
111
+ "rollup": "^2.60.1",
112
112
  "rollup-plugin-ascii": "^0.0.3",
113
113
  "rollup-plugin-banner": "^0.2.1",
114
114
  "rollup-plugin-cleanup": "^3.2.1",
115
115
  "rollup-plugin-dts": "^4.0.1",
116
116
  "rollup-plugin-terser": "^7.0.2",
117
- "tap": "^15.1.2",
117
+ "tap": "^15.1.5",
118
118
  "tslib": "^2.3.1",
119
119
  "typescript": "^4.5.2"
120
120
  },