@ibgib/core-gib 0.1.52 → 0.1.54

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # @ibgib/core-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.1.17
2
9
 
3
10
  * sync coordinator being developed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibgib/core-gib",
3
- "version": "0.1.52",
3
+ "version": "0.1.54",
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",
@@ -50,9 +50,9 @@
50
50
  "author": "William Raiford",
51
51
  "license": "ISC",
52
52
  "dependencies": {
53
- "@ibgib/encrypt-gib": "*",
54
- "@ibgib/helper-gib": "*",
55
- "@ibgib/ts-gib": "*"
53
+ "@ibgib/encrypt-gib": "^0.2.37",
54
+ "@ibgib/helper-gib": "^0.0.36",
55
+ "@ibgib/ts-gib": "^0.5.32"
56
56
  },
57
57
  "devDependencies": {},
58
58
  "engines": {