@rineex/auth-core 0.0.5 → 0.1.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/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @rineex/auth-core
2
2
 
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fuc
8
+ ([`5f08435`](https://github.com/rineex/core/commit/5f08435b20b7f9bc0448b345df64de1f436413f0))
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+ [[`5f08435`](https://github.com/rineex/core/commit/5f08435b20b7f9bc0448b345df64de1f436413f0)]:
14
+ - @rineex/ddd@2.1.0
15
+
16
+ ## 0.0.6
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ [[`200f30a`](https://github.com/rineex/core/commit/200f30aa61b341774f93c8ce0910be0c53f5e7f2),
22
+ [`54d43d0`](https://github.com/rineex/core/commit/54d43d0bda3d9ce13146eaaaf1b1aa21314823de)]:
23
+ - @rineex/ddd@2.0.0
24
+
3
25
  ## 0.0.5
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rineex/auth-core",
3
- "version": "0.0.5",
3
+ "version": "0.1.0",
4
4
  "description": "Authentication Core package for Rineex core modules",
5
5
  "author": "Rineex Team",
6
6
  "main": "./dist/index.js",
@@ -40,11 +40,12 @@
40
40
  "url": "https://github.com/rineex/core.git",
41
41
  "directory": "packages/authentication/core"
42
42
  },
43
+ "homepage": "https://github.com/rineex/core/tree/main/packages/authentication/core",
43
44
  "license": "Apache-2.0",
44
45
  "dependencies": {
45
46
  "lodash.isempty": "4.4.0",
46
47
  "lodash.isnil": "4.0.0",
47
- "@rineex/ddd": "1.6.1"
48
+ "@rineex/ddd": "2.1.0"
48
49
  },
49
50
  "scripts": {
50
51
  "test": "vitest run --passWithNoTests",
package/tsconfig.json CHANGED
@@ -12,6 +12,8 @@
12
12
  "experimentalDecorators": true,
13
13
  "noImplicitThis": true,
14
14
  "target": "es6",
15
+ "moduleResolution": "node",
16
+ "skipLibCheck": true,
15
17
  "sourceMap": false,
16
18
  "outDir": "./dist",
17
19
  "noImplicitAny": true,