jostraca 0.36.1 → 0.36.2

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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -86,9 +86,8 @@ npm test # node --test dist-test/**/*.test.js
86
86
  ```
87
87
 
88
88
  From the repository root, `make all` builds and tests both the TypeScript and
89
- Go stacks. See
90
- [`CLAUDE.md`](https://github.com/jostraca/jostraca/blob/HEAD/CLAUDE.md) for
91
- the contributor guide and
89
+ Go stacks. TypeScript is the source of truth: change it first, then bring Go
90
+ into parity. See
92
91
  [`go/README.md`](https://github.com/jostraca/jostraca/blob/HEAD/go/README.md)
93
92
  for the port.
94
93
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jostraca",
3
- "version": "0.36.1",
3
+ "version": "0.36.2",
4
4
  "main": "dist/jostraca.js",
5
5
  "type": "commonjs",
6
6
  "types": "dist/jostraca.d.ts",