@crowdstrike/logscale-search 1.126.0--build-684--sha-1de8e2885c1117489d131c478ebf5a572b6881cf

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 (4) hide show
  1. package/index.d.ts +675 -0
  2. package/index.js +26936 -0
  3. package/index.js.map +6 -0
  4. package/package.json +14 -0
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@crowdstrike/logscale-search",
3
+ "version": "1.126.0--build-684--sha-1de8e2885c1117489d131c478ebf5a572b6881cf",
4
+ "description": "A WebComponent library that allows embedding the LogScale Search View in other applications.",
5
+ "author": "Crowdstrike",
6
+ "license": "MIT",
7
+ "types": "index.d.ts",
8
+ "main": "index.js",
9
+ "files": ["index.js", "index.d.ts", "index.js.map"],
10
+ "dependencies": {
11
+ },
12
+ "devDependencies": {
13
+ }
14
+ }