@jota-one/i36n
Advanced tools
Comparing version 2.3.0 to 2.3.1--canary.4.4344853928.0
import {ComputedRef, Ref} from "vue"; | ||
type labelsObject = Record<string, string> | ||
export type labelFuncPayload = { | ||
@@ -25,3 +27,3 @@ key: string | ||
export type I36nConfig = { | ||
load: Function | ||
load(ln: string):Promise<labelsObject> | ||
showKey: Ref<boolean> | ||
@@ -28,0 +30,0 @@ } |
{ | ||
"name": "@jota-one/i36n", | ||
"version": "2.3.0", | ||
"version": "2.3.1--canary.4.4344853928.0", | ||
"type": "module", | ||
"description": "Translation manager twice simpler and twice better", | ||
"main": "src/index.js", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"dist/*", | ||
"index.d.ts", | ||
"src/index.vue2.js" | ||
], | ||
"repository": { | ||
@@ -16,2 +23,6 @@ "type": "git", | ||
], | ||
"scripts": { | ||
"build": "node build.cjs", | ||
"test": "ava" | ||
}, | ||
"author": "Juniors at Work", | ||
@@ -23,3 +34,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@jota-one/replacer": "^0.3.2", | ||
"@jota-one/replacer": "^0.4.0", | ||
"snarkdown": "^2.0.0" | ||
@@ -37,4 +48,6 @@ }, | ||
"devDependencies": { | ||
"vue": "^3.0.5" | ||
"ava": "^5.2.0", | ||
"esbuild": "^0.17.11", | ||
"vue": "^3.2.45" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
46410
7
258
Yes
3
2
1
+ Added@jota-one/replacer@0.4.0(transitive)
- Removed@jota-one/replacer@0.3.2(transitive)
Updated@jota-one/replacer@^0.4.0