bump-cli 2.10.0 → 2.11.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.
package/dist/index.d.ts CHANGED
@@ -8,7 +8,7 @@ export declare const COMMANDS: {
8
8
  overlay: typeof Overlay;
9
9
  preview: typeof Preview;
10
10
  };
11
- export { DiffResponse, PreviewResponse, VersionResponse, WithDiff } from './api/models.js';
11
+ export { PreviewResponse, VersionResponse, WithDiff } from './api/models.js';
12
12
  export { default as Deploy } from './commands/deploy.js';
13
13
  export { default as Preview } from './commands/preview.js';
14
14
  export * as Diff from './core/diff.js';
@@ -113,7 +113,7 @@
113
113
  "description": "Documentation, Hub or Organization token. Can be provided via BUMP_TOKEN environment variable",
114
114
  "name": "token",
115
115
  "required": true,
116
- "default": "99f52837852249b328c0a00249f846a3",
116
+ "default": "YpYj49kgo5PmNnrSnezvVwSJKKcZQ7xj",
117
117
  "hasDynamicHelp": false,
118
118
  "multiple": false,
119
119
  "type": "option"
@@ -215,7 +215,7 @@
215
215
  "description": "Documentation, Hub or Organization token. Can be provided via BUMP_TOKEN environment variable",
216
216
  "name": "token",
217
217
  "required": false,
218
- "default": "99f52837852249b328c0a00249f846a3",
218
+ "default": "YpYj49kgo5PmNnrSnezvVwSJKKcZQ7xj",
219
219
  "hasDynamicHelp": false,
220
220
  "multiple": false,
221
221
  "type": "option"
@@ -303,5 +303,5 @@
303
303
  "strict": true
304
304
  }
305
305
  },
306
- "version": "2.10.0"
306
+ "version": "2.11.0"
307
307
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bump-cli",
3
- "description": "The Bump CLI is used to interact with your API documentation hosted on Bump.sh by using the API of developers.bump.sh",
4
- "version": "2.10.0",
3
+ "description": "The Bump CLI is used to interact with your API documentation hosted on Bump.sh by using the APIs of developers.bump.sh",
4
+ "version": "2.11.0",
5
5
  "author": "Paul Bonaud <paulr@bump.sh>",
6
6
  "bin": {
7
7
  "bump": "./bin/run.js"
@@ -16,7 +16,7 @@
16
16
  "@types/mocha": "^10",
17
17
  "@types/node": "^25",
18
18
  "@types/sinon": "^21.0.0",
19
- "@typescript-eslint/eslint-plugin": "^8.13.0",
19
+ "@typescript-eslint/eslint-plugin": "^8.61.1",
20
20
  "chai": "^6.2.2",
21
21
  "eslint": "^8",
22
22
  "eslint-config-oclif": "^5",