@ibgib/ts-gib 0.5.30 → 0.5.32

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/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # @ibgib/ts-gib changelog
2
+
3
+ _note: as you implement features/fixes/etc., please document them here under the "Working Version" section. These will be moved to a concrete version number during the next publish._
4
+
5
+ ## Working Version
6
+ (none)
7
+
1
8
  ## 0.5.28/29
2
9
  * added `squash` param to `firstGen`
3
10
  * for use when not using `dna` and you want the firstGen to output a single
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibgib/ts-gib",
3
- "version": "0.5.30",
3
+ "version": "0.5.32",
4
4
  "description": "ibgib library with low-level graphing-related substrate functionality, e.g. creating raw ibgibs and transformations. node19+ needed for heavily-used webcrypto hashing isomorphically consumed in node and browsers (apps).",
5
5
  "repository": {
6
6
  "url": "https://gitlab.com/ibgib/ts-gib",
@@ -59,6 +59,6 @@
59
59
  "access": "public"
60
60
  },
61
61
  "dependencies": {
62
- "@ibgib/helper-gib": "^0.0.33"
62
+ "@ibgib/helper-gib": "^0.0.36"
63
63
  }
64
64
  }