elasticgraph-support 0.19.2.0 → 0.19.2.1

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: a14d36c34bf951d94568e37cf2a8152d264214b13e23e4fd0bd718dbf95ca4fa
4
- data.tar.gz: 61845392dc210469ccf00672d91d683094a1cdbe9abf5db98c26ee8cb25629c2
3
+ metadata.gz: 319d6a49ad00e0f14902145d626c347f15a02d2a3796c3f68905da7974580513
4
+ data.tar.gz: dfcb39b4e9a116a36981414c473b2537d1591e617a0a716823badfead5106bc4
5
5
  SHA512:
6
- metadata.gz: c31b4a29ba0c9d7db0ebd0e150f4a6bde49edb721329fd1669bf1cb9b3b88bfbc5672b3e2e2fbd1f9b6ee4bbc9e1957edd4d2bd7622dc3e1ac99ececba2761c6
7
- data.tar.gz: 929da040de365779c80cd0d04e7a9f4c5c6d6e7833f399193e4045b671c66895cf5261f99e9d6ec76233c18ec3911d65d9f8b4cb7034f24afa5bb1a0e04d2403
6
+ metadata.gz: ae40ab372733d3106d385d198fcc1cc7e4c9d95dba3205e0717392ea3e718f8fe8dc5b3909d4bd97f6066feed564db361853d4110b7972d000e26d15d7cbc9c4
7
+ data.tar.gz: 1417f16e24819a3060e6c7de32bbc07091e78b262f5d8476043d091273194e54a464a94fa6f942a27eea510230b860677f9caf1c6e011c34655015f9514f44b5
@@ -253,6 +253,10 @@ module ElasticGraph
253
253
  # @private
254
254
  GRAPHQL_LAMBDA_AWS_ARN_HEADER = "X-AWS-LAMBDA-CALLER-ARN"
255
255
 
256
+ # The name of the visibility profile we use with the GraphQL gem.
257
+ # @private
258
+ VISIBILITY_PROFILE = :main
259
+
256
260
  # TODO(steep): it complains about `define_schema` not being defined but it is defined
257
261
  # in another file; I shouldn't have to say it's dynamic here. For now this works though.
258
262
  # @dynamic self.define_schema
@@ -8,7 +8,7 @@
8
8
 
9
9
  module ElasticGraph
10
10
  # The version of all ElasticGraph gems.
11
- VERSION = "0.19.2.0"
11
+ VERSION = "0.19.2.1"
12
12
 
13
13
  # Steep weirdly expects this here...
14
14
  # @dynamic self.define_schema
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticgraph-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.2.0
4
+ version: 0.19.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Myron Marston
@@ -9,7 +9,7 @@ authors:
9
9
  - Block Engineering
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-04-09 00:00:00.000000000 Z
12
+ date: 2025-04-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: logger
@@ -31,20 +31,14 @@ dependencies:
31
31
  requirements:
32
32
  - - "~>"
33
33
  - !ruby/object:Gem::Version
34
- version: '2.12'
35
- - - ">="
36
- - !ruby/object:Gem::Version
37
- version: 2.12.2
34
+ version: '2.13'
38
35
  type: :development
39
36
  prerelease: false
40
37
  version_requirements: !ruby/object:Gem::Requirement
41
38
  requirements:
42
39
  - - "~>"
43
40
  - !ruby/object:Gem::Version
44
- version: '2.12'
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: 2.12.2
41
+ version: '2.13'
48
42
  - !ruby/object:Gem::Dependency
49
43
  name: rake
50
44
  requirement: !ruby/object:Gem::Requirement
@@ -93,10 +87,10 @@ licenses:
93
87
  - MIT
94
88
  metadata:
95
89
  bug_tracker_uri: https://github.com/block/elasticgraph/issues
96
- changelog_uri: https://github.com/block/elasticgraph/releases/tag/v0.19.2.0
97
- documentation_uri: https://block.github.io/elasticgraph/api-docs/v0.19.2.0/
90
+ changelog_uri: https://github.com/block/elasticgraph/releases/tag/v0.19.2.1
91
+ documentation_uri: https://block.github.io/elasticgraph/api-docs/v0.19.2.1/
98
92
  homepage_uri: https://block.github.io/elasticgraph/
99
- source_code_uri: https://github.com/block/elasticgraph/tree/v0.19.2.0/elasticgraph-support
93
+ source_code_uri: https://github.com/block/elasticgraph/tree/v0.19.2.1/elasticgraph-support
100
94
  gem_category: core
101
95
  rdoc_options: []
102
96
  require_paths: