@aptos-scp/isl-component-resource-definition 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@ const resourceDefinition = ResourceDefinitionFactory_1.ResourceDefinitionFactory
9
9
  resourceDefinition
10
10
  .execute(command, args)
11
11
  .then(() => {
12
- console.log("Command executed successfully.");
12
+ console.log("Command executed successfully");
13
13
  })
14
14
  .catch((error) => {
15
15
  console.error("Error executing command:", error);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aptos-scp/isl-component-resource-definition",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Component is used to create Serverless application",
5
5
  "private": false,
6
6
  "license": "SEE LICENSE IN LICENSE.md",