@fedify/cli 2.3.0-dev.1069 → 2.3.0-dev.1099

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/deno.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "@js-temporal/polyfill";
2
2
  //#region deno.json
3
- var version = "2.3.0-dev.1069+81e910ce";
3
+ var version = "2.3.0-dev.1099+fafcfa78";
4
4
  //#endregion
5
5
  export { version };
@@ -15,6 +15,7 @@ const getErrorMessage = (resource, error) => error instanceof InvalidHandleError
15
15
  * @extends {Error}
16
16
  */
17
17
  var InvalidHandleError = class extends Error {
18
+ handle;
18
19
  constructor(handle) {
19
20
  super(`Invalid handle format: ${handle}`);
20
21
  this.handle = handle;
@@ -30,6 +31,7 @@ var InvalidHandleError = class extends Error {
30
31
  * @extends {Error}
31
32
  */
32
33
  var NotFoundError = class extends Error {
34
+ resource;
33
35
  constructor(resource) {
34
36
  super(`Resource not found: ${resource}`);
35
37
  this.resource = resource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/cli",
3
- "version": "2.3.0-dev.1069+81e910ce",
3
+ "version": "2.3.0-dev.1099+fafcfa78",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "README.md",
@@ -64,43 +64,43 @@
64
64
  "@standard-schema/spec": "^1.1.0",
65
65
  "@hongminhee/localtunnel": "^0.3.0",
66
66
  "@inquirer/prompts": "^7.8.4",
67
- "@jimp/core": "^1.6.0",
68
- "@jimp/wasm-webp": "^1.6.0",
67
+ "@jimp/core": "^1.6.1",
68
+ "@jimp/wasm-webp": "^1.6.1",
69
69
  "@js-temporal/polyfill": "^0.5.1",
70
- "@logtape/file": "^2.0.5",
71
- "@logtape/logtape": "^2.0.5",
70
+ "@logtape/file": "^2.0.7",
71
+ "@logtape/logtape": "^2.0.7",
72
72
  "@poppanator/http-constants": "^1.1.1",
73
73
  "byte-encodings": "^1.0.11",
74
74
  "chalk": "^5.6.2",
75
75
  "cli-highlight": "^2.1.11",
76
76
  "cli-table3": "^0.6.5",
77
77
  "enquirer": "^2.4.1",
78
- "es-toolkit": "1.43.0",
78
+ "es-toolkit": "1.46.1",
79
79
  "fetch-mock": "^12.5.4",
80
80
  "hono": "^4.8.3",
81
81
  "icojs": "^0.19.5",
82
82
  "inquirer": "^12.9.4",
83
83
  "inquirer-toggle": "^1.0.1",
84
- "jimp": "^1.6.0",
84
+ "jimp": "^1.6.1",
85
85
  "ora": "^8.2.0",
86
86
  "shiki": "^1.6.4",
87
- "smol-toml": "^1.6.0",
87
+ "smol-toml": "^1.6.1",
88
88
  "srvx": "^0.8.7",
89
- "valibot": "^1.2.0",
90
- "@fedify/fedify": "2.3.0-dev.1069+81e910ce",
91
- "@fedify/relay": "2.3.0-dev.1069+81e910ce",
92
- "@fedify/sqlite": "2.3.0-dev.1069+81e910ce",
93
- "@fedify/vocab": "2.3.0-dev.1069+81e910ce",
94
- "@fedify/vocab-tools": "2.3.0-dev.1069+81e910ce",
95
- "@fedify/webfinger": "2.3.0-dev.1069+81e910ce",
96
- "@fedify/vocab-runtime": "2.3.0-dev.1069+81e910ce",
97
- "@fedify/init": "2.3.0-dev.1069+81e910ce"
89
+ "valibot": "^1.4.0",
90
+ "@fedify/init": "2.3.0-dev.1099+fafcfa78",
91
+ "@fedify/fedify": "2.3.0-dev.1099+fafcfa78",
92
+ "@fedify/relay": "2.3.0-dev.1099+fafcfa78",
93
+ "@fedify/sqlite": "2.3.0-dev.1099+fafcfa78",
94
+ "@fedify/vocab": "2.3.0-dev.1099+fafcfa78",
95
+ "@fedify/vocab-runtime": "2.3.0-dev.1099+fafcfa78",
96
+ "@fedify/vocab-tools": "2.3.0-dev.1099+fafcfa78",
97
+ "@fedify/webfinger": "2.3.0-dev.1099+fafcfa78"
98
98
  },
99
99
  "devDependencies": {
100
100
  "@types/bun": "^1.2.23",
101
101
  "@types/node": "^22.17.0",
102
- "tsdown": "^0.21.6",
103
- "typescript": "^5.9.2"
102
+ "tsdown": "^0.22.0",
103
+ "typescript": "^6.0.0"
104
104
  },
105
105
  "scripts": {
106
106
  "build:self": "tsdown",