Skip to content

Commit

Permalink
0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Jan 19, 2024
1 parent a1a1fcc commit 750ee2a
Show file tree
Hide file tree
Showing 15 changed files with 1,125 additions and 1,111 deletions.
4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.0.12](https://github.com/NervJS/taro-doctor/compare/v0.0.11...v0.0.12) (2024-01-19)


### Features

* 新增配置文件 compiler.errorLevel 字段校验 ([5a1155e](https://github.com/NervJS/taro-doctor/commit/5a1155ef119fc15005bc9ccc064a44ae264e23e3))



## [0.0.11](https://github.com/NervJS/taro-doctor/compare/v0.0.10...v0.0.11) (2023-08-24)


Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-darwin-arm64",
"version": "0.0.11",
"version": "0.0.12",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-darwin-universal",
"version": "0.0.11",
"version": "0.0.12",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-darwin-x64",
"version": "0.0.11",
"version": "0.0.12",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-freebsd-x64",
"version": "0.0.11",
"version": "0.0.12",
"os": [
"freebsd"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-linux-arm-gnueabihf",
"version": "0.0.11",
"version": "0.0.12",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-linux-arm64-gnu",
"version": "0.0.11",
"version": "0.0.12",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-linux-arm64-musl",
"version": "0.0.11",
"version": "0.0.12",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-linux-x64-gnu",
"version": "0.0.11",
"version": "0.0.12",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-linux-x64-musl",
"version": "0.0.11",
"version": "0.0.12",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-win32-ia32-msvc",
"version": "0.0.11",
"version": "0.0.12",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-win32-x64-msvc",
"version": "0.0.11",
"version": "0.0.12",
"os": [
"win32"
],
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor",
"version": "0.0.11",
"version": "0.0.12",
"main": "index.js",
"napi": {
"name": "taro-doctor",
Expand Down Expand Up @@ -63,5 +63,6 @@
"singleQuote": true,
"arrowParens": "always"
},
"repository": "https://github.com/NervJS/taro-doctor.git"
"repository": "https://github.com/NervJS/taro-doctor.git",
"packageManager": "[email protected]"
}
Loading

0 comments on commit 750ee2a

Please sign in to comment.