Skip to content

Commit a1671ad

Browse files
authored
include index.d.ts file in package (#14)
1 parent 3128b29 commit a1671ad

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ jobs:
5959
npm version --no-git-tag-version "${V}" || true
6060
- name: npm Package All
6161
run: |
62-
cp package.json WebHelpDocs/
63-
cp LICENSE WebHelpDocs/
64-
cp index.js WebHelpDocs/
65-
cp README.md WebHelpDocs/
62+
cp package.json LICENSE index.js index.d.ts README.md WebHelpDocs/
6663
cd WebHelpDocs
6764
npm pack .
6865
mv *.tgz ..

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1616
Security -- in case of vulnerabilities.
1717
-->
1818

19+
## [0.19.1]
20+
21+
### Fixed
22+
- WEB_HELP_FILE_PATH path is missing in npm package
23+
1924
## [0.19.0]
2025

2126
### Added
@@ -49,6 +54,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
4954
- Language feature has been added for DAQ6510 and DMM6500 command set(TSP-304)
5055
- Language feature has been added for 24XX and DMM7510 command set(TSP-232)
5156

57+
[0.19.1]: https://github.com/tektronix/tsp-toolkit-webhelp/releases/tag/v0.19.1
5258
[0.19.0]: https://github.com/tektronix/tsp-toolkit-webhelp/releases/tag/v0.19.0
5359
[0.18.0]: https://github.com/tektronix/tsp-toolkit-webhelp/releases/tag/v0.18.0
5460
[0.15.3]: https://github.com/tektronix/tsp-toolkit-webhelp/releases/tag/v0.15.3

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tektronix/web-help-documents",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)