@atrib/runtime-log 0.2.0 → 0.2.1

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 +2 -12
  2. package/package.json +7 -6
package/README.md CHANGED
@@ -10,22 +10,12 @@ window through a `log_window_manifest`.
10
10
 
11
11
  ## Install
12
12
 
13
- `@atrib/runtime-log` is a publish target until the first manual npm publish
14
- creates the package and npm Trusted Publisher is configured for later releases.
15
-
16
- After publication:
17
-
18
13
  ```bash
19
14
  pnpm add @atrib/runtime-log
20
15
  ```
21
16
 
22
- Before publication, test through the workspace or a packed tarball:
23
-
24
- ```bash
25
- pnpm --filter @atrib/runtime-log build
26
- cd packages/runtime-log
27
- pnpm pack --pack-destination /tmp
28
- ```
17
+ Version 0.2.0 was first-published manually. Later releases use npm Trusted
18
+ Publisher through `release.yml`.
29
19
 
30
20
  ## Basic use
31
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atrib/runtime-log",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "atrib-runtime-log": "./dist/cli.js"
@@ -29,13 +29,14 @@
29
29
  "directory": "packages/runtime-log"
30
30
  },
31
31
  "keywords": [
32
- "atrib",
33
- "runtime-log",
34
32
  "agent-runtime",
35
- "verifiable",
36
- "merkle-log",
33
+ "observability",
34
+ "audit-log",
37
35
  "provenance",
38
- "agent-trace"
36
+ "trace",
37
+ "verifiable",
38
+ "atrib",
39
+ "runtime-log"
39
40
  ],
40
41
  "dependencies": {
41
42
  "@noble/hashes": "^2.2.0",