regexp-parser-event
Advanced tools
Comparing version 1.1.44 to 1.1.45
@@ -6,2 +6,12 @@ # Change Log | ||
## [1.1.45](https://github.com/bluelovers/ws-regexp/compare/regexp-parser-event@1.1.44...regexp-parser-event@1.1.45) (2024-03-01) | ||
### 📌 Dependencies | ||
* update deps ([e9a581a](https://github.com/bluelovers/ws-regexp/commit/e9a581a6e0532881e0950c5b296946744737aad6)) | ||
## [1.1.44](https://github.com/bluelovers/ws-regexp/compare/regexp-parser-event@1.1.43...regexp-parser-event@1.1.44) (2024-01-29) | ||
@@ -8,0 +18,0 @@ |
{ | ||
"name": "regexp-parser-event", | ||
"version": "1.1.44", | ||
"version": "1.1.45", | ||
"description": "## API", | ||
@@ -37,2 +37,3 @@ "keywords": [ | ||
"test:jest": "jest --passWithNoTests", | ||
"test:jest:coverage": "yarn run test:jest -- --coverage", | ||
"test:jest:snapshot": "yarn run test:jest -- -u", | ||
@@ -50,8 +51,9 @@ "test:local": "jest", | ||
"ncu": "npx yarn-tool ncu -u", | ||
"sort-package-json": "npx yarn-tool sort" | ||
"sort-package-json": "npx yarn-tool sort", | ||
"tsc:showConfig": "ynpx get-current-tsconfig -p" | ||
}, | ||
"dependencies": { | ||
"array-hyper-unique": "^2.1.4", | ||
"regexp-parser-literal": "^1.1.37", | ||
"regexpp2": "^1.3.33", | ||
"regexp-parser-literal": "^1.1.38", | ||
"regexpp2": "^1.3.34", | ||
"ts-type": ">=2", | ||
@@ -63,3 +65,3 @@ "tslib": ">=2" | ||
}, | ||
"gitHead": "3da68f8abe92eaa77bb13b8cc1b852b1f831c735" | ||
"gitHead": "e905ea55dc6433024806ea9db77147b282b5566d" | ||
} |
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
47969
Updatedregexpp2@^1.3.34