@monolayer/sdk 1.2.1 → 1.2.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.
Files changed (2) hide show
  1. package/dist/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/bin/cli.js CHANGED
@@ -21535,7 +21535,7 @@ A new version of @monolayer/sdk is available. Current version: ${installedVersio
21535
21535
  }
21536
21536
 
21537
21537
  // src/bin/cli.ts
21538
- var CURRENT_VERSION = "1.1.1";
21538
+ var CURRENT_VERSION = "1.2.2";
21539
21539
  function isCommanderError(error) {
21540
21540
  return error instanceof CommanderError;
21541
21541
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monolayer/sdk",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Build and deploy full-stack applications with zero infrastructure overhead.",
5
5
  "author": "Marcos Essindi <marcessindi@me.com>",
6
6
  "license": "MIT",