@shined/doctor 0.0.2-snapshot.8 → 0.0.2

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 +0 -1
  2. package/package.json +10 -10
package/index.d.ts CHANGED
@@ -11,7 +11,6 @@ export interface Diagnostic {
11
11
  }
12
12
 
13
13
  export interface GlobJsArgs {
14
- pattern?: string
15
14
  ignore?: Array<string>
16
15
  cwd: string
17
16
  verbose?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shined/doctor",
3
- "version": "0.0.2-snapshot.8",
3
+ "version": "0.0.2",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "repository": {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "publishConfig": {
10
10
  "access": "public",
11
- "tag": "snapshot"
11
+ "tag": "latest"
12
12
  },
13
13
  "files": [
14
14
  "index.js",
@@ -16,13 +16,13 @@
16
16
  ],
17
17
  "license": "MIT",
18
18
  "optionalDependencies": {
19
- "@shined/doctor-darwin-x64": "0.0.2-snapshot.8",
20
- "@shined/doctor-darwin-arm64": "0.0.2-snapshot.8",
21
- "@shined/doctor-win32-x64-msvc": "0.0.2-snapshot.8",
22
- "@shined/doctor-win32-arm64-msvc": "0.0.2-snapshot.8",
23
- "@shined/doctor-linux-x64-gnu": "0.0.2-snapshot.8",
24
- "@shined/doctor-linux-x64-musl": "0.0.2-snapshot.8",
25
- "@shined/doctor-linux-arm64-gnu": "0.0.2-snapshot.8",
26
- "@shined/doctor-linux-arm64-musl": "0.0.2-snapshot.8"
19
+ "@shined/doctor-darwin-x64": "0.0.2",
20
+ "@shined/doctor-darwin-arm64": "0.0.2",
21
+ "@shined/doctor-win32-x64-msvc": "0.0.2",
22
+ "@shined/doctor-win32-arm64-msvc": "0.0.2",
23
+ "@shined/doctor-linux-x64-gnu": "0.0.2",
24
+ "@shined/doctor-linux-x64-musl": "0.0.2",
25
+ "@shined/doctor-linux-arm64-gnu": "0.0.2",
26
+ "@shined/doctor-linux-arm64-musl": "0.0.2"
27
27
  }
28
28
  }