@occam-scaly/scaly-cli 0.2.1 → 0.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/lib/scaly-api.js +1 -1
  2. package/package.json +1 -1
package/lib/scaly-api.js CHANGED
@@ -248,7 +248,7 @@ const QUERIES = {
248
248
  accountId
249
249
  status
250
250
  addOnDatabase { size type }
251
- addOnCognito { userPoolName userPoolId }
251
+ addOnCognito { userPoolName }
252
252
  addOnStorageS3 { bucket }
253
253
  }
254
254
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@occam-scaly/scaly-cli",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Scaly CLI (auth + project config helpers)",
5
5
  "bin": {
6
6
  "scaly": "./bin/scaly.js"