Skip to content

Commit f41a255

Browse files
9.0.0-beta.12
1 parent 50f1d9b commit f41a255

File tree

6 files changed

+67
-1902
lines changed

6 files changed

+67
-1902
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 9.0.0-beta.12
2+
Type fixes, see full changelog [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
3+
14
## 9.0.0-beta.11
25
This version represents a transition in how we maintain our external client libraries. We are now using an [API spec](https://github.com/plaid/plaid-openapi) written in `OpenAPI 3.0.0` and running our definition file through [OpenAPITool's `typescript-axios` generator](https://github.com/OpenAPITools/openapi-generator). All tests have been rewritten in Typescript.
36

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ISTANBUL = node --harmony node_modules/.bin/istanbul
55
JSHINT = $(BIN)/jshint --config .jshintrc
66
OPENAPI_FILE:=2020-09-14.yml
77
OPENAPI_GENERATOR:=docker run --rm -v $(CURRENT_DIR):/local openapitools/openapi-generator-cli:v5.0.1 generate
8-
OPENAPI_VERSION:=1.5.3-beta
8+
OPENAPI_VERSION:=1.8.0-beta
99
NODE_PACKAGE_VERSION:=$(shell cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | sed 's/ version: //g')
1010
TSC = $(BIN)/tsc
1111
TSC_CONFIG = tsconfig.json

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A node.js client library for the [Plaid API][1].
2121
## Install
2222

2323
```console
24-
$ npm install plaid
24+
$ npm install plaid@beta
2525
```
2626

2727
### Versioning

0 commit comments

Comments
 (0)