@oyster-lib/cli 2.1.0 → 2.1.1

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -26567,7 +26567,7 @@ function setMigrate(program2) {
26567
26567
  }
26568
26568
 
26569
26569
  // src/index.ts
26570
- program.name("oyster").version("2.0.0").description("Oyster CLI v2 - deploy and manage your Oyster applications");
26570
+ program.name("oyster").version("2.1.1").description("Oyster CLI v2 - deploy and manage your Oyster applications");
26571
26571
  setLogin(program);
26572
26572
  setInit(program);
26573
26573
  setDeploy(program);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oyster-lib/cli",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "oyster": "dist/index.js"