regexp-parser-event
Advanced tools
Comparing version 1.1.25 to 1.1.26
@@ -6,2 +6,23 @@ # Change Log | ||
## [1.1.26](https://github.com/bluelovers/ws-regexp/compare/regexp-parser-event@1.1.25...regexp-parser-event@1.1.26) (2021-06-21) | ||
### 🐛 Bug Fixes | ||
* **typescript:** This member must have an 'override' modifier because it overrides a member in the base class 'EventEmitter'. ([41c9391](https://github.com/bluelovers/ws-regexp/commit/41c9391833263f1c796e3feb473387faaf5ebe90)) | ||
### 💎 Styles | ||
* use importHelpers ([6bedeef](https://github.com/bluelovers/ws-regexp/commit/6bedeefcb325c049cbdfaf3ba3fc3afa7140893d)) | ||
### ♻️ Chores | ||
* update deps ([3633a97](https://github.com/bluelovers/ws-regexp/commit/3633a97e8014049c163d860dc07d3a5e0d02416f)) | ||
## [1.1.25](https://github.com/bluelovers/ws-regexp/compare/regexp-parser-event@1.1.24...regexp-parser-event@1.1.25) (2021-02-04) | ||
@@ -8,0 +29,0 @@ |
{ | ||
"name": "regexp-parser-event", | ||
"version": "1.1.25", | ||
"version": "1.1.26", | ||
"description": "## API", | ||
@@ -38,4 +38,4 @@ "keywords": [ | ||
"npm:publish:lerna": "npx lerna publish --yes --cd-version patch", | ||
"preversion": "yarn run test", | ||
"prepublish:lockfile": "npx sync-lockfile .", | ||
"prepublishOnly": "yarn run test", | ||
"prepublishOnly_": "yarn run ncu && yarn run sort-package-json && yarn run test", | ||
@@ -48,5 +48,6 @@ "postpublish_": "git commit -a -m \"postpublish new version\"", | ||
"array-hyper-unique": "^1.1.9", | ||
"regexp-parser-literal": "^1.1.17", | ||
"regexpp2": "^1.3.13", | ||
"ts-type": "^1.2.34" | ||
"regexp-parser-literal": "^1.1.19", | ||
"regexpp2": "^1.3.16", | ||
"ts-type": "^1.2.34", | ||
"tslib": "^2.3.0" | ||
}, | ||
@@ -56,3 +57,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "33a8f6d5c534be3cb26103ccfd03cdbcfc7aaa66" | ||
"gitHead": "1aa0f123c804bfd33203716a9c7d11804c2e411e" | ||
} |
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
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
39967
5
+ Addedtslib@^2.3.0
Updatedregexpp2@^1.3.16