@shined/doctor-binding 0.0.24 → 0.0.25
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 +1 -1
- package/index.js +1 -1
- package/package.json +9 -9
package/index.d.ts
CHANGED
|
@@ -351,4 +351,4 @@ export interface Span {
|
|
|
351
351
|
|
|
352
352
|
export declare function unSafeInnerDebugLint(oxlintConfig: string, globJsArgs: GlobJsArgs): Promise<Array<Diagnostic>>
|
|
353
353
|
|
|
354
|
-
export declare function
|
|
354
|
+
export declare function unSafeInnerLint(globJsArgs: GlobJsArgs, category: NaPiCategory): Promise<Array<Diagnostic>>
|
package/index.js
CHANGED
|
@@ -383,4 +383,4 @@ module.exports.LogLevel = nativeBinding.LogLevel
|
|
|
383
383
|
module.exports.NaPiCategory = nativeBinding.NaPiCategory
|
|
384
384
|
module.exports.Severity = nativeBinding.Severity
|
|
385
385
|
module.exports.unSafeInnerDebugLint = nativeBinding.unSafeInnerDebugLint
|
|
386
|
-
module.exports.
|
|
386
|
+
module.exports.unSafeInnerLint = nativeBinding.unSafeInnerLint
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shined/doctor-binding",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.25",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"repository": {
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
},
|
|
21
21
|
"homepage": "https://github.com/sheinsight/doctor-engine#readme",
|
|
22
22
|
"optionalDependencies": {
|
|
23
|
-
"@shined/doctor-binding-darwin-x64": "0.0.
|
|
24
|
-
"@shined/doctor-binding-darwin-arm64": "0.0.
|
|
25
|
-
"@shined/doctor-binding-win32-x64-msvc": "0.0.
|
|
26
|
-
"@shined/doctor-binding-win32-arm64-msvc": "0.0.
|
|
27
|
-
"@shined/doctor-binding-linux-x64-gnu": "0.0.
|
|
28
|
-
"@shined/doctor-binding-linux-x64-musl": "0.0.
|
|
29
|
-
"@shined/doctor-binding-linux-arm64-gnu": "0.0.
|
|
30
|
-
"@shined/doctor-binding-linux-arm64-musl": "0.0.
|
|
23
|
+
"@shined/doctor-binding-darwin-x64": "0.0.25",
|
|
24
|
+
"@shined/doctor-binding-darwin-arm64": "0.0.25",
|
|
25
|
+
"@shined/doctor-binding-win32-x64-msvc": "0.0.25",
|
|
26
|
+
"@shined/doctor-binding-win32-arm64-msvc": "0.0.25",
|
|
27
|
+
"@shined/doctor-binding-linux-x64-gnu": "0.0.25",
|
|
28
|
+
"@shined/doctor-binding-linux-x64-musl": "0.0.25",
|
|
29
|
+
"@shined/doctor-binding-linux-arm64-gnu": "0.0.25",
|
|
30
|
+
"@shined/doctor-binding-linux-arm64-musl": "0.0.25"
|
|
31
31
|
}
|
|
32
32
|
}
|