foobara-typescript-react-command-form-generator 0.0.4 → 0.0.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9f0e2ec5e56dfab14a2822504a3932037ac531c62121b296e9a39787493cb75
4
- data.tar.gz: 1fda0b7512fc2bc79812006646f1a1c135384c1d0b269776c3c483e394f711d2
3
+ metadata.gz: 98f12c88a8181b6b5e97ce639cf82f169e085e7a2f2ad0766028d20cdee4ee01
4
+ data.tar.gz: 88965d8870c4b33f9f7456abc9e9a5d348acd61b8bffe1833ba4f28494a75381
5
5
  SHA512:
6
- metadata.gz: 062c48533229e080e467447596e33af9221e501fd67a38b625ffacec4212364ca8e2e0c5c432f68b715e6aeb84466b8bcb8c37a4d21da1403d242bc9c37000a3
7
- data.tar.gz: 02ad9815e4d08c68bd3ffb4a9c8b92f8c174b8591913e6eadde801d4c45659c0bfd913f8de0fb549a82f84c2e55d2efd8cf3f6ffa349186e7e8ec41805f8642f
6
+ metadata.gz: 5b5d9b8836f3306141791e7c4f02ba929439a7f82679003bbc7b36d55995e63ef9e102feb3e3704d9f8cab3d442a6106654d93af6567d8db36dd17c625cb9aeb
7
+ data.tar.gz: d62086d2df517d675be8f99df7e2dba8f50d7a490d369497b6b2c49427f44022313a8b8af45158285ceb6e774d5afb0f4b8aa598ea6e8606cacb2d320b885202
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.0.5] - 2025-02-21
2
+
3
+ -
4
+
1
5
  ## [0.0.4] - 2025-02-21
2
6
 
3
7
  - Bump Ruby to 3.4.2
@@ -7,6 +7,10 @@ import <%= inputs_class_name %> from "<%= path_to_root %><%= command_generator.i
7
7
  import <%= result_class_name %> from "<%= path_to_root %><%= command_generator.import_path %>/Result"
8
8
  import { Error as <%= error_class_name %> } from "<%= path_to_root %><%= command_generator.import_path %>/Errors"
9
9
 
10
+ <% dependency_roots.each do |dependency_root| %>
11
+ import <%= dependency_root.import_destructure %> from "<%= path_to_root %><%= dependency_root.import_path %>"
12
+ <% end %>
13
+
10
14
  export default function <%= command_name %>Form (): JSX.Element {
11
15
  <% non_colliding_inputs.each do |flattened_attribute| %>
12
16
  <% if flattened_attribute.has_default? %>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foobara-typescript-react-command-form-generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi