@jarkkojs/goosedump 0.3.1 → 0.3.3

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 +4 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -20,4 +20,7 @@ cargo test
20
20
 
21
21
  ## Licensing
22
22
 
23
- `goosedump` is licensed under the `LGPL-2.1-or-later` license.
23
+ The JavaScript npm wrapper is licensed under `Apache-2.0`. The Rust source and
24
+ native binaries are licensed under `LGPL-2.1-or-later`.
25
+ Corresponding source for each published native binary is available from the
26
+ GitHub repository tag that matches the package version.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jarkkojs/goosedump",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "Coding agent context data browser",
5
5
  "license": "Apache-2.0 AND LGPL-2.1-or-later",
6
6
  "homepage": "https://github.com/jarkkojs/goosedump#readme",
@@ -21,9 +21,9 @@
21
21
  "LICENSE-LGPL-2.1"
22
22
  ],
23
23
  "optionalDependencies": {
24
- "@jarkkojs/goosedump-darwin-arm64": "0.3.1",
25
- "@jarkkojs/goosedump-linux-x64": "0.3.1",
26
- "@jarkkojs/goosedump-win32-x64": "0.3.1"
24
+ "@jarkkojs/goosedump-darwin-arm64": "0.3.3",
25
+ "@jarkkojs/goosedump-linux-x64": "0.3.3",
26
+ "@jarkkojs/goosedump-win32-x64": "0.3.3"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"