@cedulon/cose 0.1.0 → 0.2.0

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.
Files changed (1) hide show
  1. package/package.json +44 -44
package/package.json CHANGED
@@ -1,44 +1,44 @@
1
- {
2
- "name": "@cedulon/cose",
3
- "version": "0.1.0",
4
- "description": "Deterministic CBOR and COSE_Sign1 (Ed25519) used by Cedulon.",
5
- "license": "Apache-2.0",
6
- "type": "module",
7
- "engines": {
8
- "node": ">=20"
9
- },
10
- "repository": {
11
- "type": "git",
12
- "url": "git+https://github.com/dogrucanemek-alt/cedulon.git",
13
- "directory": "packages/cose"
14
- },
15
- "homepage": "https://github.com/dogrucanemek-alt/cedulon/tree/master/packages/cose",
16
- "bugs": {
17
- "url": "https://github.com/dogrucanemek-alt/cedulon/issues"
18
- },
19
- "keywords": [
20
- "cedulon",
21
- "cose",
22
- "cbor",
23
- "ed25519"
24
- ],
25
- "scripts": {
26
- "build": "tsc -p tsconfig.build.json"
27
- },
28
- "main": "./dist/index.js",
29
- "types": "./dist/index.d.ts",
30
- "exports": {
31
- ".": {
32
- "types": "./dist/index.d.ts",
33
- "import": "./dist/index.js"
34
- }
35
- },
36
- "files": [
37
- "dist",
38
- "README.md",
39
- "LICENSE"
40
- ],
41
- "publishConfig": {
42
- "access": "public"
43
- }
44
- }
1
+ {
2
+ "name": "@cedulon/cose",
3
+ "version": "0.2.0",
4
+ "description": "Deterministic CBOR and COSE_Sign1 (Ed25519) used by Cedulon.",
5
+ "license": "Apache-2.0",
6
+ "type": "module",
7
+ "engines": {
8
+ "node": ">=20"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/dogrucanemek-alt/cedulon.git",
13
+ "directory": "packages/cose"
14
+ },
15
+ "homepage": "https://github.com/dogrucanemek-alt/cedulon/tree/master/packages/cose",
16
+ "bugs": {
17
+ "url": "https://github.com/dogrucanemek-alt/cedulon/issues"
18
+ },
19
+ "keywords": [
20
+ "cedulon",
21
+ "cose",
22
+ "cbor",
23
+ "ed25519"
24
+ ],
25
+ "scripts": {
26
+ "build": "tsc -p tsconfig.build.json"
27
+ },
28
+ "main": "./dist/index.js",
29
+ "types": "./dist/index.d.ts",
30
+ "exports": {
31
+ ".": {
32
+ "types": "./dist/index.d.ts",
33
+ "import": "./dist/index.js"
34
+ }
35
+ },
36
+ "files": [
37
+ "dist",
38
+ "README.md",
39
+ "LICENSE"
40
+ ],
41
+ "publishConfig": {
42
+ "access": "public"
43
+ }
44
+ }