serializeapp
Advanced tools
Comparing version 1.0.0 to 1.0.1
'use strict'; | ||
module.exports = require('./lib/serializeApp'); | ||
module.exports = require('./lib/serializeapp'); |
@@ -9,3 +9,3 @@ /** | ||
*/ | ||
var getList = require('./getlist'); | ||
var getList = require('./getList'); | ||
var getDimensions = require('./getDimensions'); | ||
@@ -18,2 +18,3 @@ var getMeasures = require('./getMeasures'); | ||
var getConnections = require('./getDataConnections'); | ||
var getVariables = require('./getVariables'); | ||
@@ -45,3 +46,4 @@ /** | ||
fields: getFields, | ||
dataconnections: getConnections | ||
dataconnections: getConnections, | ||
variables: getVariables | ||
}; | ||
@@ -48,0 +50,0 @@ |
{ | ||
"name": "serializeapp", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Serializes a Qlik Sense App into JSON", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -24,3 +24,3 @@ ##serializeapp | ||
global.openApp('Executive Dashboard') | ||
global.openApp('Executive Dashboard.qvf') | ||
.then(function(app) { | ||
@@ -27,0 +27,0 @@ return serializeapp(app); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16409
16
251