Skip to content

Commit 19ebb9e

Browse files
committed
fixes
1 parent 8222f36 commit 19ebb9e

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

internal/versions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121

2222
package internal
2323

24-
const CollectorContribProcessorsVersion = "v0.143.0"
24+
const CollectorContribProcessorsVersion = "v0.138.0"

web/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,9 @@
1919
"@codemirror/lang-yaml": "^6.1.1",
2020
"@codemirror/lint": "^6.9.2",
2121
"codemirror": "^6.0.1",
22-
<<<<<<< HEAD
23-
"split.js": "^1.6.5",
2422
"jsondiffpatch": "^0.7.3",
25-
"lit": "^3.2.1"
26-
=======
27-
"jsondiffpatch": "^0.6.0",
2823
"lit": "^3.2.1",
2924
"split.js": "^1.6.5"
30-
>>>>>>> 975bed1 (OTTL Playground Autocomplete Implementation Summary)
3125
},
3226
"scripts": {
3327
"build": "npm run lint:eslint && npm run lint:lit-analyzer && rollup -c",

web/public/wasm/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"versions": [
33
{
4-
"artifact": "wasm/ottlplayground-v0.142.0.wasm",
5-
"version": "v0.142.0"
4+
"artifact": "wasm/ottlplayground-v0.143.0.wasm",
5+
"version": "v0.143.0"
66
},
77
{
88
"artifact": "wasm/ottlplayground-v0.138.0.wasm",

0 commit comments

Comments
 (0)