From 2fe7717ce8c3c57f67a09194cd4c825ee0446a21 Mon Sep 17 00:00:00 2001 From: jharajeev55 Date: Wed, 9 Oct 2024 18:15:12 +0530 Subject: [PATCH] Task/tsp 836 enable lua 5.0 (#55) Updating versions and changelog --- CHANGELOG.md | 5 +++++ package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- src/workspaceManager.ts | 2 +- 4 files changed, 21 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b1a83..79bcc97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how --> ## [0.18.1] +### Added +- Support for lua 5.0 library + +### Changed +- Updated sub commands help text ### Fixed - Showing correct model and serial number information instead of undefined (TSP-809) diff --git a/package-lock.json b/package-lock.json index 2757cd3..8e61f89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@tektronix/keithley_instrument_libraries": "0.18.1", + "@tektronix/keithley_instrument_libraries": "0.18.2", "@tektronix/web-help-documents": "0.18.0", "@types/cheerio": "0.22.35", "cheerio": "1.0.0", @@ -51,8 +51,8 @@ "vscode": "^1.92.0" }, "optionalDependencies": { - "@tektronix/kic-cli-linux-x64": "0.18.2", - "@tektronix/kic-cli-win32-x64": "0.18.2" + "@tektronix/kic-cli-linux-x64": "0.18.3-0", + "@tektronix/kic-cli-win32-x64": "0.18.3-0" } }, "node_modules/@ampproject/remapping": { @@ -1180,17 +1180,17 @@ } }, "node_modules/@tektronix/keithley_instrument_libraries": { - "version": "0.18.1", - "resolved": "https://npm.pkg.github.com/download/@tektronix/keithley_instrument_libraries/0.18.1/af4da805e30f5679c4c3aa9ea3e6bab07b5fb6df", - "integrity": "sha512-cGuSsDxoDiae/UpmzrKRnVjGU+5mj331xRfrO3Vhu/F+v8seHPMI/JlfqNNXCZhwzVi50Pz8I4u1HgqupHubIw==", + "version": "0.18.2", + "resolved": "https://npm.pkg.github.com/download/@tektronix/keithley_instrument_libraries/0.18.2/860bbc1efb5a34d27accf5afd2a0474a41342aee", + "integrity": "sha512-ozs/NoJhEeHUlnC3olnrsTQqDLybvLf/Tawo2V+Hni6r4UQz1GVLlYlOS7XZ5sy21FMZQSgNiOHFiPlvnpTaqQ==", "dependencies": { "node-fetch": "^2.7.0" } }, "node_modules/@tektronix/kic-cli-linux-x64": { - "version": "0.18.2", - "resolved": "https://npm.pkg.github.com/download/@tektronix/kic-cli-linux-x64/0.18.2/874919d769a41e2a8d58c622131c8ca0ba65c990", - "integrity": "sha512-tJtDH5smXh0zerhAbDgU513AUCL/qgcrkStO3m1w4a0JWydDFCCI9zDaA0IJnKb7NU9mGkThMuGDfo5gYRkLcw==", + "version": "0.18.3-0", + "resolved": "https://npm.pkg.github.com/download/@tektronix/kic-cli-linux-x64/0.18.3-0/3835569f5e040f75e67c8835de6d99625fa50965", + "integrity": "sha512-yqoBvUU828qSDlqcRyyK3nZJ6YHM0kWbzVKVZosgU5VU0dQ9LriXY22bfZ2T9nRf07fZBtzl5vUwvWxoNuUUFw==", "cpu": [ "x64" ], @@ -1206,9 +1206,9 @@ } }, "node_modules/@tektronix/kic-cli-win32-x64": { - "version": "0.18.2", - "resolved": "https://npm.pkg.github.com/download/@tektronix/kic-cli-win32-x64/0.18.2/e5c42c37b29eb4cd86a3f1d6d6f0595802f41781", - "integrity": "sha512-38jPvRRDzO0XT689HAtjWJM3rjzyBprZNAdziqZrlL8XytwphwGrQNIl6Kt/o3oYYfo6w+HWKKLxuQyDoZytbg==", + "version": "0.18.3-0", + "resolved": "https://npm.pkg.github.com/download/@tektronix/kic-cli-win32-x64/0.18.3-0/c661309fb23c497dd7f4429c5b42fdceb9a2d9c2", + "integrity": "sha512-rn9XFpz5fAZIcjTUHQmFl/LtBF5tj3MduuYVQKh7y+Jlt/57FMBYZgnvDu6rRX5dpSvL00N1zypZPkuDvMObDQ==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 3b32354..1458b9b 100644 --- a/package.json +++ b/package.json @@ -349,7 +349,7 @@ "typescript": "5.5.4" }, "dependencies": { - "@tektronix/keithley_instrument_libraries": "0.18.1", + "@tektronix/keithley_instrument_libraries": "0.18.2", "@tektronix/web-help-documents": "0.18.0", "@types/cheerio": "0.22.35", "cheerio": "1.0.0", @@ -361,8 +361,8 @@ "xml-js": "1.6.11" }, "optionalDependencies": { - "@tektronix/kic-cli-linux-x64": "0.18.2", - "@tektronix/kic-cli-win32-x64": "0.18.2" + "@tektronix/kic-cli-linux-x64": "0.18.3-0", + "@tektronix/kic-cli-win32-x64": "0.18.3-0" }, "extensionDependencies": [ "sumneko.lua" diff --git a/src/workspaceManager.ts b/src/workspaceManager.ts index 7de9fce..1a524ce 100644 --- a/src/workspaceManager.ts +++ b/src/workspaceManager.ts @@ -72,7 +72,7 @@ const tspConfigJsonContent = `{ export const nodesTableHeader = ` -- !!! DO NOT EDIT !!! -- Auto-generated script --- To enable language features for speciifc model, edit the config.tsp.json file in this folder. +-- To enable language features for specific model, edit the config.tsp.json file in this folder. `