Skip to content

Commit

Permalink
Merge pull request #9 from sushobhit-lt/stage
Browse files Browse the repository at this point in the history
bump version 1.0.1
  • Loading branch information
sushobhit-lt authored Aug 13, 2023
2 parents 7ece14d + 32d745e commit e4f2712
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 1,084 deletions.
12 changes: 6 additions & 6 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@lambdatest/smartui-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"main": "./src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -14,15 +14,15 @@
"author": "",
"license": "ISC",
"dependencies": {
"@lambdatest/smartui-logger": "1.0.0",
"@lambdatest/smartui-core": "1.0.0",
"@lambdatest/smartui-core": "1.0.1",
"@lambdatest/smartui-logger": "1.0.1",
"commander": "^11.0.0",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"url": "^0.11.1"
},
"devDependencies": {
"@lambdatest/smartui-logger": "file:../logger",
"@lambdatest/smartui-core": "file:../core"
"@lambdatest/smartui-core": "file:../core",
"@lambdatest/smartui-logger": "file:../logger"
}
}
Loading

0 comments on commit e4f2712

Please sign in to comment.