@seedcord/cli 0.3.1-next.0 → 0.3.1-next.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/LICENSE CHANGED
@@ -175,7 +175,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
175
175
 
176
176
  END OF TERMS AND CONDITIONS
177
177
 
178
- Copyright 2025 Dhruv Jain (materwelonDhruv)
178
+ Copyright 2026 Dhruv Jain (materwelonDhruv)
179
179
 
180
180
  Licensed under the Apache License, Version 2.0 (the "License");
181
181
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  <p align="center">
2
- <img src="https://cdn.seedcord.org/assets/banner.webp" alt="seedcord" width="100%" />
2
+ <picture>
3
+ <source media="(prefers-color-scheme: dark)" srcset="https://cdn.seedcord.org/assets/wordmark-dark.webp" />
4
+ <img src="https://cdn.seedcord.org/assets/wordmark-light.webp" alt="seedcord" width="440" />
5
+ </picture>
3
6
  </p>
4
7
 
5
8
  ---
@@ -7,7 +10,7 @@
7
10
  _This repository is a work in progress._
8
11
 
9
12
  - There are no stable releases yet but changes are being made actively.
10
- - Till a major v1.0.0 release for seedcord, expect breaking changes in minor versions.
13
+ - Until a major v1.0.0 release for seedcord, expect breaking changes in minor versions.
11
14
  - Documentation will come soon as well!
12
15
 
13
16
  If you'd like to try it out, you can check out the code in `mock`
package/dist/cli.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as SEEDCORD_CONFIG_FILENAMES, t as version } from "./src-fizkfNwI.mjs";
1
+ import { n as SEEDCORD_CONFIG_FILENAMES, t as version } from "./src-DauhfXbR.mjs";
2
2
  import { createRequire } from "node:module";
3
3
  import { Command } from "@commander-js/extra-typings";
4
4
  import { Logger, LoggerChannelRegistry, StrictEventEmitter } from "@seedcord/services";
@@ -1272,7 +1272,7 @@ function hasCleanFlags(options) {
1272
1272
  var CommandsCommand = class extends BaseCommand {
1273
1273
  cleanRunner;
1274
1274
  constructor() {
1275
- super("commands", "Inspect and clean deployed application commands", "CLI:Commands");
1275
+ super("commands", "Inspect and clean deployed guild commands", "CLI:Commands");
1276
1276
  this.cleanRunner = CleanRunner.create();
1277
1277
  }
1278
1278
  register(program) {