@suitest/smst-to-text
Advanced tools
Comparing version 3.0.2 to 3.0.5
{ | ||
"name": "@suitest/smst-to-text", | ||
"version": "3.0.2", | ||
"version": "3.0.5", | ||
"description": "Utility to convert SMST to plain text or ANSI-styled text", | ||
"homepage": "https://suite.st/", | ||
"license": "MIT", | ||
"repository": { | ||
@@ -15,17 +17,13 @@ "type": "git", | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/SuitestAutomation/suitest/issues" | ||
}, | ||
"homepage": "https://suite.st/", | ||
"main": "umd/toText.js", | ||
"main": "dist/toText.js", | ||
"types": "dist/toText.d.ts", | ||
"files": [ | ||
"umd/", | ||
"commonjs/", | ||
"dist/", | ||
"docs/" | ||
], | ||
"scripts": { | ||
"build": "npm run build:umd && npm run build:commonjs", | ||
"build:umd": "rimraf umd && tsc --module umd --outDir umd", | ||
"build:commonjs": "rimraf commonjs && tsc", | ||
"build": "npx rimraf dist && npx tsc -p tsconfig.json && node ../../compile.js", | ||
"test": "jest", | ||
@@ -36,4 +34,4 @@ "coverage": "jest --coverage", | ||
"dependencies": { | ||
"@suitest/smst": "^3.0.2" | ||
"@suitest/smst": "^3.0.5" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
119075
6
14
1
Updated@suitest/smst@^3.0.5