@lindorm/okp 0.3.0 → 0.3.2
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/package.json +9 -6
- package/CHANGELOG.md +0 -111
- package/vitest.config.mjs +0 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lindorm/okp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"license": "AGPL-3.0-or-later",
|
|
5
5
|
"author": "Jonn Nilsson",
|
|
6
6
|
"repository": {
|
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
"publishConfig": {
|
|
12
12
|
"access": "public"
|
|
13
13
|
},
|
|
14
|
+
"files": [
|
|
15
|
+
"dist"
|
|
16
|
+
],
|
|
14
17
|
"type": "module",
|
|
15
18
|
"typings": "dist/index.d.ts",
|
|
16
19
|
"exports": {
|
|
@@ -33,10 +36,10 @@
|
|
|
33
36
|
"verify": "npm run typecheck && npm run build && npm test"
|
|
34
37
|
},
|
|
35
38
|
"dependencies": {
|
|
36
|
-
"@lindorm/errors": "^0.2.
|
|
37
|
-
"@lindorm/is": "^0.2.
|
|
38
|
-
"@lindorm/kryptos": "^0.8.
|
|
39
|
-
"@lindorm/types": "^0.
|
|
39
|
+
"@lindorm/errors": "^0.2.2",
|
|
40
|
+
"@lindorm/is": "^0.2.2",
|
|
41
|
+
"@lindorm/kryptos": "^0.8.2",
|
|
42
|
+
"@lindorm/types": "^0.7.0"
|
|
40
43
|
},
|
|
41
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "ed9df662f3b73a3d773027b5acdfe128ff3dc140"
|
|
42
45
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# [0.3.0](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.2.11...@lindorm/okp@0.3.0) (2026-05-02)
|
|
7
|
-
|
|
8
|
-
### Features
|
|
9
|
-
|
|
10
|
-
- migrate 20 packages from jest to vitest ([d8bfda8](https://github.com/lindorm-io/monorepo/commit/d8bfda8854dc1cb9537ba0b3e47ec4e4c7bded08))
|
|
11
|
-
|
|
12
|
-
## [0.2.11](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.2.10...@lindorm/okp@0.2.11) (2026-04-19)
|
|
13
|
-
|
|
14
|
-
**Note:** Version bump only for package @lindorm/okp
|
|
15
|
-
|
|
16
|
-
## [0.2.10](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.2.9...@lindorm/okp@0.2.10) (2026-04-15)
|
|
17
|
-
|
|
18
|
-
**Note:** Version bump only for package @lindorm/okp
|
|
19
|
-
|
|
20
|
-
## [0.2.9](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.2.8...@lindorm/okp@0.2.9) (2026-04-01)
|
|
21
|
-
|
|
22
|
-
**Note:** Version bump only for package @lindorm/okp
|
|
23
|
-
|
|
24
|
-
## [0.2.8](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.2.7...@lindorm/okp@0.2.8) (2026-03-13)
|
|
25
|
-
|
|
26
|
-
**Note:** Version bump only for package @lindorm/okp
|
|
27
|
-
|
|
28
|
-
## [0.2.7](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.2.6...@lindorm/okp@0.2.7) (2026-03-13)
|
|
29
|
-
|
|
30
|
-
**Note:** Version bump only for package @lindorm/okp
|
|
31
|
-
|
|
32
|
-
## [0.2.6](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.2.5...@lindorm/okp@0.2.6) (2026-02-17)
|
|
33
|
-
|
|
34
|
-
### Bug Fixes
|
|
35
|
-
|
|
36
|
-
- **ec,oct,okp,rsa:** harden signing kits with validation and security fixes ([910f016](https://github.com/lindorm-io/monorepo/commit/910f01669aefcb4e6eb69c0297291fe2404232f8))
|
|
37
|
-
|
|
38
|
-
## [0.2.5](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.2.4...@lindorm/okp@0.2.5) (2025-09-18)
|
|
39
|
-
|
|
40
|
-
**Note:** Version bump only for package @lindorm/okp
|
|
41
|
-
|
|
42
|
-
## [0.2.4](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.2.3...@lindorm/okp@0.2.4) (2025-07-19)
|
|
43
|
-
|
|
44
|
-
**Note:** Version bump only for package @lindorm/okp
|
|
45
|
-
|
|
46
|
-
## [0.2.3](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.2.2...@lindorm/okp@0.2.3) (2025-07-12)
|
|
47
|
-
|
|
48
|
-
**Note:** Version bump only for package @lindorm/okp
|
|
49
|
-
|
|
50
|
-
## [0.2.2](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.2.1...@lindorm/okp@0.2.2) (2025-07-10)
|
|
51
|
-
|
|
52
|
-
**Note:** Version bump only for package @lindorm/okp
|
|
53
|
-
|
|
54
|
-
## [0.2.1](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.2.0...@lindorm/okp@0.2.1) (2025-07-02)
|
|
55
|
-
|
|
56
|
-
**Note:** Version bump only for package @lindorm/okp
|
|
57
|
-
|
|
58
|
-
# [0.2.0](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.1.8...@lindorm/okp@0.2.0) (2025-06-17)
|
|
59
|
-
|
|
60
|
-
### Bug Fixes
|
|
61
|
-
|
|
62
|
-
- add and implement keykit interface ([70762aa](https://github.com/lindorm-io/monorepo/commit/70762aaca51c9fe904121b69b4bc072cdd89c8a2))
|
|
63
|
-
- align with changes to kryptos ([74bbfff](https://github.com/lindorm-io/monorepo/commit/74bbfff6fb50504dc70327f7de3fd6d4b45cb65a))
|
|
64
|
-
- align with kryptos changes ([206eb38](https://github.com/lindorm-io/monorepo/commit/206eb38ae2a03b14973e706035c87a953cc753af))
|
|
65
|
-
|
|
66
|
-
### Features
|
|
67
|
-
|
|
68
|
-
- add dsa encoding ([a893601](https://github.com/lindorm-io/monorepo/commit/a8936015a9408733445cdbda8d8b70d633a2330a))
|
|
69
|
-
- upgrade key kits ([198956c](https://github.com/lindorm-io/monorepo/commit/198956c5fa276ae192af22cb204b3c2158c74339))
|
|
70
|
-
|
|
71
|
-
## [0.1.8](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.1.7...@lindorm/okp@0.1.8) (2025-01-28)
|
|
72
|
-
|
|
73
|
-
**Note:** Version bump only for package @lindorm/okp
|
|
74
|
-
|
|
75
|
-
## [0.1.7](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.1.6...@lindorm/okp@0.1.7) (2024-10-12)
|
|
76
|
-
|
|
77
|
-
**Note:** Version bump only for package @lindorm/okp
|
|
78
|
-
|
|
79
|
-
## [0.1.6](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.1.5...@lindorm/okp@0.1.6) (2024-10-09)
|
|
80
|
-
|
|
81
|
-
**Note:** Version bump only for package @lindorm/okp
|
|
82
|
-
|
|
83
|
-
## [0.1.5](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.1.4...@lindorm/okp@0.1.5) (2024-09-25)
|
|
84
|
-
|
|
85
|
-
**Note:** Version bump only for package @lindorm/okp
|
|
86
|
-
|
|
87
|
-
## [0.1.4](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.1.3...@lindorm/okp@0.1.4) (2024-09-23)
|
|
88
|
-
|
|
89
|
-
**Note:** Version bump only for package @lindorm/okp
|
|
90
|
-
|
|
91
|
-
## [0.1.3](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.1.2...@lindorm/okp@0.1.3) (2024-09-20)
|
|
92
|
-
|
|
93
|
-
**Note:** Version bump only for package @lindorm/okp
|
|
94
|
-
|
|
95
|
-
## [0.1.2](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.1.1...@lindorm/okp@0.1.2) (2024-05-20)
|
|
96
|
-
|
|
97
|
-
**Note:** Version bump only for package @lindorm/okp
|
|
98
|
-
|
|
99
|
-
## [0.1.1](https://github.com/lindorm-io/monorepo/compare/@lindorm/okp@0.1.0...@lindorm/okp@0.1.1) (2024-05-19)
|
|
100
|
-
|
|
101
|
-
### Bug Fixes
|
|
102
|
-
|
|
103
|
-
- align with kryptos changes ([344c4e2](https://github.com/lindorm-io/monorepo/commit/344c4e2fad07e66c91f7e0820bfc929c1f8ffcab))
|
|
104
|
-
- rename interfaces ([3b1f457](https://github.com/lindorm-io/monorepo/commit/3b1f45736f88b8c2d4481cbeca6da87bf8443bde))
|
|
105
|
-
- simplify interfaces with kryptos metadata ([c4075d2](https://github.com/lindorm-io/monorepo/commit/c4075d2e133c2fe0a1fafa548da68db34b3407c6))
|
|
106
|
-
|
|
107
|
-
# 0.1.0 (2024-05-12)
|
|
108
|
-
|
|
109
|
-
### Features
|
|
110
|
-
|
|
111
|
-
- initialise okp package ([8ecd15f](https://github.com/lindorm-io/monorepo/commit/8ecd15f0079ea9cd830d1d006ea2fb0433a264e2))
|
package/vitest.config.mjs
DELETED