@ibgib/core-gib 0.0.104 → 0.0.105

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 0.0.105
2
+
3
+ * updated @ibgib/ts-gib with a slightly improved, and mostly backwards compat
4
+ normalizing function. from ts-gib changelog:
5
+ * Instead of returning the raw array, the fn now maps each member to its
6
+ normalized version. This way objects _inside_ those arrays are normalized,
7
+ as would be expected, but the actual order of the array itself is preserved.
8
+
1
9
  ## 0.0.102/103/104
2
10
 
3
11
  * added addrsToUnRel8 to rel8ToSpecialIbGib.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibgib/core-gib",
3
- "version": "0.0.104",
3
+ "version": "0.0.105",
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.21"
52
+ "@ibgib/ts-gib": "^0.5.23"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^20.2.1"