@perses-dev/splunk-plugin 0.1.0 → 0.2.0-beta.2
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.
- package/__mf/js/{Splunk.6f71e9ce.js → Splunk.98b2d5ad.js} +4 -4
- package/__mf/js/async/121.cd990f2a.js +2 -0
- package/__mf/js/async/181.45639ce7.js +2 -0
- package/__mf/js/async/230.28ff3a01.js +1 -0
- package/__mf/js/async/392.54d1105e.js +2 -0
- package/__mf/js/async/392.54d1105e.js.LICENSE.txt +8 -0
- package/__mf/js/async/43.c13dea67.js +2 -0
- package/__mf/js/async/{116.9f39e2dc.js.LICENSE.txt → 43.c13dea67.js.LICENSE.txt} +1 -41
- package/__mf/js/async/470.39364cc9.js +2 -0
- package/__mf/js/async/496.5533cf13.js +1 -0
- package/__mf/js/async/562.faedd192.js +2 -0
- package/__mf/js/async/77.d9722d64.js +1 -0
- package/__mf/js/async/788.e519d52f.js +43 -0
- package/__mf/js/async/{332.fc51c4d5.js.LICENSE.txt → 788.e519d52f.js.LICENSE.txt} +39 -8
- package/__mf/js/async/873.84546c86.js +1 -0
- package/__mf/js/async/874.496bb61a.js +4 -0
- package/__mf/js/async/874.496bb61a.js.LICENSE.txt +9 -0
- package/__mf/js/async/879.ab41564d.js +102 -0
- package/__mf/js/async/882.0bb195b0.js +1 -0
- package/__mf/js/async/941.049134e9.js +2 -0
- package/__mf/js/async/963.4c102cc8.js +1 -0
- package/__mf/js/async/967.49cac6cc.js +1 -0
- package/__mf/js/async/978.1b184143.js +1 -0
- package/__mf/js/async/982.8181aade.js +10 -0
- package/__mf/js/async/__federation_expose_SplunkDatasource.5b9ca25b.js +2 -0
- package/__mf/js/async/__federation_expose_SplunkLogQuery.5e35f21f.js +2 -0
- package/__mf/js/async/__federation_expose_SplunkTimeSeriesQuery.62f3d6f2.js +2 -0
- package/__mf/js/async/lib-router.02ac6b0e.js +2 -0
- package/__mf/js/{main.ccd342d6.js → main.4223bafa.js} +3 -3
- package/lib/bootstrap.js +2 -2
- package/lib/datasources/index.js +1 -1
- package/lib/datasources/index.js.map +1 -1
- package/lib/datasources/splunk-datasource/SplunkDatasource.d.ts +3 -3
- package/lib/datasources/splunk-datasource/SplunkDatasource.d.ts.map +1 -1
- package/lib/datasources/splunk-datasource/SplunkDatasource.js +2 -2
- package/lib/datasources/splunk-datasource/SplunkDatasource.js.map +1 -1
- package/lib/datasources/splunk-datasource/SplunkDatasourceEditor.d.ts +2 -2
- package/lib/datasources/splunk-datasource/SplunkDatasourceEditor.d.ts.map +1 -1
- package/lib/datasources/splunk-datasource/SplunkDatasourceEditor.js +1 -1
- package/lib/datasources/splunk-datasource/SplunkDatasourceEditor.js.map +1 -1
- package/lib/datasources/splunk-datasource/index.js +3 -3
- package/lib/datasources/splunk-datasource/index.js.map +1 -1
- package/lib/datasources/splunk-datasource/splunk-datasource-types.d.ts +1 -1
- package/lib/datasources/splunk-datasource/splunk-datasource-types.d.ts.map +1 -1
- package/lib/datasources/splunk-datasource/splunk-datasource-types.js.map +1 -1
- package/lib/getPluginModule.d.ts +1 -1
- package/lib/getPluginModule.d.ts.map +1 -1
- package/lib/getPluginModule.js +3 -1
- package/lib/getPluginModule.js.map +1 -1
- package/lib/index-federation.js +1 -1
- package/lib/index.js +4 -4
- package/lib/index.js.map +1 -1
- package/lib/model/index.js +2 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/splunk-client.d.ts +1 -1
- package/lib/model/splunk-client.d.ts.map +1 -1
- package/lib/model/splunk-client.js +1 -1
- package/lib/model/splunk-client.js.map +1 -1
- package/lib/queries/index.js +2 -2
- package/lib/queries/index.js.map +1 -1
- package/lib/queries/splunk-log-query/SplunkLogQuery.d.ts +2 -2
- package/lib/queries/splunk-log-query/SplunkLogQuery.d.ts.map +1 -1
- package/lib/queries/splunk-log-query/SplunkLogQuery.js +4 -6
- package/lib/queries/splunk-log-query/SplunkLogQuery.js.map +1 -1
- package/lib/queries/splunk-log-query/SplunkLogQueryEditor.d.ts +3 -3
- package/lib/queries/splunk-log-query/SplunkLogQueryEditor.d.ts.map +1 -1
- package/lib/queries/splunk-log-query/SplunkLogQueryEditor.js +3 -3
- package/lib/queries/splunk-log-query/SplunkLogQueryEditor.js.map +1 -1
- package/lib/queries/splunk-log-query/get-splunk-log-data.d.ts +2 -2
- package/lib/queries/splunk-log-query/get-splunk-log-data.d.ts.map +1 -1
- package/lib/queries/splunk-log-query/get-splunk-log-data.js +2 -2
- package/lib/queries/splunk-log-query/get-splunk-log-data.js.map +1 -1
- package/lib/queries/splunk-log-query/index.js +4 -4
- package/lib/queries/splunk-log-query/index.js.map +1 -1
- package/lib/queries/splunk-log-query/log-query-plugin-interface.d.ts +2 -2
- package/lib/queries/splunk-log-query/log-query-plugin-interface.d.ts.map +1 -1
- package/lib/queries/splunk-log-query/log-query-plugin-interface.js.map +1 -1
- package/lib/queries/splunk-log-query/splunk-log-query-types.d.ts +2 -2
- package/lib/queries/splunk-log-query/splunk-log-query-types.d.ts.map +1 -1
- package/lib/queries/splunk-log-query/splunk-log-query-types.js.map +1 -1
- package/lib/queries/splunk-time-series-query/SplunkTimeSeriesQuery.d.ts +2 -2
- package/lib/queries/splunk-time-series-query/SplunkTimeSeriesQuery.d.ts.map +1 -1
- package/lib/queries/splunk-time-series-query/SplunkTimeSeriesQuery.js +4 -6
- package/lib/queries/splunk-time-series-query/SplunkTimeSeriesQuery.js.map +1 -1
- package/lib/queries/splunk-time-series-query/SplunkTimeSeriesQueryEditor.d.ts +3 -3
- package/lib/queries/splunk-time-series-query/SplunkTimeSeriesQueryEditor.d.ts.map +1 -1
- package/lib/queries/splunk-time-series-query/SplunkTimeSeriesQueryEditor.js +3 -3
- package/lib/queries/splunk-time-series-query/SplunkTimeSeriesQueryEditor.js.map +1 -1
- package/lib/queries/splunk-time-series-query/get-splunk-time-series-data.d.ts +2 -2
- package/lib/queries/splunk-time-series-query/get-splunk-time-series-data.d.ts.map +1 -1
- package/lib/queries/splunk-time-series-query/get-splunk-time-series-data.js +2 -2
- package/lib/queries/splunk-time-series-query/get-splunk-time-series-data.js.map +1 -1
- package/lib/queries/splunk-time-series-query/index.js +4 -4
- package/lib/queries/splunk-time-series-query/index.js.map +1 -1
- package/lib/queries/splunk-time-series-query/splunk-time-series-query-types.d.ts +2 -2
- package/lib/queries/splunk-time-series-query/splunk-time-series-query-types.d.ts.map +1 -1
- package/lib/queries/splunk-time-series-query/splunk-time-series-query-types.js.map +1 -1
- package/lib/setup-tests.d.ts +1 -1
- package/lib/setup-tests.d.ts.map +1 -1
- package/lib/setup-tests.js +2 -2
- package/lib/setup-tests.js.map +1 -1
- package/mf-manifest.json +60 -44
- package/mf-stats.json +60 -44
- package/package.json +10 -9
- package/__mf/js/async/116.9f39e2dc.js +0 -7
- package/__mf/js/async/121.0ceb8113.js +0 -2
- package/__mf/js/async/181.4d01713c.js +0 -2
- package/__mf/js/async/332.fc51c4d5.js +0 -139
- package/__mf/js/async/386.da241588.js +0 -2
- package/__mf/js/async/470.e7f915b7.js +0 -2
- package/__mf/js/async/537.880623e7.js +0 -1
- package/__mf/js/async/558.db2f2486.js +0 -1
- package/__mf/js/async/756.8162c322.js +0 -24
- package/__mf/js/async/756.8162c322.js.LICENSE.txt +0 -44
- package/__mf/js/async/842.601cf14f.js +0 -1
- package/__mf/js/async/941.693e183d.js +0 -2
- package/__mf/js/async/963.0f837958.js +0 -1
- package/__mf/js/async/982.e5647ac8.js +0 -10
- package/__mf/js/async/__federation_expose_SplunkDatasource.b9438a9e.js +0 -2
- package/__mf/js/async/__federation_expose_SplunkLogQuery.8d011abe.js +0 -2
- package/__mf/js/async/__federation_expose_SplunkTimeSeriesQuery.264a58b9.js +0 -2
- package/__mf/js/async/lib-router.31611676.js +0 -2
- package/lib/cjs/bootstrap.js +0 -27
- package/lib/cjs/datasources/index.js +0 -30
- package/lib/cjs/datasources/splunk-datasource/SplunkDatasource.js +0 -69
- package/lib/cjs/datasources/splunk-datasource/SplunkDatasourceEditor.js +0 -71
- package/lib/cjs/datasources/splunk-datasource/index.js +0 -32
- package/lib/cjs/datasources/splunk-datasource/splunk-datasource-types.js +0 -16
- package/lib/cjs/env.d.js +0 -14
- package/lib/cjs/getPluginModule.js +0 -39
- package/lib/cjs/index-federation.js +0 -55
- package/lib/cjs/index.js +0 -39
- package/lib/cjs/model/index.js +0 -31
- package/lib/cjs/model/splunk-client-types.js +0 -16
- package/lib/cjs/model/splunk-client.js +0 -151
- package/lib/cjs/queries/constants.js +0 -25
- package/lib/cjs/queries/index.js +0 -31
- package/lib/cjs/queries/splunk-log-query/SplunkLogQuery.js +0 -43
- package/lib/cjs/queries/splunk-log-query/SplunkLogQueryEditor.js +0 -95
- package/lib/cjs/queries/splunk-log-query/get-splunk-log-data.js +0 -127
- package/lib/cjs/queries/splunk-log-query/index.js +0 -33
- package/lib/cjs/queries/splunk-log-query/log-query-plugin-interface.js +0 -16
- package/lib/cjs/queries/splunk-log-query/splunk-log-query-types.js +0 -16
- package/lib/cjs/queries/splunk-time-series-query/SplunkTimeSeriesQuery.js +0 -43
- package/lib/cjs/queries/splunk-time-series-query/SplunkTimeSeriesQueryEditor.js +0 -95
- package/lib/cjs/queries/splunk-time-series-query/get-splunk-time-series-data.js +0 -106
- package/lib/cjs/queries/splunk-time-series-query/index.js +0 -33
- package/lib/cjs/queries/splunk-time-series-query/splunk-time-series-query-types.js +0 -16
- package/lib/cjs/setup-tests.js +0 -19
- /package/__mf/css/async/{116.85c2cbf6.css → 788.85c2cbf6.css} +0 -0
- /package/__mf/js/async/{121.0ceb8113.js.LICENSE.txt → 121.cd990f2a.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{181.4d01713c.js.LICENSE.txt → 181.45639ce7.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{470.e7f915b7.js.LICENSE.txt → 470.39364cc9.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{386.da241588.js.LICENSE.txt → 562.faedd192.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{941.693e183d.js.LICENSE.txt → 941.049134e9.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{982.e5647ac8.js.LICENSE.txt → 982.8181aade.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_SplunkDatasource.b9438a9e.js.LICENSE.txt → __federation_expose_SplunkDatasource.5b9ca25b.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_SplunkLogQuery.8d011abe.js.LICENSE.txt → __federation_expose_SplunkLogQuery.5e35f21f.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_SplunkTimeSeriesQuery.264a58b9.js.LICENSE.txt → __federation_expose_SplunkTimeSeriesQuery.62f3d6f2.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{lib-router.31611676.js.LICENSE.txt → lib-router.02ac6b0e.js.LICENSE.txt} +0 -0
package/mf-stats.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "Splunk",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.
|
|
8
|
+
"buildVersion": "0.2.0-beta.2",
|
|
9
9
|
"buildName": "@perses-dev/splunk-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/Splunk.
|
|
12
|
+
"name": "__mf/js/Splunk.98b2d5ad.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -19,30 +19,30 @@
|
|
|
19
19
|
"zip": "",
|
|
20
20
|
"api": ""
|
|
21
21
|
},
|
|
22
|
-
"globalName": "
|
|
22
|
+
"globalName": "Splunk_0_2_0_beta_2",
|
|
23
23
|
"pluginVersion": "2.6.0",
|
|
24
|
-
"getPublicPath": "function() { const prefix = window.PERSES_PLUGIN_ASSETS_PATH || window.PERSES_APP_CONFIG?.api_prefix || \"\"; return prefix + \"/plugins/Splunk/\"; }"
|
|
24
|
+
"getPublicPath": "function() { const prefix = window.PERSES_PLUGIN_ASSETS_PATH || window.PERSES_APP_CONFIG?.api_prefix || \"\"; return prefix + \"/plugins/Splunk~0.2.0-beta.2/\"; }"
|
|
25
25
|
},
|
|
26
26
|
"shared": [
|
|
27
27
|
{
|
|
28
28
|
"singleton": true,
|
|
29
|
-
"requiredVersion": "^0.
|
|
29
|
+
"requiredVersion": "^0.55.0-beta.7",
|
|
30
30
|
"shareScope": "default",
|
|
31
31
|
"name": "@perses-dev/components",
|
|
32
|
-
"version": "0.
|
|
32
|
+
"version": "0.55.0-beta.7",
|
|
33
33
|
"eager": false,
|
|
34
34
|
"id": "Splunk:@perses-dev/components",
|
|
35
35
|
"assets": {
|
|
36
36
|
"js": {
|
|
37
37
|
"async": [],
|
|
38
38
|
"sync": [
|
|
39
|
-
"__mf/js/async/
|
|
39
|
+
"__mf/js/async/788.e519d52f.js"
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"css": {
|
|
43
43
|
"async": [],
|
|
44
44
|
"sync": [
|
|
45
|
-
"__mf/css/async/
|
|
45
|
+
"__mf/css/async/788.85c2cbf6.css"
|
|
46
46
|
]
|
|
47
47
|
}
|
|
48
48
|
},
|
|
@@ -52,17 +52,17 @@
|
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"singleton": true,
|
|
55
|
-
"requiredVersion": "^0.
|
|
55
|
+
"requiredVersion": "^0.55.0-beta.7",
|
|
56
56
|
"shareScope": "default",
|
|
57
57
|
"name": "@perses-dev/plugin-system",
|
|
58
|
-
"version": "0.
|
|
58
|
+
"version": "0.55.0-beta.7",
|
|
59
59
|
"eager": false,
|
|
60
60
|
"id": "Splunk:@perses-dev/plugin-system",
|
|
61
61
|
"assets": {
|
|
62
62
|
"js": {
|
|
63
63
|
"async": [],
|
|
64
64
|
"sync": [
|
|
65
|
-
"__mf/js/async/
|
|
65
|
+
"__mf/js/async/874.496bb61a.js"
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
68
|
"css": {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"js": {
|
|
87
87
|
"async": [],
|
|
88
88
|
"sync": [
|
|
89
|
-
"__mf/js/async/963.
|
|
89
|
+
"__mf/js/async/963.4c102cc8.js"
|
|
90
90
|
]
|
|
91
91
|
},
|
|
92
92
|
"css": {
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"js": {
|
|
111
111
|
"async": [],
|
|
112
112
|
"sync": [
|
|
113
|
-
"__mf/js/async/121.
|
|
113
|
+
"__mf/js/async/121.cd990f2a.js"
|
|
114
114
|
]
|
|
115
115
|
},
|
|
116
116
|
"css": {
|
|
@@ -134,24 +134,30 @@
|
|
|
134
134
|
"assets": {
|
|
135
135
|
"js": {
|
|
136
136
|
"sync": [
|
|
137
|
-
"__mf/js/async/
|
|
138
|
-
"__mf/js/async/537.880623e7.js",
|
|
139
|
-
"__mf/js/async/__federation_expose_SplunkDatasource.b9438a9e.js"
|
|
137
|
+
"__mf/js/async/__federation_expose_SplunkDatasource.5b9ca25b.js"
|
|
140
138
|
],
|
|
141
139
|
"async": [
|
|
142
|
-
"__mf/js/async/lib-router.
|
|
143
|
-
"__mf/js/async/470.
|
|
144
|
-
"__mf/js/async/982.
|
|
145
|
-
"__mf/js/async/__federation_expose_SplunkTimeSeriesQuery.
|
|
146
|
-
"__mf/js/async/__federation_expose_SplunkLogQuery.
|
|
147
|
-
"__mf/js/async/
|
|
148
|
-
"__mf/js/async/
|
|
140
|
+
"__mf/js/async/lib-router.02ac6b0e.js",
|
|
141
|
+
"__mf/js/async/470.39364cc9.js",
|
|
142
|
+
"__mf/js/async/982.8181aade.js",
|
|
143
|
+
"__mf/js/async/__federation_expose_SplunkTimeSeriesQuery.62f3d6f2.js",
|
|
144
|
+
"__mf/js/async/__federation_expose_SplunkLogQuery.5e35f21f.js",
|
|
145
|
+
"__mf/js/async/879.ab41564d.js",
|
|
146
|
+
"__mf/js/async/967.49cac6cc.js",
|
|
147
|
+
"__mf/js/async/43.c13dea67.js",
|
|
148
|
+
"__mf/js/async/392.54d1105e.js",
|
|
149
|
+
"__mf/js/async/882.0bb195b0.js",
|
|
150
|
+
"__mf/js/async/873.84546c86.js",
|
|
151
|
+
"__mf/js/async/230.28ff3a01.js",
|
|
152
|
+
"__mf/js/async/978.1b184143.js",
|
|
153
|
+
"__mf/js/async/77.d9722d64.js",
|
|
154
|
+
"__mf/js/async/496.5533cf13.js"
|
|
149
155
|
]
|
|
150
156
|
},
|
|
151
157
|
"css": {
|
|
152
158
|
"sync": [],
|
|
153
159
|
"async": [
|
|
154
|
-
"__mf/css/async/
|
|
160
|
+
"__mf/css/async/788.85c2cbf6.css"
|
|
155
161
|
]
|
|
156
162
|
}
|
|
157
163
|
}
|
|
@@ -165,23 +171,28 @@
|
|
|
165
171
|
"assets": {
|
|
166
172
|
"js": {
|
|
167
173
|
"sync": [
|
|
168
|
-
"__mf/js/async/470.
|
|
169
|
-
"__mf/js/async/982.
|
|
170
|
-
"__mf/js/async/__federation_expose_SplunkTimeSeriesQuery.
|
|
174
|
+
"__mf/js/async/470.39364cc9.js",
|
|
175
|
+
"__mf/js/async/982.8181aade.js",
|
|
176
|
+
"__mf/js/async/__federation_expose_SplunkTimeSeriesQuery.62f3d6f2.js"
|
|
171
177
|
],
|
|
172
178
|
"async": [
|
|
173
|
-
"__mf/js/async/lib-router.
|
|
174
|
-
"__mf/js/async/
|
|
175
|
-
"__mf/js/async/
|
|
176
|
-
"__mf/js/async/
|
|
177
|
-
"__mf/js/async/
|
|
178
|
-
"__mf/js/async/
|
|
179
|
+
"__mf/js/async/lib-router.02ac6b0e.js",
|
|
180
|
+
"__mf/js/async/879.ab41564d.js",
|
|
181
|
+
"__mf/js/async/967.49cac6cc.js",
|
|
182
|
+
"__mf/js/async/43.c13dea67.js",
|
|
183
|
+
"__mf/js/async/392.54d1105e.js",
|
|
184
|
+
"__mf/js/async/882.0bb195b0.js",
|
|
185
|
+
"__mf/js/async/873.84546c86.js",
|
|
186
|
+
"__mf/js/async/230.28ff3a01.js",
|
|
187
|
+
"__mf/js/async/978.1b184143.js",
|
|
188
|
+
"__mf/js/async/77.d9722d64.js",
|
|
189
|
+
"__mf/js/async/496.5533cf13.js"
|
|
179
190
|
]
|
|
180
191
|
},
|
|
181
192
|
"css": {
|
|
182
193
|
"sync": [],
|
|
183
194
|
"async": [
|
|
184
|
-
"__mf/css/async/
|
|
195
|
+
"__mf/css/async/788.85c2cbf6.css"
|
|
185
196
|
]
|
|
186
197
|
}
|
|
187
198
|
}
|
|
@@ -195,23 +206,28 @@
|
|
|
195
206
|
"assets": {
|
|
196
207
|
"js": {
|
|
197
208
|
"sync": [
|
|
198
|
-
"__mf/js/async/470.
|
|
199
|
-
"__mf/js/async/982.
|
|
200
|
-
"__mf/js/async/__federation_expose_SplunkLogQuery.
|
|
209
|
+
"__mf/js/async/470.39364cc9.js",
|
|
210
|
+
"__mf/js/async/982.8181aade.js",
|
|
211
|
+
"__mf/js/async/__federation_expose_SplunkLogQuery.5e35f21f.js"
|
|
201
212
|
],
|
|
202
213
|
"async": [
|
|
203
|
-
"__mf/js/async/lib-router.
|
|
204
|
-
"__mf/js/async/
|
|
205
|
-
"__mf/js/async/
|
|
206
|
-
"__mf/js/async/
|
|
207
|
-
"__mf/js/async/
|
|
208
|
-
"__mf/js/async/
|
|
214
|
+
"__mf/js/async/lib-router.02ac6b0e.js",
|
|
215
|
+
"__mf/js/async/879.ab41564d.js",
|
|
216
|
+
"__mf/js/async/967.49cac6cc.js",
|
|
217
|
+
"__mf/js/async/43.c13dea67.js",
|
|
218
|
+
"__mf/js/async/392.54d1105e.js",
|
|
219
|
+
"__mf/js/async/882.0bb195b0.js",
|
|
220
|
+
"__mf/js/async/873.84546c86.js",
|
|
221
|
+
"__mf/js/async/230.28ff3a01.js",
|
|
222
|
+
"__mf/js/async/978.1b184143.js",
|
|
223
|
+
"__mf/js/async/77.d9722d64.js",
|
|
224
|
+
"__mf/js/async/496.5533cf13.js"
|
|
209
225
|
]
|
|
210
226
|
},
|
|
211
227
|
"css": {
|
|
212
228
|
"sync": [],
|
|
213
229
|
"async": [
|
|
214
|
-
"__mf/css/async/
|
|
230
|
+
"__mf/css/async/788.85c2cbf6.css"
|
|
215
231
|
]
|
|
216
232
|
}
|
|
217
233
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perses-dev/splunk-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0-beta.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"homepage": "https://github.com/perses/plugins/blob/main/README.md",
|
|
6
6
|
"repository": {
|
|
@@ -14,23 +14,24 @@
|
|
|
14
14
|
"dev": "rsbuild dev",
|
|
15
15
|
"build": "npm run build-mf && concurrently \"npm:build:*\"",
|
|
16
16
|
"build-mf": "rsbuild build",
|
|
17
|
-
"build:cjs": "swc ./src -d dist/lib/cjs --strip-leading-paths --config-file ../.cjs.swcrc",
|
|
18
17
|
"build:esm": "swc ./src -d dist/lib --strip-leading-paths --config-file ../.swcrc",
|
|
19
18
|
"build:types": "tsc --project tsconfig.build.json",
|
|
20
|
-
"lint": "
|
|
21
|
-
"test": "cross-env LC_ALL=C TZ=UTC
|
|
19
|
+
"lint": "oxlint src",
|
|
20
|
+
"test": "cross-env LC_ALL=C TZ=UTC vitest run",
|
|
22
21
|
"type-check": "tsc --noEmit"
|
|
23
22
|
},
|
|
24
|
-
"
|
|
23
|
+
"type": "module",
|
|
24
|
+
"main": "lib/index.js",
|
|
25
25
|
"module": "lib/index.js",
|
|
26
26
|
"types": "lib/index.d.ts",
|
|
27
27
|
"dependencies": {},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@perses-dev/components": "^0.
|
|
30
|
-
"@perses-dev/plugin-system": "^0.
|
|
31
|
-
"@perses-dev/spec": "^0.
|
|
29
|
+
"@perses-dev/components": "^0.55.0-beta.7",
|
|
30
|
+
"@perses-dev/plugin-system": "^0.55.0-beta.7",
|
|
31
|
+
"@perses-dev/spec": "^0.3.0-beta.5",
|
|
32
32
|
"immer": "^10.1.1",
|
|
33
|
-
"react": "^
|
|
33
|
+
"react": "^18.3.0",
|
|
34
|
+
"react-dom": "^18.3.0"
|
|
34
35
|
},
|
|
35
36
|
"devDependencies": {},
|
|
36
37
|
"files": [
|