@kagal/taistamp 0.1.1 → 0.1.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/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { assertValidSelector, decodeASCII, decodeBase64, encodeBase64, newSigner as newEd25519Signer } from "@kagal/ed25519-secret";
2
- var version = "0.1.1";
2
+ var version = "0.1.2";
3
3
  const TAISTAMP_PATH = "/.well-known/taistamp";
4
4
  const TAI64N_PATH = TAISTAMP_PATH;
5
5
  const TAI64N_CONTENT_TYPE = "application/tai64n";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kagal/taistamp",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "Signed TAI64N timestamps over HTTP",
6
6
  "author": "Apptly Software Ltd <oss@apptly.co>",
@@ -41,23 +41,24 @@
41
41
  "dist"
42
42
  ],
43
43
  "dependencies": {
44
- "@kagal/ed25519-secret": "^0.2.1"
44
+ "@kagal/ed25519-secret": "^0.3.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@cloudflare/vitest-pool-workers": "^0.13.1",
48
48
  "@cloudflare/workers-types": "^4.20260514.1",
49
+ "@kagal/build-tsdoc": "^0.2.0",
49
50
  "@kagal/cross-test": "^0.1.3",
50
51
  "@noble/ed25519": "^3.1.0",
51
- "@poupe/eslint-config": "^0.9.1",
52
+ "@poupe/eslint-config": "^0.9.3",
52
53
  "@types/node": "^20.19.41",
53
- "@vitest/coverage-istanbul": "^4.1.6",
54
+ "@vitest/coverage-istanbul": "^4.1.8",
54
55
  "eslint": "^9.39.4",
55
56
  "npm-run-all2": "^9.0.1",
56
- "obuild": "^0.4.35",
57
+ "obuild": "^0.4.36",
57
58
  "publint": "^0.3.21",
58
59
  "rimraf": "^6.1.3",
59
60
  "typescript": "^6.0.3",
60
- "vitest": "^4.1.6"
61
+ "vitest": "^4.1.8"
61
62
  },
62
63
  "engines": {
63
64
  "node": ">= 20.20.1",