@ibgib/core-gib 0.0.111 → 0.0.112

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 +5 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
- ## 0.0.106-110
1
+ ## 0.0.112
2
+
3
+ * upgrade ts-gib for fork bug that wasn't clearing past when cloneRel8ns set
4
+
5
+ ## 0.0.106-111
2
6
 
3
7
  * adding helper plumbing for compression when getting an ibgib dependency graph
4
8
  * import export helpers, other helpers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibgib/core-gib",
3
- "version": "0.0.111",
3
+ "version": "0.0.112",
4
4
  "description": "ibgib core functionality, including base architecture for witnesses, spaces, apps, robbots, etc., as well as shared utility functions. Node v19+ needed for heavily-used isomorphic webcrypto hashing consumed in both node and browsers.",
5
5
  "funding": {
6
6
  "type": "individual",
@@ -49,7 +49,7 @@
49
49
  "dependencies": {
50
50
  "@ibgib/encrypt-gib": "^0.2.32",
51
51
  "@ibgib/helper-gib": "^0.0.31",
52
- "@ibgib/ts-gib": "^0.5.23"
52
+ "@ibgib/ts-gib": "^0.5.24"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^20.2.1"