charcode-is-valid-xml-name-character 3.0.6 → 3.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.
|
@@ -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 3.0.
|
|
4
|
+
* @version 3.0.8
|
|
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 3.0.
|
|
4
|
+
* @version 3.0.8
|
|
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 4.0.
|
|
14
|
+
* @version 4.0.8
|
|
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": "3.0.
|
|
3
|
+
"version": "3.0.8",
|
|
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",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"cjs-on": "exit 0",
|
|
45
45
|
"dev": "DEV=true node '../../ops/scripts/esbuild.js' && npm run dts",
|
|
46
46
|
"devtest": "c8 npm run unit && npm run examples && npm run lint",
|
|
47
|
-
"dts": "rollup -c && npm run prettier -- 'types/index.d.ts' --write --
|
|
47
|
+
"dts": "rollup -c && npm run prettier -- 'types/index.d.ts' --write --log-level 'silent'",
|
|
48
48
|
"examples": "node '../../ops/scripts/run-examples.js'",
|
|
49
49
|
"lect": "node '../../ops/lect/lect.js' && npm run prettier -- 'README.md' '.all-contributorsrc' 'rollup.config.js' --write",
|
|
50
50
|
"letspublish": "npm publish || :",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"perf": "node perf/check.js",
|
|
53
53
|
"prep": "echo 'ready'",
|
|
54
54
|
"prettier": "prettier",
|
|
55
|
-
"prettier:format": "npm run prettier -- --write '**/*.{ts,tsx,md}' --no-error-on-unmatched-pattern --
|
|
55
|
+
"prettier:format": "npm run prettier -- --write '**/*.{ts,tsx,md}' --no-error-on-unmatched-pattern --log-level 'silent'",
|
|
56
56
|
"pretest": "npm run lect && npm run build",
|
|
57
57
|
"test": "npm run devtest",
|
|
58
58
|
"unit": "uvu test"
|
|
@@ -75,6 +75,6 @@
|
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"ranges-is-index-within": "^4.0.
|
|
78
|
+
"ranges-is-index-within": "^4.0.8"
|
|
79
79
|
}
|
|
80
80
|
}
|