@lindorm/ec 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lindorm/ec",
3
- "version": "0.3.0",
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.0",
37
- "@lindorm/is": "^0.2.0",
38
- "@lindorm/kryptos": "^0.8.0",
39
- "@lindorm/types": "^0.6.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": "a2b0a53295aebda806b4057f34707e8583570265"
44
+ "gitHead": "ed9df662f3b73a3d773027b5acdfe128ff3dc140"
42
45
  }
package/CHANGELOG.md DELETED
@@ -1,114 +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/ec@0.2.11...@lindorm/ec@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/ec@0.2.10...@lindorm/ec@0.2.11) (2026-04-19)
13
-
14
- **Note:** Version bump only for package @lindorm/ec
15
-
16
- ## [0.2.10](https://github.com/lindorm-io/monorepo/compare/@lindorm/ec@0.2.9...@lindorm/ec@0.2.10) (2026-04-15)
17
-
18
- **Note:** Version bump only for package @lindorm/ec
19
-
20
- ## [0.2.9](https://github.com/lindorm-io/monorepo/compare/@lindorm/ec@0.2.8...@lindorm/ec@0.2.9) (2026-04-01)
21
-
22
- **Note:** Version bump only for package @lindorm/ec
23
-
24
- ## [0.2.8](https://github.com/lindorm-io/monorepo/compare/@lindorm/ec@0.2.7...@lindorm/ec@0.2.8) (2026-03-13)
25
-
26
- **Note:** Version bump only for package @lindorm/ec
27
-
28
- ## [0.2.7](https://github.com/lindorm-io/monorepo/compare/@lindorm/ec@0.2.6...@lindorm/ec@0.2.7) (2026-03-13)
29
-
30
- **Note:** Version bump only for package @lindorm/ec
31
-
32
- ## [0.2.6](https://github.com/lindorm-io/monorepo/compare/@lindorm/ec@0.2.5...@lindorm/ec@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/ec@0.2.4...@lindorm/ec@0.2.5) (2025-09-18)
39
-
40
- **Note:** Version bump only for package @lindorm/ec
41
-
42
- ## [0.2.4](https://github.com/lindorm-io/monorepo/compare/@lindorm/ec@0.2.3...@lindorm/ec@0.2.4) (2025-07-19)
43
-
44
- **Note:** Version bump only for package @lindorm/ec
45
-
46
- ## [0.2.3](https://github.com/lindorm-io/monorepo/compare/@lindorm/ec@0.2.2...@lindorm/ec@0.2.3) (2025-07-12)
47
-
48
- **Note:** Version bump only for package @lindorm/ec
49
-
50
- ## [0.2.2](https://github.com/lindorm-io/monorepo/compare/@lindorm/ec@0.2.1...@lindorm/ec@0.2.2) (2025-07-10)
51
-
52
- **Note:** Version bump only for package @lindorm/ec
53
-
54
- ## [0.2.1](https://github.com/lindorm-io/monorepo/compare/@lindorm/ec@0.2.0...@lindorm/ec@0.2.1) (2025-07-02)
55
-
56
- **Note:** Version bump only for package @lindorm/ec
57
-
58
- # [0.2.0](https://github.com/lindorm-io/monorepo/compare/@lindorm/ec@0.1.8...@lindorm/ec@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 kryptos changes ([206eb38](https://github.com/lindorm-io/monorepo/commit/206eb38ae2a03b14973e706035c87a953cc753af))
64
-
65
- ### Features
66
-
67
- - add dsa encoding ([a893601](https://github.com/lindorm-io/monorepo/commit/a8936015a9408733445cdbda8d8b70d633a2330a))
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/ec@0.1.7...@lindorm/ec@0.1.8) (2025-01-28)
71
-
72
- **Note:** Version bump only for package @lindorm/ec
73
-
74
- ## [0.1.7](https://github.com/lindorm-io/monorepo/compare/@lindorm/ec@0.1.6...@lindorm/ec@0.1.7) (2024-10-12)
75
-
76
- **Note:** Version bump only for package @lindorm/ec
77
-
78
- ## [0.1.6](https://github.com/lindorm-io/monorepo/compare/@lindorm/ec@0.1.5...@lindorm/ec@0.1.6) (2024-10-09)
79
-
80
- **Note:** Version bump only for package @lindorm/ec
81
-
82
- ## [0.1.5](https://github.com/lindorm-io/monorepo/compare/@lindorm/ec@0.1.4...@lindorm/ec@0.1.5) (2024-09-25)
83
-
84
- **Note:** Version bump only for package @lindorm/ec
85
-
86
- ## [0.1.4](https://github.com/lindorm-io/monorepo/compare/@lindorm/ec@0.1.3...@lindorm/ec@0.1.4) (2024-09-23)
87
-
88
- **Note:** Version bump only for package @lindorm/ec
89
-
90
- ## [0.1.3](https://github.com/lindorm-io/monorepo/compare/@lindorm/ec@0.1.2...@lindorm/ec@0.1.3) (2024-09-20)
91
-
92
- **Note:** Version bump only for package @lindorm/ec
93
-
94
- ## [0.1.2](https://github.com/lindorm-io/monorepo/compare/@lindorm/ec@0.1.1...@lindorm/ec@0.1.2) (2024-05-20)
95
-
96
- **Note:** Version bump only for package @lindorm/ec
97
-
98
- ## [0.1.1](https://github.com/lindorm-io/monorepo/compare/@lindorm/ec@0.1.0...@lindorm/ec@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
- - rename interfaces ([3b1f457](https://github.com/lindorm-io/monorepo/commit/3b1f45736f88b8c2d4481cbeca6da87bf8443bde))
104
- - simplify interfaces with kryptos metadata ([c4075d2](https://github.com/lindorm-io/monorepo/commit/c4075d2e133c2fe0a1fafa548da68db34b3407c6))
105
-
106
- # 0.1.0 (2024-05-12)
107
-
108
- ### Bug Fixes
109
-
110
- - add missing format ([2386865](https://github.com/lindorm-io/monorepo/commit/2386865f60168cef31ffc8f1ce15c5fdc4c9fd82))
111
-
112
- ### Features
113
-
114
- - initialise ec package ([5ad9918](https://github.com/lindorm-io/monorepo/commit/5ad99183aa933524f74850cf2bed5d10c03c6498))
package/vitest.config.mjs DELETED
@@ -1,3 +0,0 @@
1
- import { createVitestConfig } from "../../vitest.config.base.mjs";
2
-
3
- export default createVitestConfig();