@ttoss/auth-core 0.2.3 → 0.3.0

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/index.js CHANGED
@@ -54,7 +54,7 @@ var decode = encoded => {
54
54
  };
55
55
 
56
56
  // src/hash.ts
57
- var import_node_crypto = __toESM(require("crypto"));
57
+ var import_node_crypto = __toESM(require("crypto"), 1);
58
58
  var ITERATIONS = 1e3;
59
59
  var KEY_LENGTH = 64;
60
60
  var DIGEST = "sha256";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/auth-core",
3
- "version": "0.2.3",
3
+ "version": "0.3.0",
4
4
  "description": "Core authentication library for ttoss",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -12,6 +12,7 @@
12
12
  "url": "https://github.com/ttoss/ttoss.git",
13
13
  "directory": "packages/auth-core"
14
14
  },
15
+ "type": "module",
15
16
  "exports": {
16
17
  ".": {
17
18
  "import": "./dist/esm/index.js",
File without changes
File without changes