@inlang/language-tag
Advanced tools
Comparing version 1.2.0 to 1.3.0
export { LanguageTag } from "./interface.js"; | ||
export { lookup } from "./lookup.js"; | ||
//# sourceMappingURL=index.d.ts.map |
export { LanguageTag } from "./interface.js"; | ||
export { lookup } from "./lookup.js"; |
{ | ||
"name": "@inlang/language-tag", | ||
"type": "module", | ||
"version": "1.2.0", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"exports": { | ||
".": "./dist/index.js" | ||
}, | ||
"files": [ | ||
"./dist", | ||
"./src" | ||
], | ||
"scripts": { | ||
"build": "tsc --build", | ||
"dev": "tsc --watch", | ||
"test": "tsc --noEmit && vitest run --passWithNoTests", | ||
"lint": "eslint ./src --fix", | ||
"format": "prettier ./src --write", | ||
"clean": "rm -rf ./dist ./.turbo ./node_modules" | ||
}, | ||
"peerDependencies": { | ||
"@sinclair/typebox": "^0.31.0" | ||
}, | ||
"devDependencies": { | ||
"tsd": "0.28.1", | ||
"typescript": "5.2.2", | ||
"vitest": "0.34.4" | ||
} | ||
} | ||
"name": "@inlang/language-tag", | ||
"type": "module", | ||
"version": "1.3.0", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"exports": { | ||
".": "./dist/index.js" | ||
}, | ||
"files": [ | ||
"./dist", | ||
"./src" | ||
], | ||
"peerDependencies": { | ||
"@sinclair/typebox": "^0.31.17" | ||
}, | ||
"devDependencies": { | ||
"tsd": "0.28.1", | ||
"typescript": "5.2.2", | ||
"vitest": "0.34.4" | ||
}, | ||
"scripts": { | ||
"build": "tsc --build", | ||
"dev": "tsc --watch", | ||
"test": "tsc --noEmit && vitest run --passWithNoTests", | ||
"lint": "eslint ./src --fix", | ||
"format": "prettier ./src --write", | ||
"clean": "rm -rf ./dist ./node_modules" | ||
} | ||
} |
export { LanguageTag } from "./interface.js" | ||
export { lookup } from "./lookup.js" |
Sorry, the diff of this file is not supported yet
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
17549
22
342
1