foobara-typescript-remote-command-generator 1.1.3 → 1.1.4

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: 51cebebceac9000f074c9999aa80695848d7e48518e3df2d3eed5d157643dd2b
4
- data.tar.gz: 68f1941caadecded3b50655ffa57b08f7da76b6f9fb32a53f160fbe7dd0a5452
3
+ metadata.gz: 5730e34976cb1769563181451bbde187218e84e4abbf6d48af05951dbab07b61
4
+ data.tar.gz: b97e1b7a5e7ccc4c136bc722f81ca694b40f954779b6ad1c6e980a2d2d10a8aa
5
5
  SHA512:
6
- metadata.gz: a0bf3da27127bf8a29fa4ae53e9365379f071059455cd151611acaf34b2740749e13f16a7ee258c2ed3984de8b7fbeef23a2a88e1ae37c50254cea45d48bb7ba
7
- data.tar.gz: 167351266404f8957ef204ca7b203641aa8d0c69ba3fa401e9a6a4782ad0896d856159e076f5a2305c830ba0778e1b0d7a05c05c670103541cf518eb7d09a0e4
6
+ metadata.gz: 67632d61f05b1a7613f40c22efbc90e77b828e3cbe89e9c1adaef4ff3627f645c3465714ddf9edb8e86853d762f0b5188ac7d6794d9eb0b6fc2d22aaf43c204c
7
+ data.tar.gz: 513ad99446b01309740aba890c8faa53cb4047becfbc5a81a466fd536b7543c8e2c3a8fcd926a835b0f5cb9f6801e29c78680da039f6237ad57a06fbb70a0751
data/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [1.1.3] - 2025-10-02
2
-
1
+ ## [1.1.4] - 2025-10-02
3
2
 
3
+ - Don't give warning about importing domain/setup.ts if it already has been added to index.tsx
4
4
 
5
5
  ## [1.1.2] - 2025-09-27
6
6
 
@@ -77,7 +77,7 @@ module Foobara
77
77
 
78
78
  def warn_about_adding_setup_to_index
79
79
  if paths_to_source_code.key?("setup.ts")
80
- index_tsx_path = "#{output_directory}/index.tsx"
80
+ index_tsx_path = "#{output_directory}/../index.tsx"
81
81
 
82
82
  if File.exist?(index_tsx_path)
83
83
  unless File.read(index_tsx_path) =~ /import.*domains\/setup/
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foobara-typescript-remote-command-generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi