@bcts/seedtool-cli 1.0.0-alpha.19 → 1.0.0-alpha.21

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.
@@ -1,4 +1,8 @@
1
1
  /**
2
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3
+ * Copyright © 2025-2026 Parity Technologies
4
+ *
5
+ *
2
6
  * Dice format
3
7
  * Ported from seedtool-cli-rust/src/formats/dice.rs
4
8
  */
@@ -1,4 +1,8 @@
1
1
  /**
2
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3
+ * Copyright © 2025-2026 Parity Technologies
4
+ *
5
+ *
2
6
  * Envelope format
3
7
  * Ported from seedtool-cli-rust/src/formats/envelope.rs
4
8
  */
@@ -1,4 +1,8 @@
1
1
  /**
2
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3
+ * Copyright © 2025-2026 Parity Technologies
4
+ *
5
+ *
2
6
  * Format traits and factory functions
3
7
  * Ported from seedtool-cli-rust/src/formats/format.rs
4
8
  */
@@ -1,4 +1,8 @@
1
1
  /**
2
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3
+ * Copyright © 2025-2026 Parity Technologies
4
+ *
5
+ *
2
6
  * Hex format
3
7
  * Ported from seedtool-cli-rust/src/formats/hex.rs
4
8
  */
@@ -1,4 +1,8 @@
1
1
  /**
2
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3
+ * Copyright © 2025-2026 Parity Technologies
4
+ *
5
+ *
2
6
  * Format exports
3
7
  * Ported from seedtool-cli-rust/src/formats/mod.rs
4
8
  */
@@ -1,4 +1,8 @@
1
1
  /**
2
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3
+ * Copyright © 2025-2026 Parity Technologies
4
+ *
5
+ *
2
6
  * Ints format
3
7
  * Ported from seedtool-cli-rust/src/formats/ints.rs
4
8
  */
@@ -1,4 +1,8 @@
1
1
  /**
2
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3
+ * Copyright © 2025-2026 Parity Technologies
4
+ *
5
+ *
2
6
  * Multipart UR format
3
7
  * Ported from seedtool-cli-rust/src/formats/multipart.rs
4
8
  */
@@ -1,4 +1,8 @@
1
1
  /**
2
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3
+ * Copyright © 2025-2026 Parity Technologies
4
+ *
5
+ *
2
6
  * Random format
3
7
  * Ported from seedtool-cli-rust/src/formats/random.rs
4
8
  */
@@ -1,4 +1,8 @@
1
1
  /**
2
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3
+ * Copyright © 2025-2026 Parity Technologies
4
+ *
5
+ *
2
6
  * Seed UR format
3
7
  * Ported from seedtool-cli-rust/src/formats/seed.rs
4
8
  */
@@ -1,4 +1,8 @@
1
1
  /**
2
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3
+ * Copyright © 2025-2026 Parity Technologies
4
+ *
5
+ *
2
6
  * SSKR format
3
7
  * Ported from seedtool-cli-rust/src/formats/sskr.rs
4
8
  */
package/src/index.ts CHANGED
@@ -1,4 +1,8 @@
1
1
  /**
2
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3
+ * Copyright © 2025-2026 Parity Technologies
4
+ *
5
+ *
2
6
  * seedtool-cli
3
7
  * A tool for generating and transforming cryptographic seeds.
4
8
  * Ported from seedtool-cli-rust
package/src/main.ts CHANGED
@@ -1,4 +1,8 @@
1
1
  /**
2
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3
+ * Copyright © 2025-2026 Parity Technologies
4
+ *
5
+ *
2
6
  * A tool for generating and transforming cryptographic seeds.
3
7
  * Ported from seedtool-cli-rust/src/main.rs
4
8
  */
package/src/random.ts CHANGED
@@ -1,4 +1,8 @@
1
1
  /**
2
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3
+ * Copyright © 2025-2026 Parity Technologies
4
+ *
5
+ *
2
6
  * Random number generation utilities
3
7
  * Ported from seedtool-cli-rust/src/random.rs
4
8
  */
package/src/seed.ts CHANGED
@@ -1,4 +1,8 @@
1
1
  /**
2
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3
+ * Copyright © 2025-2026 Parity Technologies
4
+ *
5
+ *
2
6
  * Seed type for seedtool-cli
3
7
  * Ported from seedtool-cli-rust/src/seed.rs
4
8
  *
package/src/styles.ts CHANGED
@@ -1,4 +1,8 @@
1
1
  /**
2
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3
+ * Copyright © 2025-2026 Parity Technologies
4
+ *
5
+ *
2
6
  * CLI styling utilities
3
7
  * Ported from seedtool-cli-rust/src/styles.rs
4
8
  */
package/src/util.ts CHANGED
@@ -1,4 +1,8 @@
1
1
  /**
2
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3
+ * Copyright © 2025-2026 Parity Technologies
4
+ *
5
+ *
2
6
  * Utility functions for data conversion
3
7
  * Ported from seedtool-cli-rust/src/util.rs
4
8
  */