pseudo-crypto
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -5,5 +5,3 @@ export class PseudoCrypto { | ||
unhash(string: any): number; | ||
gett(): array; | ||
getx(): array; | ||
#private; | ||
} |
@@ -64,8 +64,2 @@ "use strict"; | ||
} | ||
gett() { | ||
return __classPrivateFieldGet(this, _PseudoCrypto_characterCodes, "f"); | ||
} | ||
getx() { | ||
return __classPrivateFieldGet(this, _PseudoCrypto_goldenPrimes, "f"); | ||
} | ||
} | ||
@@ -72,0 +66,0 @@ exports.PseudoCrypto = PseudoCrypto; |
@@ -5,5 +5,3 @@ export class PseudoCrypto { | ||
unhash(string: any): number; | ||
gett(): array; | ||
getx(): array; | ||
#private; | ||
} |
@@ -383,8 +383,2 @@ export { PseudoCrypto }; | ||
} | ||
gett() { | ||
return this.#characterCodes; | ||
} | ||
getx() { | ||
return this.#goldenPrimes; | ||
} | ||
} |
{ | ||
"name": "pseudo-crypto", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "pseudo-crypto", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/main.js", |
35446
13
816