multi-convention-namer
Advanced tools
Comparing version 0.1.9 to 0.1.10
### [0.1.9](https://github.com/myhelix/multi-convention-namer/compare/v0.1.8...v0.1.9) (2021-06-24) | ||
### Bug Fixes | ||
* switch to jsii ([#6](https://github.com/myhelix/multi-convention-namer/issues/6)) ([351db85](https://github.com/myhelix/multi-convention-namer/commit/351db85157f7dcf922edb2eeb18ba495c1aa0d88)) | ||
### [0.1.10](https://github.com/myhelix/multi-convention-namer/compare/v0.1.9...v0.1.10) (2021-06-25) |
@@ -1,1 +0,1 @@ | ||
v0.1.8 | ||
v0.1.9 |
@@ -241,3 +241,3 @@ "use strict"; | ||
_a = JSII_RTTI_SYMBOL_1; | ||
Namer[_a] = { fqn: "multi-convention-namer.Namer", version: "0.1.9" }; | ||
Namer[_a] = { fqn: "multi-convention-namer.Namer", version: "0.1.10" }; | ||
// https://stackoverflow.com/a/3561711 | ||
@@ -244,0 +244,0 @@ function escapeRegex(s) { |
@@ -37,6 +37,6 @@ { | ||
"@types/node": "^10.17.0", | ||
"@typescript-eslint/eslint-plugin": "^4.27.0", | ||
"@typescript-eslint/parser": "^4.27.0", | ||
"@typescript-eslint/eslint-plugin": "^4.28.0", | ||
"@typescript-eslint/parser": "^4.28.0", | ||
"esbuild": "^0.12.9", | ||
"eslint": "^7.28.0", | ||
"eslint": "^7.29.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
@@ -47,9 +47,9 @@ "eslint-import-resolver-node": "^0.3.4", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"jest": "^27.0.4", | ||
"jest": "^27.0.5", | ||
"jest-junit": "^12", | ||
"jsii": "^1.30.0", | ||
"jsii-diff": "^1.30.0", | ||
"jsii-docgen": "^1.8.101", | ||
"jsii-docgen": "^1.8.104", | ||
"jsii-pacmak": "^1.30.0", | ||
"jsii-release": "^0.2.52", | ||
"jsii-release": "^0.2.55", | ||
"json-schema": "^0.3.0", | ||
@@ -61,3 +61,3 @@ "npm-check-updates": "^11", | ||
"ts-jest": "^27.0.3", | ||
"typescript": "^4.3.2" | ||
"typescript": "^4.3.4" | ||
}, | ||
@@ -67,3 +67,3 @@ "bundledDependencies": [], | ||
"license": "Apache-2.0", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"jest": { | ||
@@ -70,0 +70,0 @@ "testMatch": [ |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
72187