@friggframework/api-module-pipedrive 0.8.2 → 0.8.3

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/manager.js CHANGED
@@ -1,7 +1,7 @@
1
1
  const _ = require('lodash');
2
2
  const { Api } = require('./api.js');
3
- const Entity = require('./models/entity');
4
- const Credential = require('./models/credential');
3
+ const { Entity } = require('./models/entity');
4
+ const { Credential } = require('./models/credential');
5
5
  const LHModuleManager = require('../../base/managers/LHModuleManager');
6
6
  const ModuleConstants = require('../ModuleConstants');
7
7
  const { update } = require('lodash');
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.8.2",
2
+ "version": "0.8.3",
3
3
  "name": "@friggframework/api-module-pipedrive",
4
4
  "prettier": "@friggframework/prettier-config",
5
5
  "description": "",
package/test/Api.test.js CHANGED
@@ -1,7 +1,7 @@
1
1
  const chai = require('chai');
2
2
  const { expect } = chai;
3
3
  const should = chai.should();
4
- const Api = require('../api');
4
+ const { Api } = require('../api');
5
5
  const { mockApi } = require('../../../../test/utils/mockApi');
6
6
 
7
7
  const MockedApi = mockApi(Api, {