@shined/doctor 0.0.2-snapshot.5 → 0.0.2-snapshot.6

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +9 -9
package/index.d.ts CHANGED
@@ -48,5 +48,5 @@ export interface Response {
48
48
 
49
49
  export interface Span {
50
50
  offset: number
51
- len: number
51
+ length: number
52
52
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shined/doctor",
3
- "version": "0.0.2-snapshot.5",
3
+ "version": "0.0.2-snapshot.6",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "repository": {
@@ -16,13 +16,13 @@
16
16
  ],
17
17
  "license": "MIT",
18
18
  "optionalDependencies": {
19
- "@shined/doctor-darwin-x64": "0.0.2-snapshot.5",
20
- "@shined/doctor-darwin-arm64": "0.0.2-snapshot.5",
21
- "@shined/doctor-win32-x64-msvc": "0.0.2-snapshot.5",
22
- "@shined/doctor-win32-arm64-msvc": "0.0.2-snapshot.5",
23
- "@shined/doctor-linux-x64-gnu": "0.0.2-snapshot.5",
24
- "@shined/doctor-linux-x64-musl": "0.0.2-snapshot.5",
25
- "@shined/doctor-linux-arm64-gnu": "0.0.2-snapshot.5",
26
- "@shined/doctor-linux-arm64-musl": "0.0.2-snapshot.5"
19
+ "@shined/doctor-darwin-x64": "0.0.2-snapshot.6",
20
+ "@shined/doctor-darwin-arm64": "0.0.2-snapshot.6",
21
+ "@shined/doctor-win32-x64-msvc": "0.0.2-snapshot.6",
22
+ "@shined/doctor-win32-arm64-msvc": "0.0.2-snapshot.6",
23
+ "@shined/doctor-linux-x64-gnu": "0.0.2-snapshot.6",
24
+ "@shined/doctor-linux-x64-musl": "0.0.2-snapshot.6",
25
+ "@shined/doctor-linux-arm64-gnu": "0.0.2-snapshot.6",
26
+ "@shined/doctor-linux-arm64-musl": "0.0.2-snapshot.6"
27
27
  }
28
28
  }