Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 5585e47

Browse files
author
Satana Charuwichitratana
committed
Fixed missing qs module
1 parent 55d8a12 commit 5585e47

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [1.2.1]
4+
### Fixed
5+
- Fixed missing qs module
6+
37
## [1.2.0]
48
### Added
59
- `things register:scenario-set` Register (create or update) a scenario set for automatic communication under a product.

package-lock.json

+9-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"console.table": "^0.10.0",
5353
"js-yaml": "^3.13.1",
5454
"prompts": "^2.2.1",
55+
"qs": "^6.9.1",
5556
"terminal-kit": "^1.31.3"
5657
},
5758
"devDependencies": {

0 commit comments

Comments
 (0)