@ox-content/napi 2.61.0 → 2.63.0
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/index.d.ts +2 -1
- package/package.json +7 -7
package/index.d.ts
CHANGED
|
@@ -278,6 +278,7 @@ export interface JsDocMember {
|
|
|
278
278
|
description: string
|
|
279
279
|
signature?: string
|
|
280
280
|
type?: string
|
|
281
|
+
default?: string
|
|
281
282
|
params?: Array<JsDocParam>
|
|
282
283
|
typeParameters?: Array<JsTypeParam>
|
|
283
284
|
returns?: JsDocReturn
|
|
@@ -826,7 +827,7 @@ export interface JsSanitizeOptions {
|
|
|
826
827
|
allowedTags?: Array<string>
|
|
827
828
|
/** Allowed attribute names. Omit for safe defaults. */
|
|
828
829
|
allowedAttributes?: Array<string>
|
|
829
|
-
/** Allowed URL schemes for
|
|
830
|
+
/** Allowed URL schemes for URL-bearing attributes. Omit for safe defaults. */
|
|
830
831
|
allowedUrlSchemes?: Array<string>
|
|
831
832
|
}
|
|
832
833
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ox-content/napi",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.63.0",
|
|
4
4
|
"description": "Node.js bindings for Ox Content - High-performance Markdown parser",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"build:debug": "napi build"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@napi-rs/cli": "^3.
|
|
34
|
+
"@napi-rs/cli": "^3.7.0"
|
|
35
35
|
},
|
|
36
36
|
"napi": {
|
|
37
37
|
"binaryName": "ox-content",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
]
|
|
46
46
|
},
|
|
47
47
|
"optionalDependencies": {
|
|
48
|
-
"@ox-content/binding-darwin-x64": "2.
|
|
49
|
-
"@ox-content/binding-darwin-arm64": "2.
|
|
50
|
-
"@ox-content/binding-linux-x64-gnu": "2.
|
|
51
|
-
"@ox-content/binding-linux-arm64-gnu": "2.
|
|
52
|
-
"@ox-content/binding-win32-x64-msvc": "2.
|
|
48
|
+
"@ox-content/binding-darwin-x64": "2.63.0",
|
|
49
|
+
"@ox-content/binding-darwin-arm64": "2.63.0",
|
|
50
|
+
"@ox-content/binding-linux-x64-gnu": "2.63.0",
|
|
51
|
+
"@ox-content/binding-linux-arm64-gnu": "2.63.0",
|
|
52
|
+
"@ox-content/binding-win32-x64-msvc": "2.63.0"
|
|
53
53
|
}
|
|
54
54
|
}
|