File tree Expand file tree Collapse file tree 7 files changed +950
-2
lines changed Expand file tree Collapse file tree 7 files changed +950
-2
lines changed Original file line number Diff line number Diff line change 17
17
node-version : 12
18
18
- run : npm install
19
19
- run : npm run lint
20
+ - run : npx dtslint --onlyTestTsNext types
20
21
21
22
test :
22
23
name : Node Tests + Coverage
Original file line number Diff line number Diff line change @@ -250,7 +250,8 @@ standard Node.js OpenSSL.
250
250
251
251
#### Semver?
252
252
253
- ** Yes.** Everything that's [ documented] [ documentation ] is subject to
253
+ ** Yes.** Everything that's either exported in the TypeScript definitions file or
254
+ [ documented] [ documentation ] is subject to
254
255
[ Semantic Versioning 2.0.0] ( https://semver.org/spec/v2.0.0.html ) . The rest is to be considered
255
256
private API and is subject to change between any versions.
256
257
@@ -268,6 +269,7 @@ results.
268
269
- Added support for any additional token exchange parameters to support specifications such as
269
270
Resource Indicators
270
271
- Typed [ errors] [ documentation-errors ]
272
+ - TypeScript definitions
271
273
272
274
#### How to make the client send client_id and client_secret in the body?
273
275
Original file line number Diff line number Diff line change 27
27
"license" : " MIT" ,
28
28
"author" : " Filip Skokan <panva.ip@gmail.com>" ,
29
29
"files" : [
30
- " lib"
30
+ " lib" ,
31
+ " types/index.d.ts"
31
32
],
32
33
"main" : " lib/index.js" ,
34
+ "types" : " types/index.d.ts" ,
33
35
"scripts" : {
34
36
"coverage" : " nyc mocha" ,
35
37
"lint" : " eslint lib test" ,
50
52
"devDependencies" : {
51
53
"@commitlint/cli" : " ^8.1.0" ,
52
54
"@commitlint/config-conventional" : " ^8.1.0" ,
55
+ "@types/got" : " ^9.6.7" ,
53
56
"chai" : " ^4.2.0" ,
54
57
"eslint" : " ^6.2.2" ,
55
58
"eslint-config-airbnb-base" : " ^14.0.0" ,
You can’t perform that action at this time.
0 commit comments