@abi-software/flatmapvuer 0.5.1 → 0.5.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.
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/flatmapvuer",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/flatmapvuer",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/flatmapvuer.common.js",
6
6
  "files": [
@@ -12,8 +12,8 @@ const inArray = function(ar1, ar2){
12
12
 
13
13
  let FlatmapQueries = function(){
14
14
 
15
- this.initialise = function(sparcApi, flatmapApi){
16
- this.sparcApi = sparcApi
15
+ this.initialise = function(sparcAPI, flatmapApi){
16
+ this.sparcAPI = sparcAPI
17
17
  this.flatmapApi = flatmapApi
18
18
  this.destinations = []
19
19
  this.origins = []