eslint-plugin-toml
Advanced tools
Comparing version 0.6.0 to 0.6.1
export declare const name: "eslint-plugin-toml"; | ||
export declare const version: "0.6.0"; | ||
export declare const version: "0.6.1"; |
@@ -5,2 +5,2 @@ "use strict"; | ||
exports.name = "eslint-plugin-toml"; | ||
exports.version = "0.6.0"; | ||
exports.version = "0.6.1"; |
@@ -39,3 +39,3 @@ "use strict"; | ||
const text = node.datetime; | ||
const fractional = ((_a = /^\d{4}-\d{2}-\d{2}[ Tt]\d{2}:\d{2}:\d{2}.(\d+)/u.exec(text)) === null || _a === void 0 ? void 0 : _a[1]) || | ||
const fractional = ((_a = /^\d{4}-\d{2}-\d{2}[ t]\d{2}:\d{2}:\d{2}.(\d+)/iu.exec(text)) === null || _a === void 0 ? void 0 : _a[1]) || | ||
((_b = /^\d{2}:\d{2}:\d{2}.(\d+)/u.exec(text)) === null || _b === void 0 ? void 0 : _b[1]); | ||
@@ -42,0 +42,0 @@ if (!fractional) { |
{ | ||
"name": "eslint-plugin-toml", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "This ESLint plugin provides linting rules for TOML.", | ||
@@ -62,3 +62,3 @@ "main": "lib/index.js", | ||
"lodash": "^4.17.19", | ||
"toml-eslint-parser": "^0.6.0" | ||
"toml-eslint-parser": "^0.7.0" | ||
}, | ||
@@ -77,3 +77,3 @@ "devDependencies": { | ||
"@types/mocha": "^10.0.0", | ||
"@types/node": "^18.0.0", | ||
"@types/node": "^20.0.0", | ||
"@types/semver": "^7.3.1", | ||
@@ -94,3 +94,3 @@ "@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-regexp": "^1.0.0", | ||
"eslint-plugin-regexp": "^2.0.0", | ||
"eslint-plugin-vue": "^9.0.0", | ||
@@ -97,0 +97,0 @@ "eslint-plugin-yml": "^1.0.0", |
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
+ Addedtoml-eslint-parser@0.7.0(transitive)
- Removedtoml-eslint-parser@0.6.1(transitive)
Updatedtoml-eslint-parser@^0.7.0