@grouparoo/eloqua
Advanced tools
Comparing version 0.7.0-alpha.10 to 0.7.0-alpha.11
import path from "path"; | ||
import "@grouparoo/spec-helper"; | ||
import { helper } from "@grouparoo/spec-helper"; | ||
@@ -16,16 +15,3 @@ | ||
const nockFile = path.join( | ||
__dirname, | ||
"../", | ||
"fixtures", | ||
"destination-mapping-options.js" | ||
); | ||
// these comments to use nock | ||
const newNock = false; | ||
require("./../fixtures/destination-mapping-options"); | ||
// or these to make it true | ||
// const newNock = true; | ||
// helper.recordNock(nockFile, updater); | ||
const { newNock } = helper.useNock(__filename, updater); | ||
const appOptions = loadAppOptions(newNock); | ||
@@ -32,0 +18,0 @@ const appId = "app_789-po09-EOEP-HKp8-3039"; |
@@ -1,3 +0,1 @@ | ||
import path from "path"; | ||
import "@grouparoo/spec-helper"; | ||
import { helper } from "@grouparoo/spec-helper"; | ||
@@ -43,11 +41,3 @@ | ||
const nockFile = path.join(__dirname, "../", "fixtures", "export-records.js"); | ||
// these comments to use nock | ||
const newNock = false; | ||
require("./../fixtures/export-records"); | ||
// or these to make it true | ||
// const newNock = true; | ||
// helper.recordNock(nockFile, updater); | ||
const { newNock } = helper.useNock(__filename, updater); | ||
const appOptions = loadAppOptions(newNock); | ||
@@ -54,0 +44,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "The Grouparoo Eloqua Plugin", | ||
"version": "0.7.0-alpha.10", | ||
"version": "0.7.0-alpha.11", | ||
"license": "MPL-2.0", | ||
@@ -32,11 +32,11 @@ "private": false, | ||
"dependencies": { | ||
"@grouparoo/app-templates": "0.7.0-alpha.10", | ||
"@grouparoo/app-templates": "0.7.0-alpha.11", | ||
"axios": "0.21.4" | ||
}, | ||
"devDependencies": { | ||
"@grouparoo/core": "0.7.0-alpha.10", | ||
"@grouparoo/spec-helper": "0.7.0-alpha.10", | ||
"@grouparoo/core": "0.7.0-alpha.11", | ||
"@grouparoo/spec-helper": "0.7.0-alpha.11", | ||
"@types/jest": "*", | ||
"@types/node": "*", | ||
"actionhero": "27.1.4", | ||
"actionhero": "27.1.5", | ||
"dotenv": "10.0.0", | ||
@@ -46,8 +46,8 @@ "fs-extra": "10.0.0", | ||
"nock": "13.1.3", | ||
"prettier": "2.3.2", | ||
"prettier": "2.4.1", | ||
"sequelize": "6.6.2", | ||
"ts-jest": "27.0.5", | ||
"typescript": "4.4.2" | ||
"typescript": "4.4.3" | ||
}, | ||
"gitHead": "3d606c072de5382417f6c0eb45290335ee92c06d" | ||
"gitHead": "cd4dd4eeedc69078df0d7166610fac088ddb179c" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2111390
59380
1
+ Added@grouparoo/app-templates@0.7.0-alpha.11(transitive)
- Removed@grouparoo/app-templates@0.7.0-alpha.10(transitive)