@plasius/profile 1.0.4 → 1.0.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/CHANGELOG.md +16 -1
- package/docs/adrs/index.md +4 -0
- package/package.json +13 -11
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,20 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
- **Added**
|
|
12
|
+
- (placeholder)
|
|
13
|
+
|
|
14
|
+
- **Changed**
|
|
15
|
+
- (placeholder)
|
|
16
|
+
|
|
17
|
+
- **Fixed**
|
|
18
|
+
- (placeholder)
|
|
19
|
+
|
|
20
|
+
- **Security**
|
|
21
|
+
- (placeholder)
|
|
22
|
+
|
|
23
|
+
## [1.0.5] - 2026-02-22
|
|
24
|
+
|
|
11
25
|
- **Added**
|
|
12
26
|
- (placeholder)
|
|
13
27
|
|
|
@@ -48,7 +62,7 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
|
|
|
48
62
|
|
|
49
63
|
---
|
|
50
64
|
|
|
51
|
-
[Unreleased]: https://github.com/Plasius-LTD/profile/compare/v1.0.
|
|
65
|
+
[Unreleased]: https://github.com/Plasius-LTD/profile/compare/v1.0.5...HEAD
|
|
52
66
|
|
|
53
67
|
## [1.0.0] - 2026-02-11
|
|
54
68
|
|
|
@@ -64,3 +78,4 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
|
|
|
64
78
|
- **Security**
|
|
65
79
|
- (placeholder)
|
|
66
80
|
[1.0.4]: https://github.com/Plasius-LTD/profile/releases/tag/v1.0.4
|
|
81
|
+
[1.0.5]: https://github.com/Plasius-LTD/profile/releases/tag/v1.0.5
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasius/profile",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"main": "./dist-cjs/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"private": false,
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"reset:clean": "rm -rf node_modules package-lock.json && npm run clean",
|
|
17
17
|
"audit:ts": "tsc --noEmit --pretty",
|
|
18
18
|
"audit:eslint": "eslint \"{src,apps,packages}/**/*.{ts,tsx}\" --max-warnings=0 --ext .ts,.tsx",
|
|
19
|
-
"audit:deps": "
|
|
19
|
+
"audit:deps": "npm ls --all --omit=optional --omit=peer > /dev/null 2>&1 || true",
|
|
20
20
|
"audit:npm": "npm audit --audit-level=moderate || true",
|
|
21
21
|
"audit:test": "vitest run --coverage",
|
|
22
22
|
"audit:all": "npm-run-all -l audit:ts audit:eslint audit:deps audit:npm audit:test",
|
|
@@ -42,20 +42,19 @@
|
|
|
42
42
|
"@testing-library/react": "^16.3.0",
|
|
43
43
|
"@types/react": "^19.1.8",
|
|
44
44
|
"@types/uuid": "^10.0.0",
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
46
|
-
"@typescript-eslint/parser": "^8.
|
|
47
|
-
"@vitest/coverage-v8": "^
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "^8.56.0",
|
|
46
|
+
"@typescript-eslint/parser": "^8.56.0",
|
|
47
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
48
48
|
"ajv": "^6.12.6",
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"npm-run-all": "^4.1.5",
|
|
49
|
+
"eslint": "^10.0.1",
|
|
50
|
+
"npm-run-all": "^1.1.3",
|
|
52
51
|
"react": "19.1.0",
|
|
53
52
|
"react-dom": "19.1.0",
|
|
53
|
+
"rimraf": "^6.0.1",
|
|
54
54
|
"tsx": "^4.20.3",
|
|
55
55
|
"typescript": "^5.8.3",
|
|
56
|
-
"vitest": "^
|
|
57
|
-
"zod": "^4.0.17"
|
|
58
|
-
"rimraf": "^6.0.1"
|
|
56
|
+
"vitest": "^4.0.18",
|
|
57
|
+
"zod": "^4.0.17"
|
|
59
58
|
},
|
|
60
59
|
"sideEffects": [
|
|
61
60
|
"*.css"
|
|
@@ -105,5 +104,8 @@
|
|
|
105
104
|
],
|
|
106
105
|
"engines": {
|
|
107
106
|
"node": ">=22.12"
|
|
107
|
+
},
|
|
108
|
+
"overrides": {
|
|
109
|
+
"minimatch": "^10.2.1"
|
|
108
110
|
}
|
|
109
111
|
}
|