heroku 9.0.0-beta.3 → 9.0.0

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/oclif.manifest.json +29 -29
  2. package/package.json +3 -3
@@ -9256,6 +9256,34 @@
9256
9256
  "index.js"
9257
9257
  ]
9258
9258
  },
9259
+ "teams": {
9260
+ "aliases": [],
9261
+ "args": {},
9262
+ "description": "list the teams that you are a member of\n\nUse heroku members:* to manage team members.",
9263
+ "flags": {
9264
+ "json": {
9265
+ "description": "output in json format",
9266
+ "name": "json",
9267
+ "allowNo": false,
9268
+ "type": "boolean"
9269
+ }
9270
+ },
9271
+ "hasDynamicHelp": false,
9272
+ "hiddenAliases": [],
9273
+ "id": "teams",
9274
+ "pluginAlias": "heroku",
9275
+ "pluginName": "heroku",
9276
+ "pluginType": "core",
9277
+ "strict": true,
9278
+ "topic": "teams",
9279
+ "isESM": false,
9280
+ "relativePath": [
9281
+ "lib",
9282
+ "commands",
9283
+ "teams",
9284
+ "index.js"
9285
+ ]
9286
+ },
9259
9287
  "spaces:create": {
9260
9288
  "aliases": [],
9261
9289
  "args": {
@@ -9752,34 +9780,6 @@
9752
9780
  "wait.js"
9753
9781
  ]
9754
9782
  },
9755
- "teams": {
9756
- "aliases": [],
9757
- "args": {},
9758
- "description": "list the teams that you are a member of\n\nUse heroku members:* to manage team members.",
9759
- "flags": {
9760
- "json": {
9761
- "description": "output in json format",
9762
- "name": "json",
9763
- "allowNo": false,
9764
- "type": "boolean"
9765
- }
9766
- },
9767
- "hasDynamicHelp": false,
9768
- "hiddenAliases": [],
9769
- "id": "teams",
9770
- "pluginAlias": "heroku",
9771
- "pluginName": "heroku",
9772
- "pluginType": "core",
9773
- "strict": true,
9774
- "topic": "teams",
9775
- "isESM": false,
9776
- "relativePath": [
9777
- "lib",
9778
- "commands",
9779
- "teams",
9780
- "index.js"
9781
- ]
9782
- },
9783
9783
  "webhooks:add": {
9784
9784
  "aliases": [],
9785
9785
  "args": {},
@@ -13763,5 +13763,5 @@
13763
13763
  ]
13764
13764
  }
13765
13765
  },
13766
- "version": "9.0.0-beta.3"
13766
+ "version": "9.0.0"
13767
13767
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "9.0.0-beta.3",
5
- "author": "Jeff Dickey @jdxcode",
4
+ "version": "9.0.0",
5
+ "author": "Heroku",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
8
8
  "dependencies": {
@@ -388,5 +388,5 @@
388
388
  "version": "oclif readme --multi && git add README.md ../../docs"
389
389
  },
390
390
  "types": "lib/index.d.ts",
391
- "gitHead": "a71562aae2d8bffba1240a78141e4c8a2ca0dc49"
391
+ "gitHead": "4da724b8d060066189be5d0979a449b65a3e78ff"
392
392
  }