conductor-node 3.1.0 → 3.1.2

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 +4 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Conductor Node.js Library
2
2
 
3
- The Conductor Node.js library provides convenient access to the Conductor API from applications written in server-side JavaScript. Zero dependencies.
3
+ The Conductor Node.js library provides convenient access to the Conductor API from applications written in server-side JavaScript.
4
4
 
5
5
  ## Requirements
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "Conductor API wrapper",
5
5
  "author": "Danny Nemer <hi@DannyNemer.com>",
6
6
  "license": "MIT",
@@ -15,6 +15,9 @@
15
15
  "postpack": "rm -rf dist",
16
16
  "test-staging": "yarn ts-node ./test/sendMockRequest"
17
17
  },
18
+ "engines": {
19
+ "node": ">=16"
20
+ },
18
21
  "devDependencies": {
19
22
  "tsc-alias": "^1.7.0"
20
23
  },