Skip to content

Commit 752e70b

Browse files
committed
release: setup to release 0.0.96
1 parent 581cdd0 commit 752e70b

File tree

3 files changed

+42
-39
lines changed

3 files changed

+42
-39
lines changed

bin/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ async function run(argv: AnyObject) {
175175

176176
i++;
177177
} while (moreStack !== "No" || choiceLength === 0);
178-
await rover_utilities.addComponents(template);
178+
await rover_utilities.addComponents(template);
179179
} else if (editedSam === "add modules to existing SAM") {
180180
let res = await roverADD()
181181
let app_name = res["appname"]

package-lock.json

Lines changed: 39 additions & 36 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
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"@iarna/toml": "^2.2.5",
8-
"@rover-tools/engine": "file:../rover-engine",
8+
"@rover-tools/engine": "^0.0.49",
99
"@types/inquirer": "^8.2.1",
1010
"esm": "^3.2.25",
1111
"immer": "^9.0.14",
@@ -18,7 +18,7 @@
1818
"type": "commonjs",
1919
"name": "@rover-tools/cli",
2020
"description": "Rover-CLI is a SAM module generating system, which generates SAM projects based on user requirements. It will have a set of predefined stacks(Auth, CRUD) which are commonly used and a option to define our custom stacks. It is designed using typescript with SAM CLI support. Currently, it is a CLI-based library that supports Node and Python with a limited set of AWS services.",
21-
"version": "0.0.95",
21+
"version": "0.0.96",
2222
"main": "dist/bin/init.js",
2323
"scripts": {
2424
"clean": "shx rm -rf dist/*",

0 commit comments

Comments
 (0)