@azure/api-management-custom-widgets-tools
Advanced tools
Comparing version 1.0.0-alpha.20240109.1 to 1.0.0-alpha.20240110.1
{ | ||
"name": "@azure/api-management-custom-widgets-tools", | ||
"version": "1.0.0-alpha.20240109.1", | ||
"version": "1.0.0-alpha.20240110.1", | ||
"author": "Microsoft Corporation", | ||
@@ -42,6 +42,6 @@ "license": "MIT", | ||
"build": "npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local", | ||
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore --ignore-path ./.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore --ignore-path ./.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
"clean": "rimraf dist dist-* types *.tgz *.log", | ||
"extract-api": "tsc -p . && api-extractor run --local", | ||
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore --ignore-path ./.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore --ignore-path ./.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
"integration-test:browser": "dev-tool run test:browser", | ||
@@ -75,3 +75,2 @@ "integration-test:node": "echo skip", | ||
"mocha": "^10.0.0", | ||
"prettier": "^2.5.1", | ||
"c8": "^8.0.0", | ||
@@ -104,5 +103,5 @@ "rimraf": "^3.0.0", | ||
"mustache": "^4.2.0", | ||
"prettier": "^2.5.1", | ||
"prettier": "^3.1.0", | ||
"tslib": "^2.2.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
98638
34
+ Addedprettier@3.5.2(transitive)
- Removedprettier@2.8.8(transitive)
Updatedprettier@^3.1.0