@fedify/cli 2.4.0-dev.1583 → 2.4.0-dev.1618
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/bench/action.js +1 -1
- package/dist/bench/actor/documents.js +1 -1
- package/dist/bench/actor/fleet.js +1 -1
- package/dist/bench/actor/keys.js +1 -1
- package/dist/bench/command.js +1 -1
- package/dist/bench/compare/schema.js +1 -1
- package/dist/bench/compare.js +1 -1
- package/dist/bench/discovery/discover.js +1 -1
- package/dist/bench/discovery/probe.js +1 -1
- package/dist/bench/load/arrival.js +1 -1
- package/dist/bench/load/clock.js +1 -1
- package/dist/bench/load/generator.js +1 -1
- package/dist/bench/metrics/aggregate.js +1 -1
- package/dist/bench/metrics/histogram.js +1 -1
- package/dist/bench/metrics/stats-client.js +1 -1
- package/dist/bench/mod.js +1 -1
- package/dist/bench/render/format.js +1 -1
- package/dist/bench/render/index.js +1 -1
- package/dist/bench/render/json.js +1 -1
- package/dist/bench/render/markdown.js +1 -1
- package/dist/bench/render/text.js +1 -1
- package/dist/bench/result/build.js +1 -1
- package/dist/bench/result/expect/assert.js +1 -1
- package/dist/bench/result/expect/evaluate.js +1 -1
- package/dist/bench/result/expect/metrics.js +1 -1
- package/dist/bench/result/schema.js +1 -1
- package/dist/bench/safety/gate.js +1 -1
- package/dist/bench/safety/tiers.js +1 -1
- package/dist/bench/scenario/coerce.js +1 -1
- package/dist/bench/scenario/errors.js +1 -1
- package/dist/bench/scenario/load.js +1 -1
- package/dist/bench/scenario/normalize.js +1 -1
- package/dist/bench/scenario/schema.js +1 -1
- package/dist/bench/scenario/units.js +1 -1
- package/dist/bench/scenario/validate.js +1 -1
- package/dist/bench/scenarios/actor.js +1 -1
- package/dist/bench/scenarios/failure.js +1 -1
- package/dist/bench/scenarios/fanout.js +1 -1
- package/dist/bench/scenarios/inbox.js +1 -1
- package/dist/bench/scenarios/mixed.js +1 -1
- package/dist/bench/scenarios/object-discovery.js +1 -1
- package/dist/bench/scenarios/object.js +1 -1
- package/dist/bench/scenarios/read.js +1 -1
- package/dist/bench/scenarios/registry.js +1 -1
- package/dist/bench/scenarios/runner.js +1 -1
- package/dist/bench/scenarios/webfinger.js +1 -1
- package/dist/bench/server/synthetic.js +1 -1
- package/dist/bench/signing/activity-id.js +1 -1
- package/dist/bench/signing/pipeline.js +1 -1
- package/dist/bench/signing/signer.js +1 -1
- package/dist/bench/template/generate.js +1 -1
- package/dist/bench/template/helpers.js +1 -1
- package/dist/bench/template/template.js +1 -1
- package/dist/cache.js +1 -1
- package/dist/commands.js +1 -1
- package/dist/config.js +1 -1
- package/dist/deno.js +2 -2
- package/dist/docloader.js +1 -1
- package/dist/generate-vocab/action.js +1 -1
- package/dist/generate-vocab/command.js +1 -1
- package/dist/imagerenderer.js +1 -1
- package/dist/inbox/command.js +1 -1
- package/dist/inbox/rendercode.js +1 -1
- package/dist/inbox/view.js +1 -1
- package/dist/inbox.js +1 -1
- package/dist/kv.bun.js +1 -1
- package/dist/kv.node.js +1 -1
- package/dist/log.js +1 -1
- package/dist/lookup/command.js +1 -1
- package/dist/lookup.js +1 -1
- package/dist/mod.js +1 -1
- package/dist/nodeinfo.js +1 -1
- package/dist/options.js +1 -1
- package/dist/relay/command.js +1 -1
- package/dist/relay.js +1 -1
- package/dist/runner.js +1 -1
- package/dist/table.js +1 -1
- package/dist/tempserver.js +1 -1
- package/dist/tunnel.js +1 -1
- package/dist/utils.js +1 -1
- package/dist/webfinger/action.js +1 -1
- package/dist/webfinger/command.js +1 -1
- package/dist/webfinger/error.js +1 -1
- package/dist/webfinger/lib.js +1 -1
- package/package.json +10 -10
package/dist/bench/action.js
CHANGED
package/dist/bench/actor/keys.js
CHANGED
package/dist/bench/command.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "
|
|
1
|
+
import "temporal-polyfill";
|
|
2
2
|
import { configContext } from "../config.js";
|
|
3
3
|
import { userAgentOption } from "../options.js";
|
|
4
4
|
import { argument, choice, command, constant, flag, group, merge, message, object, option, optional, or, string, withDefault } from "@optique/core";
|
package/dist/bench/compare.js
CHANGED
package/dist/bench/load/clock.js
CHANGED
package/dist/bench/mod.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "
|
|
1
|
+
import "temporal-polyfill";
|
|
2
2
|
import { runLoad } from "../load/generator.js";
|
|
3
3
|
import { aggregateSamples } from "../metrics/aggregate.js";
|
|
4
4
|
import { diffSnapshots, fetchServerSnapshot, snapshotToMetrics } from "../metrics/stats-client.js";
|
package/dist/cache.js
CHANGED
package/dist/commands.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "
|
|
1
|
+
import "temporal-polyfill";
|
|
2
2
|
import { benchMetadata, benchOptions } from "./bench/command.js";
|
|
3
3
|
import { generateVocabMetadata, generateVocabOptions } from "./generate-vocab/command.js";
|
|
4
4
|
import { inboxMetadata, inboxOptions } from "./inbox/command.js";
|
package/dist/config.js
CHANGED
package/dist/deno.js
CHANGED
package/dist/docloader.js
CHANGED
package/dist/imagerenderer.js
CHANGED
package/dist/inbox/command.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "
|
|
1
|
+
import "temporal-polyfill";
|
|
2
2
|
import { configContext } from "../config.js";
|
|
3
3
|
import { createTunnelOption } from "../options.js";
|
|
4
4
|
import { command, constant, group, merge, message, multiple, object, option, string } from "@optique/core";
|
package/dist/inbox/rendercode.js
CHANGED
package/dist/inbox/view.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Temporal } from "
|
|
1
|
+
import { Temporal } from "temporal-polyfill";
|
|
2
2
|
import { renderActivity, renderRawActivity, renderRequest, renderResponse } from "./rendercode.js";
|
|
3
3
|
import util from "node:util";
|
|
4
4
|
import { getStatusText } from "@poppanator/http-constants";
|
package/dist/inbox.js
CHANGED
package/dist/kv.bun.js
CHANGED
package/dist/kv.node.js
CHANGED
package/dist/log.js
CHANGED
package/dist/lookup/command.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "
|
|
1
|
+
import "temporal-polyfill";
|
|
2
2
|
import { configContext } from "../config.js";
|
|
3
3
|
import { createTunnelServiceOption, userAgentOption } from "../options.js";
|
|
4
4
|
import { argument, choice, command, constant, flag, float, integer, map, merge, message, multiple, object, option, optionNames, optional, or, string, withDefault } from "@optique/core";
|
package/dist/lookup.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "
|
|
1
|
+
import "temporal-polyfill";
|
|
2
2
|
import { FEDIBIRD_QUOTE_IRI, IN_REPLY_TO_IRI, MISSKEY_QUOTE_IRI, QUOTE_IRI, QUOTE_URL_IRI } from "./lookup/command.js";
|
|
3
3
|
import { colorEnabled, colors, describeError, formatObject } from "./utils.js";
|
|
4
4
|
import { configureLogging } from "./log.js";
|
package/dist/mod.js
CHANGED
package/dist/nodeinfo.js
CHANGED
package/dist/options.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "
|
|
1
|
+
import "temporal-polyfill";
|
|
2
2
|
import { configContext } from "./config.js";
|
|
3
3
|
import { choice, constant, flag, map, merge, message, object, option, optional, or, string, withDefault } from "@optique/core";
|
|
4
4
|
import { bindConfig } from "@optique/config";
|
package/dist/relay/command.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "
|
|
1
|
+
import "temporal-polyfill";
|
|
2
2
|
import { configContext } from "../config.js";
|
|
3
3
|
import { createTunnelOption } from "../options.js";
|
|
4
4
|
import { command, constant, group, integer, merge, message, multiple, object, option, optionName, optional, string, value } from "@optique/core";
|
package/dist/relay.js
CHANGED
package/dist/runner.js
CHANGED
package/dist/table.js
CHANGED
package/dist/tempserver.js
CHANGED
package/dist/tunnel.js
CHANGED
package/dist/utils.js
CHANGED
package/dist/webfinger/action.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "
|
|
1
|
+
import "temporal-polyfill";
|
|
2
2
|
import { configContext } from "../config.js";
|
|
3
3
|
import { userAgentOption } from "../options.js";
|
|
4
4
|
import { argument, command, constant, flag, group, integer, merge, message, multiple, object, option, string } from "@optique/core";
|
package/dist/webfinger/error.js
CHANGED
package/dist/webfinger/lib.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/cli",
|
|
3
|
-
"version": "2.4.0-dev.
|
|
3
|
+
"version": "2.4.0-dev.1618+58858243",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"README.md",
|
|
@@ -65,7 +65,6 @@
|
|
|
65
65
|
"@inquirer/prompts": "^7.8.4",
|
|
66
66
|
"@jimp/core": "^1.6.1",
|
|
67
67
|
"@jimp/wasm-webp": "^1.6.1",
|
|
68
|
-
"@js-temporal/polyfill": "^0.5.1",
|
|
69
68
|
"@logtape/file": "^2.2.0",
|
|
70
69
|
"@logtape/logtape": "^2.2.0",
|
|
71
70
|
"@poppanator/http-constants": "^1.1.1",
|
|
@@ -86,16 +85,17 @@
|
|
|
86
85
|
"shiki": "^1.6.4",
|
|
87
86
|
"smol-toml": "^1.6.1",
|
|
88
87
|
"srvx": "^0.8.7",
|
|
88
|
+
"temporal-polyfill": "^1.0.1",
|
|
89
89
|
"valibot": "^1.4.0",
|
|
90
90
|
"yaml": "^2.9.0",
|
|
91
|
-
"@fedify/
|
|
92
|
-
"@fedify/
|
|
93
|
-
"@fedify/
|
|
94
|
-
"@fedify/sqlite": "2.4.0-dev.
|
|
95
|
-
"@fedify/vocab
|
|
96
|
-
"@fedify/vocab-runtime": "2.4.0-dev.
|
|
97
|
-
"@fedify/
|
|
98
|
-
"@fedify/webfinger": "2.4.0-dev.
|
|
91
|
+
"@fedify/fedify": "2.4.0-dev.1618+58858243",
|
|
92
|
+
"@fedify/relay": "2.4.0-dev.1618+58858243",
|
|
93
|
+
"@fedify/init": "2.4.0-dev.1618+58858243",
|
|
94
|
+
"@fedify/sqlite": "2.4.0-dev.1618+58858243",
|
|
95
|
+
"@fedify/vocab": "2.4.0-dev.1618+58858243",
|
|
96
|
+
"@fedify/vocab-runtime": "2.4.0-dev.1618+58858243",
|
|
97
|
+
"@fedify/vocab-tools": "2.4.0-dev.1618+58858243",
|
|
98
|
+
"@fedify/webfinger": "2.4.0-dev.1618+58858243"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
101
|
"@types/bun": "^1.2.23",
|