powerbi-visuals-tools 4.0.0 → 4.0.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/Changelog.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  This page contains information about changes to the PowerBI Visual Tools (pbiviz).
4
4
 
5
+ ## 4.0.2
6
+ * Fix custom visual package upload to desktop version of PowerBI
7
+ * Removed environment logging in this version
8
+ * Downgraded "powerbi-visuals-webpack-plugin"
9
+
5
10
  ## 4.0.0
6
11
  * This release version includes changes from previous betta versions: 3.4.0, 3.4.1, 3.4.2, 3.4.3.
7
12
 
package/config.json CHANGED
@@ -1 +1 @@
1
- {"templates":{"visuals":"templates/visuals","pbiviz":"templates/pbiviz.json.template","plugin":"templates/plugin.ts.template","package":"templates/package.json.template"},"generate":{"apiVersion":"3.8.0"},"constants":{"minAPIversion":"3.2.0"},"build":{"precompileFolder":".tmp/precompile","dropFolder":".tmp/drop","js":"tmp.visual.js","css":"visual.css","stats":"../../webpack.statistics.html"},"package":{"dropFolder":"dist"},"server":{"root":"webRoot","assetsRoute":"/assets","privateKey":"certs/PowerBICustomVisualTest_private.key","certificate":"certs/PowerBICustomVisualTest_public.crt","pfx":"certs/PowerBICustomVisualTest_public.pfx","port":"8080","passphrase":"2375745128890907"},"visualTemplates":{"circlecard":"https://codeload.github.com/microsoft/powerbi-visuals-circlecard-react/zip/master"}}
1
+ {"templates":{"visuals":"templates/visuals","pbiviz":"templates/pbiviz.json.template","plugin":"templates/plugin.ts.template","package":"templates/package.json.template"},"generate":{"apiVersion":"3.8.0"},"constants":{"minAPIversion":"3.2.0"},"build":{"precompileFolder":".tmp/precompile","dropFolder":".tmp/drop","js":"tmp.visual.js","css":"visual.css","stats":"../../webpack.statistics.html"},"package":{"dropFolder":"dist"},"server":{"root":"webRoot","assetsRoute":"/assets","privateKey":"certs/PowerBICustomVisualTest_private.key","certificate":"certs/PowerBICustomVisualTest_public.crt","pfx":"certs/PowerBICustomVisualTest_public.pfx","port":"8080","passphrase":"9877149244399557"},"visualTemplates":{"circlecard":"https://codeload.github.com/microsoft/powerbi-visuals-circlecard-react/zip/master"}}
@@ -142,7 +142,7 @@ class WebPackGenerator {
142
142
  await this.installAPIpackage();
143
143
  }
144
144
 
145
- pluginConfiguration.env = await this.getEnvironmentDetails();
145
+ // pluginConfiguration.env = await this.getEnvironmentDetails();
146
146
 
147
147
  let api = WebPackGenerator.loadAPIPackage(visualPackage);
148
148
  pluginConfiguration.apiVersion = api.version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerbi-visuals-tools",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "description": "Command line tool for creating and publishing visuals for Power BI",
5
5
  "main": "./lib/VisualPackage.js",
6
6
  "scripts": {
@@ -61,7 +61,7 @@
61
61
  "mini-css-extract-plugin": "^1.4.0",
62
62
  "os-browserify": "^0.3.0",
63
63
  "path-browserify": "^1.0.1",
64
- "powerbi-visuals-webpack-plugin": "^3.0.0",
64
+ "powerbi-visuals-webpack-plugin": "^2.3.1",
65
65
  "process": "^0.11.10",
66
66
  "punycode": "^2.1.1",
67
67
  "querystring-es3": "^0.2.1",