powerbi-visuals-tools 7.1.1 → 7.1.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.
Files changed (2) hide show
  1. package/Changelog.md +3 -0
  2. package/package.json +2 -2
package/Changelog.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  This page contains information about changes to the PowerBI Visual Tools (pbiviz).
4
4
 
5
+ ## 7.1.2
6
+ * Npm audit fixes.
7
+
5
8
  ## 7.1.1
6
9
  * Minor documentation and metadata updates.
7
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerbi-visuals-tools",
3
- "version": "7.1.1",
3
+ "version": "7.1.2",
4
4
  "description": "Command line tool for creating and publishing visuals for Power BI",
5
5
  "main": "./bin/pbiviz.js",
6
6
  "type": "module",
@@ -48,7 +48,6 @@
48
48
  "lodash.isequal": "4.5.0",
49
49
  "lodash.ismatch": "^4.4.0",
50
50
  "mini-css-extract-plugin": "^2.10.2",
51
- "powerbi-visuals-api": "~5.3.0",
52
51
  "powerbi-visuals-webpack-plugin": "^5.0.1",
53
52
  "terser-webpack-plugin": "^5.4.0",
54
53
  "ts-loader": "^9.5.4",
@@ -57,6 +56,7 @@
57
56
  "webpack-bundle-analyzer": "4.10.2",
58
57
  "webpack-dev-server": "^5.2.3",
59
58
  "zod": "^4.3.6"
59
+
60
60
  },
61
61
  "devDependencies": {
62
62
  "@typescript-eslint/eslint-plugin": "^8.58.0",