diff --git a/CHANGELOG.md b/CHANGELOG.md index c469797..5c425ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how --- +## [3.15.1] - (11-03-2023) + +### Added + +- f5-corkscrew bug fix in v1.4.1, objCounter trying to count missing objects + +--- + ## [3.15.0] - (08-18-2023) ### Added diff --git a/package-lock.json b/package-lock.json index 707b083..be76b5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "vscode-f5", - "version": "3.15.0", + "version": "3.15.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-f5", - "version": "3.15.0", + "version": "3.15.1", "license": "Apache-2.0", "dependencies": { "@f5devcentral/f5-fast-core": "^0.23.0", "ajv": "^8.11.2", "f5-conx-core": "^0.17.2", - "f5-corkscrew": "^1.4.0", + "f5-corkscrew": "^1.4.1", "js-yaml": "^4.0.0" }, "devDependencies": { @@ -1621,9 +1621,9 @@ } }, "node_modules/f5-corkscrew": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/f5-corkscrew/-/f5-corkscrew-1.4.0.tgz", - "integrity": "sha512-zA3Rpk16mM/ZAPNi2lDz9zVO+PMittw4KGa/D8QxAMiPJz4iwLrppYwYPY+013KHWGHaBSvIPjBwSdTc4irXkg==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/f5-corkscrew/-/f5-corkscrew-1.4.1.tgz", + "integrity": "sha512-+SytDfBxLSmqDTICqnkoMH/5YFiovnS1+OdWIaL5QSSaRrLcMCFLtSaNyanDwlyH7UjJrk2i5nZ97gD3njrRxQ==", "dependencies": { "balanced-match": "^3.0.1", "decompress": "^4.2.1", @@ -5038,9 +5038,9 @@ } }, "f5-corkscrew": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/f5-corkscrew/-/f5-corkscrew-1.4.0.tgz", - "integrity": "sha512-zA3Rpk16mM/ZAPNi2lDz9zVO+PMittw4KGa/D8QxAMiPJz4iwLrppYwYPY+013KHWGHaBSvIPjBwSdTc4irXkg==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/f5-corkscrew/-/f5-corkscrew-1.4.1.tgz", + "integrity": "sha512-+SytDfBxLSmqDTICqnkoMH/5YFiovnS1+OdWIaL5QSSaRrLcMCFLtSaNyanDwlyH7UjJrk2i5nZ97gD3njrRxQ==", "requires": { "balanced-match": "^3.0.1", "decompress": "^4.2.1", diff --git a/package.json b/package.json index f725ad5..d529a55 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "The F5 Extension", "description": "Supercharge your F5 automation development", "publisher": "F5DevCentral", - "version": "3.15.0", + "version": "3.15.1", "keywords": [ "F5", "F5Networks", @@ -72,7 +72,7 @@ "@f5devcentral/f5-fast-core": "^0.23.0", "ajv": "^8.11.2", "f5-conx-core": "^0.17.2", - "f5-corkscrew": "^1.4.0", + "f5-corkscrew": "^1.4.1", "js-yaml": "^4.0.0" }, "release": { diff --git a/tsconfig.json b/tsconfig.json index 5afd5e7..8438717 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,10 +24,5 @@ }, "include": [ "src/**/*" - ], - "exclude": [ - "node_modules", - "src/test/**/*", - "out" - ] + ] } \ No newline at end of file