foobara-typescript-remote-command-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: cc6158bda17aa24741a79802c5e0016120801eed6a7f73a4c26eb68040fbd0ed
4
- data.tar.gz: 8803880e3bd4463b21be3a08b09d33387a43f5d6a497af42cc59b9aa5dd764bb
3
+ metadata.gz: 7c5ff8b54e5b247ccdc88cbf0a743192b0e2ac1ff077856eb10744d88843881d
4
+ data.tar.gz: 581c8871b10007741cbf13064ff4c544542fefdf797844c159ebef1ae78eaa85
5
5
  SHA512:
6
- metadata.gz: 2c62a4e4597c9774b894747137a834d9a5aaff70269f322e20e93192ee6d34dff8bb88c0cd8a1fd488320eb373b9002d3523d6ee51b48f1887a5f4cedf4cb9ee
7
- data.tar.gz: ec1a895e62d555c58b1ffe0a2161b4c422dc2222ae0d762da4adfb34631a7d8369a824021fd7fd36242101e281bbc5a7ac97d13fa5f48fdedf751836c905f4a6
6
+ metadata.gz: 9a367b46888d713b45e7538f8fcf3a562e5556124d6f31d5115ddf87f152ee1e4ac0621312a477acaad5375032418b6d7835007bd22d2c25c660143acdbc5d77
7
+ data.tar.gz: 7e8d6756ae1aeddd49a5daa61e2c4f20974e94fb2f31756b3b81495a40591b5e2d0bc11b94792ce1364beb5e9749110015449c0f80b236786a4ffa052f99ee0c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.0.10] - 2025-02-21
2
+
3
+ - Include org/domain prefixes in command URLs
4
+
1
5
  ## [0.0.9] - 2025-02-21
2
6
 
3
7
  - Fix a bug where we don't use the name of a custom type when we could
@@ -62,7 +62,7 @@ module Foobara
62
62
  end
63
63
 
64
64
  def domain_name
65
- scoped_short_name || "GlobalDomain"
65
+ scoped_name || "GlobalDomain"
66
66
  end
67
67
 
68
68
  def organization_generator
@@ -33,7 +33,7 @@ module Foobara
33
33
  end
34
34
 
35
35
  def organization_name
36
- scoped_short_name || "GlobalOrganization"
36
+ scoped_name || "GlobalOrganization"
37
37
  end
38
38
  end
39
39
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foobara-typescript-remote-command-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
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-21 00:00:00.000000000 Z
10
+ date: 2025-02-22 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: foobara