capsule-lint
Advanced tools
Comparing version 0.4.9 to 0.4.10
@@ -108,3 +108,3 @@ export interface FilePosition { | ||
export type Arg = [_, Expression, _]; | ||
export type SafeOperator = "<" | "==" | "<=" | "!=" | "+" | "-" | "/" | "*" | "&&" | "||"; | ||
export type SafeOperator = "<" | "=" | "==" | "<=" | "!=" | "+" | "-" | "/" | "*" | "&&" | "||"; | ||
export type UnsafeOperator = SafeOperator | ">" | ">="; | ||
@@ -111,0 +111,0 @@ export type Number_1 = string; |
{ | ||
"name": "capsule-lint", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"description": "The official Capsule linting package.", | ||
@@ -53,5 +53,5 @@ "type": "module", | ||
"@vitejs/plugin-vue": "^4.6.2", | ||
"@vue-interface/eslint-config": "1.0.0-beta.4", | ||
"@vue-interface/form-control": "1.0.0-beta.44", | ||
"@vue-interface/textarea-field": "1.0.0-beta.13", | ||
"@vue-interface/eslint-config": "^1.0.0-beta.4", | ||
"@vue-interface/form-control": "^1.0.0-beta.44", | ||
"@vue-interface/textarea-field": "^1.0.0-beta.13", | ||
"autoprefixer": "^10.4.19", | ||
@@ -58,0 +58,0 @@ "babel-jest": "^29.7.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1006126
7735