spree_cm_commissioner 2.8.2.pre.pre.1 → 2.8.2.pre.pre.2

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: 595e82de2ef3a0ab170476a3ad96ab5d25d3d501916fa7b740d4d3d50f11193f
4
- data.tar.gz: fb43eb4f67c1dc65ea1833f90f51624595122a6555c5099ac153a6abf20a1d3b
3
+ metadata.gz: 902f245f53de7f894cef3c6187916474fc53222d0c60fd2713c131c5712816a7
4
+ data.tar.gz: c9c02081b81a4f5a88d639c149c59360daf931348d09e0bffcf2006dd10374c9
5
5
  SHA512:
6
- metadata.gz: a63ca4741ece801cadde290f28f810bcc7143a320201af0d1a074b2a9ae380b7307807d06eac856d01d062eb27b149efaf9e70e87c6853008d2bf667d852d3d1
7
- data.tar.gz: d6cbf032196337ad97649cc72a4f2d1a7a0426224498cd0e2df492e4251a67ed00a7876e9719a66296b8ff9f168be7fa4c991e91a7d318f71eeab08802ae377f
6
+ metadata.gz: 745c769444dcf93d625e5cb5a3fa21979c79fd15fc38fe580cd35e537849308d6fd4d63cc8da3b65808b099eaa7fffbade7c5f65cfbcef6122feeeb99a34b93a
7
+ data.tar.gz: 29a3e784ab688a3f1348b57fc5c7df59cc659345e1d851f04be81ee1a662786466db70f25aec24d4712a422e4c1c4cbdac1078c1f0990fb8804a9f2f134b2f49
data/Gemfile.lock CHANGED
@@ -34,7 +34,7 @@ GIT
34
34
  PATH
35
35
  remote: .
36
36
  specs:
37
- spree_cm_commissioner (2.8.2.pre.pre.1)
37
+ spree_cm_commissioner (2.8.2.pre.pre.2)
38
38
  activerecord-multi-tenant
39
39
  activerecord_json_validator (~> 2.1, >= 2.1.3)
40
40
  aws-sdk-cloudfront
@@ -66,12 +66,19 @@ module SpreeCmCommissioner
66
66
  '/api/v2/storefront/homepage_data*'
67
67
  ],
68
68
  'Spree::Taxon' => ['/api/v2/storefront/taxons/:id*'],
69
+ 'SpreeCmCommissioner::Show' => ['/api/v2/storefront/taxons/:id*'],
69
70
  'Spree::Product' => [
70
71
  '/api/v2/tenant/products/:id*',
71
72
  '/api/v2/tenant/products/:slug*',
72
73
  '/api/v2/storefront/products/:id*',
73
74
  '/api/v2/storefront/products/:slug*'
74
75
  ],
76
+ 'SpreeCmCommissioner::ShowEpisode' => [
77
+ '/api/v2/tenant/products/:id*',
78
+ '/api/v2/tenant/products/:slug*',
79
+ '/api/v2/storefront/products/:id*',
80
+ '/api/v2/storefront/products/:slug*'
81
+ ],
75
82
  'Spree::Vendor' => [
76
83
  '/api/v2/tenant/vendors/:id*',
77
84
  '/api/v2/storefront/vendors/:id*',
@@ -87,10 +94,15 @@ module SpreeCmCommissioner
87
94
  'SpreeCmCommissioner::HomepageBackground' => homepage_background_patterns,
88
95
  'Spree::Menu' => ['/api/v2/storefront/menus/*'],
89
96
  'Spree::Taxon' => ['/api/v2/storefront/taxons/*'],
97
+ 'SpreeCmCommissioner::Show' => ['/api/v2/storefront/taxons/*'],
90
98
  'Spree::Product' => [
91
99
  '/api/v2/tenant/products/*',
92
100
  '/api/v2/storefront/products/*'
93
101
  ],
102
+ 'SpreeCmCommissioner::ShowEpisode' => [
103
+ '/api/v2/tenant/products/*',
104
+ '/api/v2/storefront/products/*'
105
+ ],
94
106
  'Spree::Vendor' => [
95
107
  '/api/v2/tenant/vendors/*',
96
108
  '/api/v2/storefront/vendors/*',
@@ -1,5 +1,5 @@
1
1
  module SpreeCmCommissioner
2
- VERSION = '2.8.2.pre.pre.1'.freeze
2
+ VERSION = '2.8.2.pre.pre.2'.freeze
3
3
 
4
4
  module_function
5
5
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_cm_commissioner
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.2.pre.pre.1
4
+ version: 2.8.2.pre.pre.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - You
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-29 00:00:00.000000000 Z
11
+ date: 2026-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: spree