@volcengine/tls-observer-cursor 0.0.4 → 0.0.6

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +5 -2
package/dist/index.js CHANGED
@@ -223,7 +223,7 @@ async function closeTraceLogProducers() {
223
223
  }));
224
224
  }
225
225
  var package_namespaceObject = {
226
- rE: "0.0.4"
226
+ rE: "0.0.6"
227
227
  };
228
228
  function toOtlpAnyValue(value) {
229
229
  if ('string' == typeof value) return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volcengine/tls-observer-cursor",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "Export Cursor hook telemetry and agent transcripts to Volcengine TLS with OTLP traces.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -21,7 +21,10 @@
21
21
  "opentelemetry",
22
22
  "tls"
23
23
  ],
24
+ "publishConfig": {
25
+ "access": "public"
26
+ },
24
27
  "dependencies": {
25
28
  "@volcengine/openapi": "^1.36.1"
26
29
  }
27
- }
30
+ }