@bcts/provenance-mark 1.0.0-alpha.14 → 1.0.0-alpha.16
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 +1 -1
- package/package.json +9 -10
package/LICENSE
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Copyright © 2024 Blockchain Commons, LLC
|
|
2
|
-
Copyright © 2025 Leonardo Amoroso Custodio
|
|
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/provenance-mark",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Blockchain Commons Provenance Mark for TypeScript - A cryptographically-secured system for establishing and verifying the authenticity of works",
|
|
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'",
|
|
@@ -69,21 +68,21 @@
|
|
|
69
68
|
"@bcts/eslint": "^0.1.0",
|
|
70
69
|
"@bcts/tsconfig": "^0.1.0",
|
|
71
70
|
"@eslint/js": "^9.39.2",
|
|
72
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
73
|
-
"@typescript-eslint/parser": "^8.
|
|
71
|
+
"@typescript-eslint/eslint-plugin": "^8.52.0",
|
|
72
|
+
"@typescript-eslint/parser": "^8.52.0",
|
|
74
73
|
"eslint": "^9.39.2",
|
|
75
74
|
"ts-node": "^10.9.2",
|
|
76
|
-
"tsdown": "^0.18.
|
|
75
|
+
"tsdown": "^0.18.4",
|
|
77
76
|
"typedoc": "^0.28.15",
|
|
78
77
|
"typescript": "^5.9.3",
|
|
79
78
|
"vitest": "^4.0.16"
|
|
80
79
|
},
|
|
81
80
|
"dependencies": {
|
|
82
|
-
"@bcts/dcbor": "^1.0.0-alpha.
|
|
83
|
-
"@bcts/envelope": "^1.0.0-alpha.
|
|
84
|
-
"@bcts/rand": "^1.0.0-alpha.
|
|
85
|
-
"@bcts/tags": "^1.0.0-alpha.
|
|
86
|
-
"@bcts/uniform-resources": "^1.0.0-alpha.
|
|
81
|
+
"@bcts/dcbor": "^1.0.0-alpha.16",
|
|
82
|
+
"@bcts/envelope": "^1.0.0-alpha.16",
|
|
83
|
+
"@bcts/rand": "^1.0.0-alpha.16",
|
|
84
|
+
"@bcts/tags": "^1.0.0-alpha.16",
|
|
85
|
+
"@bcts/uniform-resources": "^1.0.0-alpha.16",
|
|
87
86
|
"@noble/ciphers": "^2.1.1",
|
|
88
87
|
"@noble/hashes": "^2.0.1"
|
|
89
88
|
}
|