@cloudbase/types 2.27.5 → 2.28.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/index.d.ts +1 -0
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -34,6 +34,7 @@ export interface ICredentialsInfo {
34
34
 
35
35
  export interface ICloudbaseConfig {
36
36
  env: string
37
+ intl?: boolean,
37
38
  region?: string
38
39
  timeout?: number
39
40
  persistence?: Persistence
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/types",
3
- "version": "2.27.5",
3
+ "version": "2.28.1",
4
4
  "description": "cloudbase javascript sdk types",
5
5
  "files": [
6
6
  "index.js",
@@ -43,5 +43,5 @@
43
43
  "lint": "eslint --fix \"./**/*.ts\"",
44
44
  "precommit": "npm run lint"
45
45
  },
46
- "gitHead": "fa2dc974881702d7700de31d4eab695d035b4831"
46
+ "gitHead": "a0ab46b1b5277c84d2c48abd3e2400cb4664281c"
47
47
  }