@bcts/shamir 1.0.0-alpha.13 → 1.0.0-alpha.15
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/LICENSE +2 -2
- package/package.json +5 -6
package/LICENSE
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
Copyright © 2023 Blockchain Commons, LLC
|
|
2
|
-
Copyright © 2025 Leonardo Amoroso Custodio
|
|
1
|
+
Copyright © 2023-2026 Blockchain Commons, LLC
|
|
2
|
+
Copyright © 2025-2026 Leonardo Amoroso Custodio
|
|
3
3
|
|
|
4
4
|
Redistribution and use in source and binary forms, with or without modification,
|
|
5
5
|
are permitted provided that the following conditions are met:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bcts/shamir",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Blockchain Commons Shamir Secret Sharing for TypeScript",
|
|
6
6
|
"license": "BSD-2-Clause-Patent",
|
|
@@ -44,7 +44,6 @@
|
|
|
44
44
|
],
|
|
45
45
|
"scripts": {
|
|
46
46
|
"build": "tsdown",
|
|
47
|
-
"dev": "tsdown --watch",
|
|
48
47
|
"test": "vitest run",
|
|
49
48
|
"test:watch": "vitest",
|
|
50
49
|
"lint": "eslint 'src/**/*.ts' 'tests/**/*.ts'",
|
|
@@ -67,17 +66,17 @@
|
|
|
67
66
|
"node": ">=18.0.0"
|
|
68
67
|
},
|
|
69
68
|
"dependencies": {
|
|
70
|
-
"@bcts/crypto": "^1.0.0-alpha.
|
|
71
|
-
"@bcts/rand": "^1.0.0-alpha.
|
|
69
|
+
"@bcts/crypto": "^1.0.0-alpha.15",
|
|
70
|
+
"@bcts/rand": "^1.0.0-alpha.15"
|
|
72
71
|
},
|
|
73
72
|
"devDependencies": {
|
|
74
73
|
"@bcts/eslint": "^0.1.0",
|
|
75
74
|
"@bcts/tsconfig": "^0.1.0",
|
|
76
75
|
"@eslint/js": "^9.39.2",
|
|
77
|
-
"@types/node": "^25.0.
|
|
76
|
+
"@types/node": "^25.0.6",
|
|
78
77
|
"eslint": "^9.39.2",
|
|
79
78
|
"ts-node": "^10.9.2",
|
|
80
|
-
"tsdown": "^0.18.
|
|
79
|
+
"tsdown": "^0.18.4",
|
|
81
80
|
"typedoc": "^0.28.15",
|
|
82
81
|
"typescript": "^5.9.3",
|
|
83
82
|
"vitest": "^4.0.16"
|