i18next-fs-backend
Advanced tools
Comparing version 1.2.0 to 2.0.0
@@ -51,5 +51,5 @@ import { BackendModule, ReadCallback } from "i18next"; | ||
declare module "i18next" { | ||
interface PluginOptions { | ||
interface CustomPluginOptions { | ||
backend?: BackendOptions; | ||
} | ||
} |
{ | ||
"name": "i18next-fs-backend", | ||
"version": "1.2.0", | ||
"version": "2.0.0", | ||
"private": false, | ||
@@ -39,3 +39,3 @@ "type": "module", | ||
"expect.js": "0.3.1", | ||
"i18next": "21.x", | ||
"i18next": "22.0.2", | ||
"js-yaml": "4.1.0", | ||
@@ -45,2 +45,3 @@ "json5": "2.2.1", | ||
"tslint": "^5.20.1", | ||
"tsd": "0.24.1", | ||
"typescript": "^4.8.4", | ||
@@ -74,7 +75,10 @@ "uglify-js": "3.17.4" | ||
"test": "npm run lint && npm run build && mocha test -R spec --exit --experimental-modules && npm run test:typescript", | ||
"test:typescript": "tslint --project tsconfig.json", | ||
"test:typescript": "tslint --project tsconfig.json && tsd", | ||
"test:deno": "deno test test/deno/*.js --allow-read --allow-write --no-check", | ||
"preversion": "npm run test && npm run build && git push", | ||
"postversion": "git push && git push --tags" | ||
}, | ||
"tsd": { | ||
"directory": "test/typescript" | ||
} | ||
} |
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
486526
21