@io-orkes/conductor-javascript 1.2.0-rc.7 → 1.2.0-rc.9

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@io-orkes/conductor-javascript",
3
3
  "description": "Typescript Client for Netflix Conductor",
4
- "version": "v1.2.0-rc.7",
4
+ "version": "v1.2.0-rc.9",
5
5
  "exports": {
6
6
  ".": {
7
7
  "require": "./dist/index.js",
@@ -66,7 +66,6 @@
66
66
  "dotenv": "^16.0.1",
67
67
  "eslint": "^6.1.0",
68
68
  "jest": "^29.4.3",
69
- "node-fetch": "^2.6.12",
70
69
  "@types/node-fetch": "^2.6.4",
71
70
  "ts-jest": "^29.0.5",
72
71
  "ts-node": "^10.7.0",
@@ -76,9 +75,6 @@
76
75
  "typescript": "^4.6.4",
77
76
  "uuid": "^9.0.0"
78
77
  },
79
- "peerDependencies": {
80
- "node-fetch": "*"
81
- },
82
78
  "tsup": {
83
79
  "target": "node18",
84
80
  "sourcemap": true,
@@ -101,5 +97,6 @@
101
97
  "node": ">=18"
102
98
  },
103
99
  "dependencies": {
100
+ "node-fetch": "^2.6.12"
104
101
  }
105
102
  }