@patternfly-java/charts 0.7.7 → 0.8.1

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 (1) hide show
  1. package/package.json +8 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly-java/charts",
3
3
  "private": false,
4
- "version": "0.7.7",
4
+ "version": "0.8.1",
5
5
  "description": "Web Components wrapper around PatternFly React Charts",
6
6
  "homepage": "https://patternfly-java.github.io/",
7
7
  "repository": {
@@ -22,6 +22,11 @@
22
22
  "author": "Harald Pehl <harald.pehl@gmail.com>",
23
23
  "type": "module",
24
24
  "source": "src/charts.js",
25
+ "scripts": {
26
+ "dev": "parcel serve demo.html --port 5173 --no-cache",
27
+ "build": "parcel build src/charts.js --no-cache",
28
+ "clean": "rimraf .parcel-cache dist"
29
+ },
25
30
  "devDependencies": {
26
31
  "parcel": "^2.16.4",
27
32
  "rimraf": "^6.1.3"
@@ -54,9 +59,5 @@
54
59
  "victory-voronoi-container": "^37.3.6",
55
60
  "victory-zoom-container": "^37.3.6"
56
61
  },
57
- "scripts": {
58
- "dev": "parcel serve demo.html --port 5173 --no-cache",
59
- "build": "parcel build src/charts.js --no-cache",
60
- "clean": "rimraf .parcel-cache dist"
61
- }
62
- }
62
+ "packageManager": "pnpm@11.0.0-dev.1005+sha512.91f84a392eea348ea4852a182912d2520273a4336f933b78cc44bc931eb999923c097e9433a9b355adc1f725725ea99082fc9f032a559df832632e764c92c798"
63
+ }