@ttoss/auth-core 0.3.3 → 0.3.5

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.
package/dist/esm/index.js CHANGED
@@ -9,7 +9,7 @@ var decode = encoded => {
9
9
  };
10
10
 
11
11
  // src/hash.ts
12
- import crypto from "node:crypto";
12
+ import crypto from "crypto";
13
13
  var ITERATIONS = 1e3;
14
14
  var KEY_LENGTH = 64;
15
15
  var DIGEST = "sha256";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/auth-core",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "Core authentication library for ttoss",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -33,9 +33,9 @@
33
33
  "aws-jwt-verify": "^4.0.1"
34
34
  },
35
35
  "devDependencies": {
36
- "jest": "^29.7.0",
37
- "tsup": "^8.3.5",
38
- "@ttoss/config": "^1.35.3"
36
+ "jest": "^30.0.4",
37
+ "tsup": "^8.5.0",
38
+ "@ttoss/config": "^1.35.5"
39
39
  },
40
40
  "keywords": [
41
41
  "auth",