@duffel/api 2.9.0 → 2.9.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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -252,7 +252,7 @@ console.log(orderUpdateResponse.data.id)
252
252
 
253
253
  ## Configuration
254
254
 
255
- ### Test and live modes
255
+ ### Test and live mode
256
256
 
257
257
  To use the Duffel test mode, make sure you're using a "test" token. And for live mode, make sure to use a "live" token.
258
258
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duffel/api",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "Javascript client library for the Duffel API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -86,7 +86,7 @@
86
86
  "rollup-plugin-dts-bundle": "^1.0.0",
87
87
  "rollup-plugin-inject-process-env": "1.3.1",
88
88
  "rollup-plugin-peer-deps-external": "2.2.4",
89
- "rollup-plugin-terser": "7.0.2",
89
+ "@rollup/plugin-terser": "0.1.0",
90
90
  "rollup-plugin-typescript2": "0.36.0",
91
91
  "semantic-release": "22.0.12",
92
92
  "ts-jest": "29.1.2",