leadconduit-batch 0.1.10 → 0.1.11

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 (3) hide show
  1. package/.nvmrc +1 -0
  2. package/docs/index.md +1 -0
  3. package/package.json +5 -2
package/.nvmrc ADDED
@@ -0,0 +1 @@
1
+ 24
package/docs/index.md CHANGED
@@ -2,5 +2,6 @@
2
2
  provider: ActiveProspect
3
3
  name: Batch File Delivery
4
4
  link: https://activeprospect.com/
5
+ account_access: paid
5
6
  ---
6
7
  Push lead data to a configurable CSV file and deliver via email or SFTP on an interval of your choice.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "leadconduit-batch",
3
3
  "description": "LeadConduit integration to send batch files",
4
- "version": "0.1.10",
4
+ "version": "0.1.11",
5
5
  "main": "index.js",
6
6
  "license": "UNLICENSED",
7
7
  "repository": {
@@ -19,7 +19,10 @@
19
19
  "lodash": "^4.17.4"
20
20
  },
21
21
  "devDependencies": {
22
- "@activeprospect/integration-dev-dependencies": "^2.0.2",
22
+ "@activeprospect/integration-dev-dependencies": "^2.1.0",
23
23
  "leadconduit-integration": "^0.6.3"
24
+ },
25
+ "engines": {
26
+ "node": ">=20"
24
27
  }
25
28
  }