@lindorm/oct 0.3.0 → 0.3.1
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 -113
- package/vitest.config.mjs +0 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lindorm/oct",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
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.6.
|
|
39
|
+
"@lindorm/errors": "^0.2.1",
|
|
40
|
+
"@lindorm/is": "^0.2.1",
|
|
41
|
+
"@lindorm/kryptos": "^0.8.1",
|
|
42
|
+
"@lindorm/types": "^0.6.1"
|
|
40
43
|
},
|
|
41
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "da067071d415e07d7d25bbac1621b9e02fcc3166"
|
|
42
45
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,113 +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/oct@0.2.11...@lindorm/oct@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/oct@0.2.10...@lindorm/oct@0.2.11) (2026-04-19)
|
|
13
|
-
|
|
14
|
-
**Note:** Version bump only for package @lindorm/oct
|
|
15
|
-
|
|
16
|
-
## [0.2.10](https://github.com/lindorm-io/monorepo/compare/@lindorm/oct@0.2.9...@lindorm/oct@0.2.10) (2026-04-15)
|
|
17
|
-
|
|
18
|
-
**Note:** Version bump only for package @lindorm/oct
|
|
19
|
-
|
|
20
|
-
## [0.2.9](https://github.com/lindorm-io/monorepo/compare/@lindorm/oct@0.2.8...@lindorm/oct@0.2.9) (2026-04-01)
|
|
21
|
-
|
|
22
|
-
**Note:** Version bump only for package @lindorm/oct
|
|
23
|
-
|
|
24
|
-
## [0.2.8](https://github.com/lindorm-io/monorepo/compare/@lindorm/oct@0.2.7...@lindorm/oct@0.2.8) (2026-03-13)
|
|
25
|
-
|
|
26
|
-
**Note:** Version bump only for package @lindorm/oct
|
|
27
|
-
|
|
28
|
-
## [0.2.7](https://github.com/lindorm-io/monorepo/compare/@lindorm/oct@0.2.6...@lindorm/oct@0.2.7) (2026-03-13)
|
|
29
|
-
|
|
30
|
-
**Note:** Version bump only for package @lindorm/oct
|
|
31
|
-
|
|
32
|
-
## [0.2.6](https://github.com/lindorm-io/monorepo/compare/@lindorm/oct@0.2.5...@lindorm/oct@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/oct@0.2.4...@lindorm/oct@0.2.5) (2025-09-18)
|
|
39
|
-
|
|
40
|
-
**Note:** Version bump only for package @lindorm/oct
|
|
41
|
-
|
|
42
|
-
## [0.2.4](https://github.com/lindorm-io/monorepo/compare/@lindorm/oct@0.2.3...@lindorm/oct@0.2.4) (2025-07-19)
|
|
43
|
-
|
|
44
|
-
**Note:** Version bump only for package @lindorm/oct
|
|
45
|
-
|
|
46
|
-
## [0.2.3](https://github.com/lindorm-io/monorepo/compare/@lindorm/oct@0.2.2...@lindorm/oct@0.2.3) (2025-07-12)
|
|
47
|
-
|
|
48
|
-
**Note:** Version bump only for package @lindorm/oct
|
|
49
|
-
|
|
50
|
-
## [0.2.2](https://github.com/lindorm-io/monorepo/compare/@lindorm/oct@0.2.1...@lindorm/oct@0.2.2) (2025-07-10)
|
|
51
|
-
|
|
52
|
-
**Note:** Version bump only for package @lindorm/oct
|
|
53
|
-
|
|
54
|
-
## [0.2.1](https://github.com/lindorm-io/monorepo/compare/@lindorm/oct@0.2.0...@lindorm/oct@0.2.1) (2025-07-02)
|
|
55
|
-
|
|
56
|
-
**Note:** Version bump only for package @lindorm/oct
|
|
57
|
-
|
|
58
|
-
# [0.2.0](https://github.com/lindorm-io/monorepo/compare/@lindorm/oct@0.1.8...@lindorm/oct@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
|
-
- upgrade key kits ([198956c](https://github.com/lindorm-io/monorepo/commit/198956c5fa276ae192af22cb204b3c2158c74339))
|
|
69
|
-
|
|
70
|
-
## [0.1.8](https://github.com/lindorm-io/monorepo/compare/@lindorm/oct@0.1.7...@lindorm/oct@0.1.8) (2025-01-28)
|
|
71
|
-
|
|
72
|
-
**Note:** Version bump only for package @lindorm/oct
|
|
73
|
-
|
|
74
|
-
## [0.1.7](https://github.com/lindorm-io/monorepo/compare/@lindorm/oct@0.1.6...@lindorm/oct@0.1.7) (2024-10-12)
|
|
75
|
-
|
|
76
|
-
**Note:** Version bump only for package @lindorm/oct
|
|
77
|
-
|
|
78
|
-
## [0.1.6](https://github.com/lindorm-io/monorepo/compare/@lindorm/oct@0.1.5...@lindorm/oct@0.1.6) (2024-10-09)
|
|
79
|
-
|
|
80
|
-
**Note:** Version bump only for package @lindorm/oct
|
|
81
|
-
|
|
82
|
-
## [0.1.5](https://github.com/lindorm-io/monorepo/compare/@lindorm/oct@0.1.4...@lindorm/oct@0.1.5) (2024-09-25)
|
|
83
|
-
|
|
84
|
-
**Note:** Version bump only for package @lindorm/oct
|
|
85
|
-
|
|
86
|
-
## [0.1.4](https://github.com/lindorm-io/monorepo/compare/@lindorm/oct@0.1.3...@lindorm/oct@0.1.4) (2024-09-23)
|
|
87
|
-
|
|
88
|
-
**Note:** Version bump only for package @lindorm/oct
|
|
89
|
-
|
|
90
|
-
## [0.1.3](https://github.com/lindorm-io/monorepo/compare/@lindorm/oct@0.1.2...@lindorm/oct@0.1.3) (2024-09-20)
|
|
91
|
-
|
|
92
|
-
**Note:** Version bump only for package @lindorm/oct
|
|
93
|
-
|
|
94
|
-
## [0.1.2](https://github.com/lindorm-io/monorepo/compare/@lindorm/oct@0.1.1...@lindorm/oct@0.1.2) (2024-05-20)
|
|
95
|
-
|
|
96
|
-
**Note:** Version bump only for package @lindorm/oct
|
|
97
|
-
|
|
98
|
-
## [0.1.1](https://github.com/lindorm-io/monorepo/compare/@lindorm/oct@0.1.0...@lindorm/oct@0.1.1) (2024-05-19)
|
|
99
|
-
|
|
100
|
-
### Bug Fixes
|
|
101
|
-
|
|
102
|
-
- align with kryptos changes ([344c4e2](https://github.com/lindorm-io/monorepo/commit/344c4e2fad07e66c91f7e0820bfc929c1f8ffcab))
|
|
103
|
-
- amend wrong options type name ([2392e65](https://github.com/lindorm-io/monorepo/commit/2392e65dc8779a72948f9f98e0c6847cb8d21474))
|
|
104
|
-
- assert oct key size for hmac ([2746dbb](https://github.com/lindorm-io/monorepo/commit/2746dbb358885100dda4b63412040e6d2699cdcf))
|
|
105
|
-
- improve kryptos generate method ([9e7098d](https://github.com/lindorm-io/monorepo/commit/9e7098d4b219b11140e28e554ffd573204772249))
|
|
106
|
-
- rename interfaces ([3b1f457](https://github.com/lindorm-io/monorepo/commit/3b1f45736f88b8c2d4481cbeca6da87bf8443bde))
|
|
107
|
-
- simplify interfaces with kryptos metadata ([c4075d2](https://github.com/lindorm-io/monorepo/commit/c4075d2e133c2fe0a1fafa548da68db34b3407c6))
|
|
108
|
-
|
|
109
|
-
# 0.1.0 (2024-05-12)
|
|
110
|
-
|
|
111
|
-
### Features
|
|
112
|
-
|
|
113
|
-
- initialise oct package ([4cf735f](https://github.com/lindorm-io/monorepo/commit/4cf735fa1566cd3a9fedd1ed3f9e8877d9841cfe))
|
package/vitest.config.mjs
DELETED