@didcid/gatekeeper 0.4.0 → 0.4.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.
@@ -30534,6 +30534,11 @@ function requireBn () {
30534
30534
  this.words[this.length - 1] &= mask;
30535
30535
  }
30536
30536
 
30537
+ if (this.length === 0) {
30538
+ this.words[0] = 0;
30539
+ this.length = 1;
30540
+ }
30541
+
30537
30542
  return this.strip();
30538
30543
  };
30539
30544
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@didcid/gatekeeper",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Archon Gatekeeper",
5
5
  "type": "module",
6
6
  "module": "./dist/esm/index.js",
@@ -106,7 +106,7 @@
106
106
  "author": "David McFadzean <davidmc@gmail.com>",
107
107
  "license": "MIT",
108
108
  "dependencies": {
109
- "@didcid/cipher": "^0.2.0",
109
+ "@didcid/cipher": "^0.2.1",
110
110
  "@didcid/common": "^0.1.3",
111
111
  "@didcid/ipfs": "^0.1.3",
112
112
  "axios": "^1.7.7",
@@ -124,5 +124,5 @@
124
124
  "devDependencies": {
125
125
  "@rollup/plugin-json": "^6.1.0"
126
126
  },
127
- "gitHead": "4692cc18e1377cafc96aaf7a55cd969a0b09b77c"
127
+ "gitHead": "40bac9cb578004fc32d9c937c68da9179210ec23"
128
128
  }