@inlang/message-lint-rule
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -57,3 +57,3 @@ import type { Message } from "@inlang/message"; | ||
* Github discussion to upvote a plain Json Schema validator and read the benefits of Typebox | ||
* https://github.com/inlang/monorepo/discussions/1503 | ||
* https://github.com/opral/monorepo/discussions/1503 | ||
*/ | ||
@@ -60,0 +60,0 @@ settingsSchema: import("@sinclair/typebox").TOptional<TObject<{}>>; |
@@ -12,5 +12,5 @@ import { Translatable } from "@inlang/translatable"; | ||
* Github discussion to upvote a plain Json Schema validator and read the benefits of Typebox | ||
* https://github.com/inlang/monorepo/discussions/1503 | ||
* https://github.com/opral/monorepo/discussions/1503 | ||
*/ | ||
settingsSchema: Type.Optional(Type.Object({}, { additionalProperties: true })), | ||
}); |
{ | ||
"name": "@inlang/message-lint-rule", | ||
"type": "module", | ||
"version": "1.4.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", | ||
"lint": "eslint ./src --fix", | ||
"format": "prettier ./src --write", | ||
"clean": "rm -rf ./dist ./.turbo ./node_modules" | ||
}, | ||
"dependencies": { | ||
"@inlang/json-types": "*", | ||
"@inlang/language-tag": "*", | ||
"@inlang/message": "*", | ||
"@inlang/project-settings": "*", | ||
"@inlang/translatable": "*" | ||
}, | ||
"peerDependencies": { | ||
"@sinclair/typebox": "^0.31.17" | ||
}, | ||
"devDependencies": { | ||
"tsd": "0.28.1", | ||
"typescript": "5.2.2" | ||
} | ||
} | ||
"name": "@inlang/message-lint-rule", | ||
"type": "module", | ||
"version": "1.4.1", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"exports": { | ||
".": "./dist/index.js" | ||
}, | ||
"files": [ | ||
"./dist", | ||
"./src" | ||
], | ||
"dependencies": { | ||
"@inlang/json-types": "1.1.0", | ||
"@inlang/language-tag": "1.4.0", | ||
"@inlang/message": "2.0.1", | ||
"@inlang/project-settings": "2.2.1", | ||
"@inlang/translatable": "1.2.1" | ||
}, | ||
"peerDependencies": { | ||
"@sinclair/typebox": "^0.31.17" | ||
}, | ||
"devDependencies": { | ||
"tsd": "0.28.1", | ||
"typescript": "5.2.2" | ||
}, | ||
"scripts": { | ||
"build": "tsc --build", | ||
"dev": "tsc --watch", | ||
"test": "tsc --noEmit", | ||
"lint": "eslint ./src --fix", | ||
"format": "prettier ./src --write", | ||
"clean": "rm -rf ./dist ./node_modules" | ||
} | ||
} |
@@ -65,3 +65,3 @@ import type { Message } from "@inlang/message" | ||
* Github discussion to upvote a plain Json Schema validator and read the benefits of Typebox | ||
* https://github.com/inlang/monorepo/discussions/1503 | ||
* https://github.com/opral/monorepo/discussions/1503 | ||
*/ | ||
@@ -68,0 +68,0 @@ settingsSchema: Type.Optional(Type.Object({}, { additionalProperties: true })), |
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 5 instances in 1 package
9638
0
+ Added@inlang/language-tag@1.4.0(transitive)
+ Added@inlang/message@2.0.1(transitive)
+ Added@inlang/project-settings@2.2.1(transitive)
+ Added@inlang/translatable@1.2.1(transitive)
- Removed@inlang/language-tag@1.5.1(transitive)
- Removed@inlang/message@2.1.0(transitive)
- Removed@inlang/project-settings@2.4.2(transitive)
- Removed@inlang/translatable@1.3.1(transitive)
Updated@inlang/json-types@1.1.0
Updated@inlang/language-tag@1.4.0
Updated@inlang/message@2.0.1
Updated@inlang/translatable@1.2.1