@assemblyline-agents/otlp 0.1.0 → 1.0.0

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/README.md +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -12,7 +12,7 @@ npm install @assemblyline-agents/otlp
12
12
 
13
13
  ## Part of Assembly Line
14
14
 
15
- This package is part of [Assembly Line](https://github.com/jasonbadeaux/openeve), a vendor-neutral, filesystem-first framework for durable AI agents. See the developer documentation in [docs/developers/](https://github.com/jasonbadeaux/openeve/tree/main/docs/developers) for setup, agent authoring, and deployment guides.
15
+ This package is part of [Assembly Line](https://github.com/jasonbadeaux/assembly-line), a vendor-neutral, filesystem-first framework for durable AI agents. See the developer documentation in [docs/developers/](https://github.com/jasonbadeaux/assembly-line/tree/main/docs/developers) for setup, agent authoring, and deployment guides.
16
16
 
17
17
  ## License
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@assemblyline-agents/otlp",
3
- "version": "0.1.0",
3
+ "version": "1.0.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -9,10 +9,10 @@
9
9
  }
10
10
  },
11
11
  "dependencies": {
12
- "@assemblyline-agents/core": "0.1.0",
13
- "@assemblyline-agents/runtime": "0.1.0"
12
+ "@assemblyline-agents/core": "1.0.0",
13
+ "@assemblyline-agents/runtime": "1.0.0"
14
14
  },
15
- "description": "Official OpenEve OTLP/HTTP instrumentation plugin for GenAI telemetry backends.",
15
+ "description": "Official Assembly Line OTLP/HTTP instrumentation plugin for GenAI telemetry backends.",
16
16
  "files": [
17
17
  "dist"
18
18
  ],
@@ -22,16 +22,16 @@
22
22
  "license": "MIT",
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "git+https://github.com/jasonbadeaux/openeve.git",
25
+ "url": "git+https://github.com/jasonbadeaux/assembly-line.git",
26
26
  "directory": "packages/otlp"
27
27
  },
28
28
  "bugs": {
29
- "url": "https://github.com/jasonbadeaux/openeve/issues"
29
+ "url": "https://github.com/jasonbadeaux/assembly-line/issues"
30
30
  },
31
- "homepage": "https://github.com/jasonbadeaux/openeve#readme",
32
- "author": "OpenEve contributors",
31
+ "homepage": "https://github.com/jasonbadeaux/assembly-line#readme",
32
+ "author": "Assembly Line contributors",
33
33
  "keywords": [
34
- "openeve",
34
+ "assembly-line",
35
35
  "ai",
36
36
  "agents",
37
37
  "otlp",