Skip to content

Commit e415593

Browse files
authored
corkscrew 1.4.1 - vscode-f5 3.15.1 bug fix (#238)
1 parent c593680 commit e415593

File tree

4 files changed

+20
-17
lines changed

4 files changed

+20
-17
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
2424

2525
---
2626

27+
## [3.15.1] - (11-03-2023)
28+
29+
### Added
30+
31+
- f5-corkscrew bug fix in v1.4.1, objCounter trying to count missing objects
32+
33+
---
34+
2735
## [3.15.0] - (08-18-2023)
2836

2937
### Added

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "The F5 Extension",
44
"description": "Supercharge your F5 automation development",
55
"publisher": "F5DevCentral",
6-
"version": "3.15.0",
6+
"version": "3.15.1",
77
"keywords": [
88
"F5",
99
"F5Networks",
@@ -72,7 +72,7 @@
7272
"@f5devcentral/f5-fast-core": "^0.23.0",
7373
"ajv": "^8.11.2",
7474
"f5-conx-core": "^0.17.2",
75-
"f5-corkscrew": "^1.4.0",
75+
"f5-corkscrew": "^1.4.1",
7676
"js-yaml": "^4.0.0"
7777
},
7878
"release": {

tsconfig.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,5 @@
2424
},
2525
"include": [
2626
"src/**/*"
27-
],
28-
"exclude": [
29-
"node_modules",
30-
"src/test/**/*",
31-
"out"
32-
]
27+
]
3328
}

0 commit comments

Comments
 (0)