charcode-is-valid-xml-name-character 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 charcode-is-valid-xml-name-character
|
|
3
3
|
* @fileoverview Does a given character belong to XML spec's "Production 4 OR 4a" type (is acceptable for XML element's name)
|
|
4
|
-
* @version 2.0.
|
|
4
|
+
* @version 2.0.7
|
|
5
5
|
* @author Roy Revelt, Codsen Ltd
|
|
6
6
|
* @license MIT
|
|
7
7
|
* {@link https://codsen.com/os/charcode-is-valid-xml-name-character/}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @name charcode-is-valid-xml-name-character
|
|
3
3
|
* @fileoverview Does a given character belong to XML spec's "Production 4 OR 4a" type (is acceptable for XML element's name)
|
|
4
|
-
* @version 2.0.
|
|
4
|
+
* @version 2.0.7
|
|
5
5
|
* @author Roy Revelt, Codsen Ltd
|
|
6
6
|
* @license MIT
|
|
7
7
|
* {@link https://codsen.com/os/charcode-is-valid-xml-name-character/}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
/**
|
|
12
12
|
* @name ranges-is-index-within
|
|
13
13
|
* @fileoverview Checks if index is within any of the given string index ranges
|
|
14
|
-
* @version 3.0.
|
|
14
|
+
* @version 3.0.7
|
|
15
15
|
* @author Roy Revelt, Codsen Ltd
|
|
16
16
|
* @license MIT
|
|
17
17
|
* {@link https://codsen.com/os/ranges-is-index-within/}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "charcode-is-valid-xml-name-character",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7",
|
|
4
4
|
"description": "Does a given character belong to XML spec's \"Production 4 OR 4a\" type (is acceptable for XML element's name)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"4",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
83
|
"@babel/runtime": "^7.16.3",
|
|
84
|
-
"ranges-is-index-within": "^3.0.
|
|
84
|
+
"ranges-is-index-within": "^3.0.7"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@babel/cli": "^7.16.0",
|
|
@@ -102,21 +102,21 @@
|
|
|
102
102
|
"@rollup/plugin-node-resolve": "^13.0.6",
|
|
103
103
|
"@rollup/plugin-strip": "^2.1.0",
|
|
104
104
|
"@rollup/plugin-typescript": "^8.3.0",
|
|
105
|
-
"@types/node": "^16.11.
|
|
105
|
+
"@types/node": "^16.11.10",
|
|
106
106
|
"@types/tap": "^15.0.5",
|
|
107
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
108
|
-
"@typescript-eslint/parser": "^5.
|
|
109
|
-
"core-js": "^3.19.
|
|
107
|
+
"@typescript-eslint/eslint-plugin": "^5.5.0",
|
|
108
|
+
"@typescript-eslint/parser": "^5.5.0",
|
|
109
|
+
"core-js": "^3.19.2",
|
|
110
110
|
"cross-env": "^7.0.3",
|
|
111
111
|
"eslint": "^8.3.0",
|
|
112
|
-
"lect": "^0.18.
|
|
113
|
-
"rollup": "^2.60.
|
|
112
|
+
"lect": "^0.18.7",
|
|
113
|
+
"rollup": "^2.60.1",
|
|
114
114
|
"rollup-plugin-ascii": "^0.0.3",
|
|
115
115
|
"rollup-plugin-banner": "^0.2.1",
|
|
116
116
|
"rollup-plugin-cleanup": "^3.2.1",
|
|
117
117
|
"rollup-plugin-dts": "^4.0.1",
|
|
118
118
|
"rollup-plugin-terser": "^7.0.2",
|
|
119
|
-
"tap": "^15.1.
|
|
119
|
+
"tap": "^15.1.5",
|
|
120
120
|
"tslib": "^2.3.1",
|
|
121
121
|
"typescript": "^4.5.2"
|
|
122
122
|
},
|