Skip to content

Commit

Permalink
Reset version to 10.6.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Sep 26, 2022
1 parent 024b64a commit e42079d
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 41 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.11.0
10.6.0-beta.1
1 change: 0 additions & 1 deletion lib/net/FetchHttpClient.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions lib/resources.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions lib/resources/SubscriptionSchedules.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions lib/resources/Terminal/Readers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stripe",
"version": "10.11.0",
"version": "10.6.0-beta.1",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down
3 changes: 2 additions & 1 deletion src/stripe.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import _Error = require('./Error');

const resources = require('./resources');
const apiVersion = require('./apiVersion');

const DEFAULT_HOST = 'api.stripe.com';
const DEFAULT_PORT = '443';
const DEFAULT_BASE_PATH = '/v1/';
const DEFAULT_API_VERSION = null;
const DEFAULT_API_VERSION = apiVersion.ApiVersion;

const DEFAULT_TIMEOUT = 80000;

Expand Down

0 comments on commit e42079d

Please sign in to comment.