foobara-typescript-react-command-form-generator 0.0.9 → 0.0.10

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: ebd9527a56c87aacbcbf7242bbf557172ee3fab84d7bef1c65fa61b86fbdfec7
4
- data.tar.gz: df3ec7fd376211fa0fd137e387a2415011efc36256e06814106e97a62b0cf78f
3
+ metadata.gz: 2d7c7f198d85e6df346ff8e9c79223a9800229515015fd453113d361ae1cb39e
4
+ data.tar.gz: 9459d9006a463ad36994ec0414b471bd8032403d80d2285c495083f0ad038676
5
5
  SHA512:
6
- metadata.gz: b791acea98c1734c3da0e19f98e57397db8f337d4f353cb88b31037824fce092dcd1df36222cf1fc78576d97238950ae00721bed7596329c1e3488950325362b
7
- data.tar.gz: 9efca5c06622bf7560c52e1b49d2b8225f7f7293d25037de79b296f4b69fa5b5131e0266b275cae2ceefaf63c1b1af9a920929605e8763633c0a40dbd4ef5014
6
+ metadata.gz: 3591a8eea3c09f47c0de440b8b12d17830e2a95b307bf0d53f0db69591fdc69d11a010c76a1b0b4da765bd7de432dc6f9f9f54ea44c1a9392816044b2729cf2d
7
+ data.tar.gz: f4f32288a3b7b18b9ca44bd493862e56f4b9f3be5f729bbfddd78d5f4cc30422ac8f1d1333f079864a790c1e9532a3d1a74862b4e1cdffbef979e435921c9062
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.0.10] - 2025-04-08
2
+
3
+ - Do not double up hashes on Outcome import
4
+
1
5
  ## [0.0.9] - 2025-04-08
2
6
 
3
7
  - Don't make use of inputs for commands that don't have inputs
@@ -1,6 +1,6 @@
1
1
  import React, { useState, JSX } from 'react'
2
2
 
3
- import { Outcome } from "<%= path_to_root %>/base/Outcome"
3
+ import { Outcome } from "<%= path_to_root %>base/Outcome"
4
4
 
5
5
  import { <%= command_name %> } from "<%= path_to_root %><%= command_generator.import_path %>"
6
6
  <% unless empty_inputs? %>
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.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi