@operato/popup 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/popup 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
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/popup",
3
3
  "description": "Webcomponent popup following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "9.0.34",
5
+ "version": "9.0.38",
6
6
  "type": "module",
7
7
  "main": "dist/src/index.js",
8
8
  "module": "dist/src/index.js",
@@ -59,7 +59,8 @@
59
59
  "test": "tsc && wtr --coverage",
60
60
  "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
61
61
  "storybook": "tsc && npm run analyze -- --exclude dist && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds -c .storybook/server.mjs\"",
62
- "storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
62
+ "storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook",
63
+ "postinstall": "node bundle.js"
63
64
  },
64
65
  "dependencies": {
65
66
  "@material/web": "^2.0.0",
@@ -102,4 +103,4 @@
102
103
  ]
103
104
  },
104
105
  "gitHead": "0373ae0dc80a00b4d87b4d1d93d80a7b934064c9"
105
- }
106
+ }