@ewb/translate
Advanced tools
Comparing version 1.9.5 to 2.0.0
{ | ||
"name": "@ewb/translate", | ||
"version": "1.9.5", | ||
"version": "2.0.0", | ||
"type": "module", | ||
"description": "Translate as you create your app. Saves the words and text in a tree structure for fast and easy lookup.", | ||
@@ -12,7 +13,5 @@ "main": "./lib/index.js", | ||
"lint": "tslint --project \"./tsconfig.json\"", | ||
"test:watch": "mocha --watch --watch-extensions ts -r ts-node/register test/**/*.spec.ts", | ||
"test:active": "mocha --watch --watch-extensions ts -r ts-node/register test/**/*.spec.ts --grep active:", | ||
"test": "mocha -r ts-node/register test/**/*.spec.ts", | ||
"coverage": "nyc mocha -r ts-node/register test/**/*.spec.ts", | ||
"coveralls": "yarn coverage | coveralls", | ||
"test": "vitest run", | ||
"test:ui": "vitest --ui --api 9527", | ||
"test:watch": "vitest", | ||
"postversion": "git push && git push --tags", | ||
@@ -40,6 +39,4 @@ "prepublish": "npm run test && npm run build", | ||
"devDependencies": { | ||
"@types/chai": "^4.3.4", | ||
"@types/mocha": "^10.0.0", | ||
"@types/node-fetch": "^2.5.12", | ||
"chai": "^4.3.7", | ||
"@vitest/ui": "^0.25.3", | ||
"coveralls": "^3.1.1", | ||
@@ -49,3 +46,2 @@ "fetch-mock": "^9.11.0", | ||
"lint-staged": "^13.0.4", | ||
"mocha": "^10.1.0", | ||
"node-fetch": "^2.6.1", | ||
@@ -56,3 +52,4 @@ "nyc": "^15.1.0", | ||
"tslint": "^6.1.3", | ||
"typescript": "^4.9.3" | ||
"typescript": "^4.9.3", | ||
"vitest": "^0.25.3" | ||
}, | ||
@@ -59,0 +56,0 @@ "peerDependencies": {}, |
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
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
50245
13
32
1015
5
Yes