jostraca 0.27.0 → 0.29.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 +4 -0
  2. package/package.json +7 -8
package/README.md CHANGED
@@ -277,3 +277,7 @@ option, and utility function.
277
277
  ## License
278
278
 
279
279
  MIT. Copyright (c) Richard Rodger.
280
+
281
+ ## Go Port
282
+
283
+ A Go template utility port is available under [`go/`](./go), using `github.com/rjrodger/shape/go` from release `go/v0.1.0`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jostraca",
3
- "version": "0.27.0",
3
+ "version": "0.29.1",
4
4
  "main": "dist/jostraca.js",
5
5
  "type": "commonjs",
6
6
  "types": "dist/jostraca.d.ts",
@@ -34,17 +34,16 @@
34
34
  "LICENSE"
35
35
  ],
36
36
  "devDependencies": {
37
- "@hapi/code": "^9.0.3",
38
- "@types/node": "^25.5.0",
39
- "typescript": "^5.9.3"
37
+ "@types/node": "25.6.0",
38
+ "typescript": "5.9.3"
40
39
  },
41
40
  "peerDependencies": {
42
- "jsonic": ">=2.18.0",
43
- "memfs": ">=4"
41
+ "jsonic": ">=2",
42
+ "memfs": ">=4",
43
+ "shape": ">=10"
44
44
  },
45
45
  "dependencies": {
46
46
  "diff": "8.0.4",
47
- "node-diff3": "3.2.0",
48
- "shape": "^10.0.1"
47
+ "node-diff3": "3.2.0"
49
48
  }
50
49
  }