shopify_app 18.0.4 → 18.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/build.yml +2 -3
- data/.nvmrc +1 -1
- data/.ruby-version +1 -1
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +72 -74
- data/app/controllers/shopify_app/webhooks_controller.rb +1 -2
- data/config/locales/zh-CN.yml +1 -1
- data/lib/generators/shopify_app/home_controller/templates/index.html.erb +4 -0
- data/lib/generators/shopify_app/install/install_generator.rb +5 -1
- data/lib/generators/shopify_app/install/templates/embedded_app.html.erb +2 -0
- data/lib/generators/shopify_app/install/templates/shopify_app_importmap.js +13 -0
- data/lib/shopify_app/controller_concerns/login_protection.rb +6 -0
- data/lib/shopify_app/middleware/jwt_middleware.rb +1 -0
- data/lib/shopify_app/session/jwt.rb +4 -0
- data/lib/shopify_app/version.rb +1 -1
- data/lib/shopify_app.rb +8 -0
- data/package.json +1 -1
- data/shopify_app.gemspec +2 -2
- data/yarn.lock +97 -82
- metadata +4 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85eb4cdd7fac0b5aef1c84b39cbf85d96d068e04ee6a9de66870000e7ab5c30b
|
4
|
+
data.tar.gz: a6958a471887ebd1e3b45732eab2f210db0e5788b309d5f8678a1d8138eabcf8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35a3894f7588fb7eec5ecd0c093df12ef4fc5b5fe14a1d80d7d18f2bba8e6c48e9e1a3bbd8aeb6b0cbf31ff55b1401598a5d8660bf9a0a383b24bf6133641b67
|
7
|
+
data.tar.gz: c20fb9f5e670060b3cf68132d6e4c8b5685323b98cf811de9a4828eceb4942edcd4c7a0dae0675c618d7af35a4ee3c3586f0dadd639eb0946fec8f529e2ffacf
|
data/.github/workflows/build.yml
CHANGED
@@ -12,7 +12,7 @@ jobs:
|
|
12
12
|
name: Ruby ${{ matrix.version }}
|
13
13
|
strategy:
|
14
14
|
matrix:
|
15
|
-
version: [2.
|
15
|
+
version: ['2.6', '2.7', '3.0']
|
16
16
|
|
17
17
|
steps:
|
18
18
|
- uses: actions/checkout@v2
|
@@ -24,7 +24,7 @@ jobs:
|
|
24
24
|
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
|
25
25
|
- name: Set up Ruby ${{ matrix.version }}
|
26
26
|
uses: ruby/setup-ruby@v1
|
27
|
-
with:
|
27
|
+
with:
|
28
28
|
ruby-version: ${{ matrix.version }}
|
29
29
|
bundler-cache: true
|
30
30
|
- name: Set up Node
|
@@ -38,4 +38,3 @@ jobs:
|
|
38
38
|
run: |
|
39
39
|
yarn test
|
40
40
|
bundle exec rake test
|
41
|
-
|
data/.nvmrc
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
12.22.8
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
3.0.3
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
18.1.0 (Jan 28, 2022)
|
2
|
+
----------
|
3
|
+
* Support Rails 7 [#1354](https://github.com/Shopify/shopify_app/pull/1354)
|
4
|
+
* Fix webhooks handling in Ruby 3 [#1342](https://github.com/Shopify/shopify_app/pull/1342)
|
5
|
+
* Update to Ruby 3 and drop support to Ruby 2.5 [#1359](https://github.com/Shopify/shopify_app/pull/1359)
|
6
|
+
|
1
7
|
18.0.4 (Jan 27, 2022)
|
2
8
|
----------
|
3
9
|
* Use App Bridge client for redirect [#1247](https://github.com/Shopify/shopify_app/pull/1247)
|
data/Gemfile.lock
CHANGED
@@ -1,80 +1,80 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
shopify_app (18.0
|
4
|
+
shopify_app (18.1.0)
|
5
5
|
browser_sniffer (~> 1.4.0)
|
6
6
|
jwt (>= 2.2.3)
|
7
7
|
omniauth-rails_csrf_protection
|
8
8
|
omniauth-shopify-oauth2 (~> 2.3)
|
9
|
-
rails (> 5.2.1
|
9
|
+
rails (> 5.2.1)
|
10
10
|
redirect_safely (~> 1.0)
|
11
11
|
shopify_api (~> 9.4)
|
12
12
|
|
13
13
|
GEM
|
14
14
|
remote: https://rubygems.org/
|
15
15
|
specs:
|
16
|
-
actioncable (6.1.
|
17
|
-
actionpack (= 6.1.
|
18
|
-
activesupport (= 6.1.
|
16
|
+
actioncable (6.1.4.4)
|
17
|
+
actionpack (= 6.1.4.4)
|
18
|
+
activesupport (= 6.1.4.4)
|
19
19
|
nio4r (~> 2.0)
|
20
20
|
websocket-driver (>= 0.6.1)
|
21
|
-
actionmailbox (6.1.
|
22
|
-
actionpack (= 6.1.
|
23
|
-
activejob (= 6.1.
|
24
|
-
activerecord (= 6.1.
|
25
|
-
activestorage (= 6.1.
|
26
|
-
activesupport (= 6.1.
|
21
|
+
actionmailbox (6.1.4.4)
|
22
|
+
actionpack (= 6.1.4.4)
|
23
|
+
activejob (= 6.1.4.4)
|
24
|
+
activerecord (= 6.1.4.4)
|
25
|
+
activestorage (= 6.1.4.4)
|
26
|
+
activesupport (= 6.1.4.4)
|
27
27
|
mail (>= 2.7.1)
|
28
|
-
actionmailer (6.1.
|
29
|
-
actionpack (= 6.1.
|
30
|
-
actionview (= 6.1.
|
31
|
-
activejob (= 6.1.
|
32
|
-
activesupport (= 6.1.
|
28
|
+
actionmailer (6.1.4.4)
|
29
|
+
actionpack (= 6.1.4.4)
|
30
|
+
actionview (= 6.1.4.4)
|
31
|
+
activejob (= 6.1.4.4)
|
32
|
+
activesupport (= 6.1.4.4)
|
33
33
|
mail (~> 2.5, >= 2.5.4)
|
34
34
|
rails-dom-testing (~> 2.0)
|
35
|
-
actionpack (6.1.
|
36
|
-
actionview (= 6.1.
|
37
|
-
activesupport (= 6.1.
|
35
|
+
actionpack (6.1.4.4)
|
36
|
+
actionview (= 6.1.4.4)
|
37
|
+
activesupport (= 6.1.4.4)
|
38
38
|
rack (~> 2.0, >= 2.0.9)
|
39
39
|
rack-test (>= 0.6.3)
|
40
40
|
rails-dom-testing (~> 2.0)
|
41
41
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
42
|
-
actiontext (6.1.
|
43
|
-
actionpack (= 6.1.
|
44
|
-
activerecord (= 6.1.
|
45
|
-
activestorage (= 6.1.
|
46
|
-
activesupport (= 6.1.
|
42
|
+
actiontext (6.1.4.4)
|
43
|
+
actionpack (= 6.1.4.4)
|
44
|
+
activerecord (= 6.1.4.4)
|
45
|
+
activestorage (= 6.1.4.4)
|
46
|
+
activesupport (= 6.1.4.4)
|
47
47
|
nokogiri (>= 1.8.5)
|
48
|
-
actionview (6.1.
|
49
|
-
activesupport (= 6.1.
|
48
|
+
actionview (6.1.4.4)
|
49
|
+
activesupport (= 6.1.4.4)
|
50
50
|
builder (~> 3.1)
|
51
51
|
erubi (~> 1.4)
|
52
52
|
rails-dom-testing (~> 2.0)
|
53
53
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
54
|
-
activejob (6.1.
|
55
|
-
activesupport (= 6.1.
|
54
|
+
activejob (6.1.4.4)
|
55
|
+
activesupport (= 6.1.4.4)
|
56
56
|
globalid (>= 0.3.6)
|
57
|
-
activemodel (6.1.
|
58
|
-
activesupport (= 6.1.
|
57
|
+
activemodel (6.1.4.4)
|
58
|
+
activesupport (= 6.1.4.4)
|
59
59
|
activemodel-serializers-xml (1.0.2)
|
60
60
|
activemodel (> 5.x)
|
61
61
|
activesupport (> 5.x)
|
62
62
|
builder (~> 3.1)
|
63
|
-
activerecord (6.1.
|
64
|
-
activemodel (= 6.1.
|
65
|
-
activesupport (= 6.1.
|
63
|
+
activerecord (6.1.4.4)
|
64
|
+
activemodel (= 6.1.4.4)
|
65
|
+
activesupport (= 6.1.4.4)
|
66
66
|
activeresource (5.1.1)
|
67
67
|
activemodel (>= 5.0, < 7)
|
68
68
|
activemodel-serializers-xml (~> 1.0)
|
69
69
|
activesupport (>= 5.0, < 7)
|
70
|
-
activestorage (6.1.
|
71
|
-
actionpack (= 6.1.
|
72
|
-
activejob (= 6.1.
|
73
|
-
activerecord (= 6.1.
|
74
|
-
activesupport (= 6.1.
|
70
|
+
activestorage (6.1.4.4)
|
71
|
+
actionpack (= 6.1.4.4)
|
72
|
+
activejob (= 6.1.4.4)
|
73
|
+
activerecord (= 6.1.4.4)
|
74
|
+
activesupport (= 6.1.4.4)
|
75
75
|
marcel (~> 1.0.0)
|
76
|
-
mini_mime (
|
77
|
-
activesupport (6.1.
|
76
|
+
mini_mime (>= 1.1.0)
|
77
|
+
activesupport (6.1.4.4)
|
78
78
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
79
79
|
i18n (>= 1.6, < 2)
|
80
80
|
minitest (>= 5.1)
|
@@ -89,7 +89,7 @@ GEM
|
|
89
89
|
builder (3.2.4)
|
90
90
|
byebug (11.1.3)
|
91
91
|
coderay (1.1.3)
|
92
|
-
concurrent-ruby (1.1.
|
92
|
+
concurrent-ruby (1.1.9)
|
93
93
|
crack (0.4.4)
|
94
94
|
crass (1.0.6)
|
95
95
|
debug_inspector (0.0.3)
|
@@ -110,7 +110,7 @@ GEM
|
|
110
110
|
faraday-em_synchrony (1.0.0)
|
111
111
|
faraday-excon (1.1.0)
|
112
112
|
faraday-httpclient (1.0.1)
|
113
|
-
faraday-multipart (1.0.
|
113
|
+
faraday-multipart (1.0.3)
|
114
114
|
multipart-post (>= 1.2, < 3)
|
115
115
|
faraday-net_http (1.0.1)
|
116
116
|
faraday-net_http_persistent (1.2.0)
|
@@ -119,32 +119,32 @@ GEM
|
|
119
119
|
faraday-retry (1.0.3)
|
120
120
|
globalid (1.0.0)
|
121
121
|
activesupport (>= 5.0)
|
122
|
-
graphql (1.13.
|
122
|
+
graphql (1.13.6)
|
123
123
|
graphql-client (0.17.0)
|
124
124
|
activesupport (>= 3.0)
|
125
125
|
graphql (~> 1.10)
|
126
126
|
hashdiff (1.0.1)
|
127
127
|
hashie (5.0.0)
|
128
|
-
i18n (1.
|
128
|
+
i18n (1.9.1)
|
129
129
|
concurrent-ruby (~> 1.0)
|
130
130
|
jwt (2.3.0)
|
131
|
-
loofah (2.
|
131
|
+
loofah (2.13.0)
|
132
132
|
crass (~> 1.0.2)
|
133
133
|
nokogiri (>= 1.5.9)
|
134
134
|
mail (2.7.1)
|
135
135
|
mini_mime (>= 0.1.1)
|
136
136
|
marcel (1.0.2)
|
137
137
|
method_source (0.9.2)
|
138
|
-
mini_mime (1.
|
139
|
-
mini_portile2 (2.
|
138
|
+
mini_mime (1.1.2)
|
139
|
+
mini_portile2 (2.6.1)
|
140
140
|
minitest (5.14.4)
|
141
141
|
mocha (1.11.2)
|
142
142
|
multi_json (1.15.0)
|
143
143
|
multi_xml (0.6.0)
|
144
144
|
multipart-post (2.1.1)
|
145
145
|
nio4r (2.5.8)
|
146
|
-
nokogiri (1.
|
147
|
-
mini_portile2 (~> 2.
|
146
|
+
nokogiri (1.12.5)
|
147
|
+
mini_portile2 (~> 2.6.1)
|
148
148
|
racc (~> 1.4)
|
149
149
|
oauth2 (1.4.7)
|
150
150
|
faraday (>= 0.8, < 2.0)
|
@@ -177,26 +177,26 @@ GEM
|
|
177
177
|
binding_of_caller (>= 0.7)
|
178
178
|
pry (>= 0.9.11)
|
179
179
|
public_suffix (4.0.6)
|
180
|
-
racc (1.
|
180
|
+
racc (1.6.0)
|
181
181
|
rack (2.2.3)
|
182
182
|
rack-protection (2.1.0)
|
183
183
|
rack
|
184
184
|
rack-test (1.1.0)
|
185
185
|
rack (>= 1.0, < 3)
|
186
|
-
rails (6.1.
|
187
|
-
actioncable (= 6.1.
|
188
|
-
actionmailbox (= 6.1.
|
189
|
-
actionmailer (= 6.1.
|
190
|
-
actionpack (= 6.1.
|
191
|
-
actiontext (= 6.1.
|
192
|
-
actionview (= 6.1.
|
193
|
-
activejob (= 6.1.
|
194
|
-
activemodel (= 6.1.
|
195
|
-
activerecord (= 6.1.
|
196
|
-
activestorage (= 6.1.
|
197
|
-
activesupport (= 6.1.
|
186
|
+
rails (6.1.4.4)
|
187
|
+
actioncable (= 6.1.4.4)
|
188
|
+
actionmailbox (= 6.1.4.4)
|
189
|
+
actionmailer (= 6.1.4.4)
|
190
|
+
actionpack (= 6.1.4.4)
|
191
|
+
actiontext (= 6.1.4.4)
|
192
|
+
actionview (= 6.1.4.4)
|
193
|
+
activejob (= 6.1.4.4)
|
194
|
+
activemodel (= 6.1.4.4)
|
195
|
+
activerecord (= 6.1.4.4)
|
196
|
+
activestorage (= 6.1.4.4)
|
197
|
+
activesupport (= 6.1.4.4)
|
198
198
|
bundler (>= 1.15.0)
|
199
|
-
railties (= 6.1.
|
199
|
+
railties (= 6.1.4.4)
|
200
200
|
sprockets-rails (>= 2.0.0)
|
201
201
|
rails-controller-testing (1.0.5)
|
202
202
|
actionpack (>= 5.0.1.rc1)
|
@@ -205,13 +205,13 @@ GEM
|
|
205
205
|
rails-dom-testing (2.0.3)
|
206
206
|
activesupport (>= 4.2.0)
|
207
207
|
nokogiri (>= 1.6)
|
208
|
-
rails-html-sanitizer (1.
|
208
|
+
rails-html-sanitizer (1.4.2)
|
209
209
|
loofah (~> 2.3)
|
210
|
-
railties (6.1.
|
211
|
-
actionpack (= 6.1.
|
212
|
-
activesupport (= 6.1.
|
210
|
+
railties (6.1.4.4)
|
211
|
+
actionpack (= 6.1.4.4)
|
212
|
+
activesupport (= 6.1.4.4)
|
213
213
|
method_source
|
214
|
-
rake (>= 0.
|
214
|
+
rake (>= 0.13)
|
215
215
|
thor (~> 1.0)
|
216
216
|
rainbow (3.0.0)
|
217
217
|
rake (13.0.3)
|
@@ -219,7 +219,7 @@ GEM
|
|
219
219
|
redirect_safely (1.0.0)
|
220
220
|
activemodel
|
221
221
|
regexp_parser (2.0.0)
|
222
|
-
rexml (3.2.
|
222
|
+
rexml (3.2.5)
|
223
223
|
rubocop (1.5.2)
|
224
224
|
parallel (~> 1.10)
|
225
225
|
parser (>= 2.7.1.5)
|
@@ -235,11 +235,10 @@ GEM
|
|
235
235
|
rubocop (~> 1.4)
|
236
236
|
ruby-progressbar (1.10.1)
|
237
237
|
ruby2_keywords (0.0.5)
|
238
|
-
shopify_api (9.5)
|
239
|
-
activeresource (>= 4.1.0
|
238
|
+
shopify_api (9.5.1)
|
239
|
+
activeresource (>= 4.1.0)
|
240
240
|
graphql-client
|
241
241
|
rack
|
242
|
-
webrick
|
243
242
|
sprockets (4.0.2)
|
244
243
|
concurrent-ruby (~> 1.0)
|
245
244
|
rack (> 1, < 3)
|
@@ -256,11 +255,10 @@ GEM
|
|
256
255
|
addressable (>= 2.3.6)
|
257
256
|
crack (>= 0.3.2)
|
258
257
|
hashdiff (>= 0.4.0, < 2.0.0)
|
259
|
-
webrick (1.7.0)
|
260
258
|
websocket-driver (0.7.5)
|
261
259
|
websocket-extensions (>= 0.1.0)
|
262
260
|
websocket-extensions (0.1.5)
|
263
|
-
zeitwerk (2.4
|
261
|
+
zeitwerk (2.5.4)
|
264
262
|
|
265
263
|
PLATFORMS
|
266
264
|
ruby
|
@@ -7,8 +7,7 @@ module ShopifyApp
|
|
7
7
|
|
8
8
|
def receive
|
9
9
|
params.permit!
|
10
|
-
|
11
|
-
webhook_job_klass.perform_later(job_args)
|
10
|
+
webhook_job_klass.perform_later(shop_domain: shop_domain, webhook: webhook_params.to_h)
|
12
11
|
head(:ok)
|
13
12
|
end
|
14
13
|
|
data/config/locales/zh-CN.yml
CHANGED
@@ -11,6 +11,6 @@ zh-CN:
|
|
11
11
|
top_level_interaction_body: 您的浏览器要求类似 %{app} 的应用向您申请访问 Cookie,之后 Shopify 才能为您打开它。
|
12
12
|
top_level_interaction_action: 继续
|
13
13
|
request_storage_access_heading: "%{app} 需要访问 Cookie"
|
14
|
-
request_storage_access_body:
|
14
|
+
request_storage_access_body: 这使此应用能够通过暂时存储您的个人信息来验证您的身份。点击继续并启用 Cookie 以使用此应用。
|
15
15
|
request_storage_access_footer: Cookie 将在 30 天后过期。
|
16
16
|
request_storage_access_action: 继续
|
@@ -9,6 +9,10 @@
|
|
9
9
|
/>
|
10
10
|
<% unless with_cookie_authentication? %> <script>
|
11
11
|
document.addEventListener("DOMContentLoaded", async function() {
|
12
|
+
<% if ShopifyApp.use_importmap? %>
|
13
|
+
await import("lib/shopify_app")
|
14
|
+
<% end %>
|
15
|
+
|
12
16
|
var SessionToken = window["app-bridge"].actions.SessionToken
|
13
17
|
var app = window.app;
|
14
18
|
|
@@ -50,6 +50,10 @@ module ShopifyApp
|
|
50
50
|
copy_file('flash_messages.js', 'app/javascript/shopify_app/flash_messages.js')
|
51
51
|
copy_file('shopify_app_index.js', 'app/javascript/shopify_app/index.js')
|
52
52
|
append_to_file('app/javascript/packs/application.js', "require(\"shopify_app\")\n")
|
53
|
+
elsif ShopifyApp.use_importmap?
|
54
|
+
copy_file('shopify_app_importmap.js', 'app/javascript/lib/shopify_app.js')
|
55
|
+
copy_file('flash_messages.js', 'app/javascript/lib/flash_messages.js')
|
56
|
+
append_to_file('config/importmap.rb', "pin_all_from \"app/javascript/lib\", under: \"lib\"\n")
|
53
57
|
else
|
54
58
|
copy_file('shopify_app.js', 'app/assets/javascripts/shopify_app.js')
|
55
59
|
copy_file('flash_messages.js', 'app/assets/javascripts/flash_messages.js')
|
@@ -67,7 +71,7 @@ module ShopifyApp
|
|
67
71
|
def insert_hosts_into_development_config
|
68
72
|
inject_into_file(
|
69
73
|
'config/environments/development.rb',
|
70
|
-
" config.hosts = (config.hosts rescue []) << /\[
|
74
|
+
" config.hosts = (config.hosts rescue []) << /\[-\\w]+\\.ngrok\\.io/\n",
|
71
75
|
after: "Rails.application.configure do\n"
|
72
76
|
)
|
73
77
|
end
|
@@ -7,6 +7,8 @@
|
|
7
7
|
<%= stylesheet_link_tag 'application' %>
|
8
8
|
<% if ShopifyApp.use_webpacker? %>
|
9
9
|
<%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %>
|
10
|
+
<% elsif ShopifyApp.use_importmap? %>
|
11
|
+
<%= javascript_importmap_tags %>
|
10
12
|
<% else %>
|
11
13
|
<%= javascript_include_tag 'application', "data-turbolinks-track" => true %>
|
12
14
|
<% end %>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
var data = document.getElementById('shopify-app-init').dataset;
|
2
|
+
var AppBridge = window['app-bridge'];
|
3
|
+
var createApp = AppBridge.default;
|
4
|
+
window.app = createApp({
|
5
|
+
apiKey: data.apiKey,
|
6
|
+
host: data.host,
|
7
|
+
});
|
8
|
+
|
9
|
+
var actions = AppBridge.actions;
|
10
|
+
var TitleBar = actions.TitleBar;
|
11
|
+
TitleBar.create(app, {
|
12
|
+
title: data.page,
|
13
|
+
});
|
@@ -95,6 +95,12 @@ module ShopifyApp
|
|
95
95
|
response.set_header(ACCESS_TOKEN_REQUIRED_HEADER, "true")
|
96
96
|
end
|
97
97
|
|
98
|
+
def jwt_expire_at
|
99
|
+
expire_at = request.env['jwt.expire_at']
|
100
|
+
return unless expire_at
|
101
|
+
expire_at - 5.seconds # 5s gap to start fetching new token in advance
|
102
|
+
end
|
103
|
+
|
98
104
|
protected
|
99
105
|
|
100
106
|
def jwt_shopify_domain
|
data/lib/shopify_app/version.rb
CHANGED
data/lib/shopify_app.rb
CHANGED
@@ -12,6 +12,14 @@ module ShopifyApp
|
|
12
12
|
Rails::VERSION::MAJOR >= 6
|
13
13
|
end
|
14
14
|
|
15
|
+
def self.rails7?
|
16
|
+
Rails::VERSION::MAJOR >= 7
|
17
|
+
end
|
18
|
+
|
19
|
+
def self.use_importmap?
|
20
|
+
rails7? && File.exist?("config/importmap.rb")
|
21
|
+
end
|
22
|
+
|
15
23
|
def self.use_webpacker?
|
16
24
|
rails6? &&
|
17
25
|
defined?(Webpacker) == 'constant' &&
|
data/package.json
CHANGED
data/shopify_app.gemspec
CHANGED
@@ -9,13 +9,13 @@ Gem::Specification.new do |s|
|
|
9
9
|
s.author = "Shopify"
|
10
10
|
s.summary = 'This gem is used to get quickly started with the Shopify API'
|
11
11
|
|
12
|
-
s.required_ruby_version = ">= 2.
|
12
|
+
s.required_ruby_version = ">= 2.6"
|
13
13
|
|
14
14
|
s.metadata['allowed_push_host'] = 'https://rubygems.org'
|
15
15
|
|
16
16
|
s.add_runtime_dependency('browser_sniffer', '~> 1.4.0')
|
17
17
|
s.add_runtime_dependency('omniauth-rails_csrf_protection')
|
18
|
-
s.add_runtime_dependency('rails', '> 5.2.1'
|
18
|
+
s.add_runtime_dependency('rails', '> 5.2.1')
|
19
19
|
s.add_runtime_dependency('shopify_api', '~> 9.4')
|
20
20
|
s.add_runtime_dependency('omniauth-shopify-oauth2', '~> 2.3')
|
21
21
|
s.add_runtime_dependency('jwt', '>= 2.2.3')
|
data/yarn.lock
CHANGED
@@ -1603,14 +1603,15 @@ browserify-zlib@^0.2.0:
|
|
1603
1603
|
pako "~1.0.5"
|
1604
1604
|
|
1605
1605
|
browserslist@^4.12.0, browserslist@^4.8.5:
|
1606
|
-
version "4.
|
1607
|
-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.
|
1608
|
-
integrity sha512-
|
1606
|
+
version "4.19.1"
|
1607
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.19.1.tgz#4ac0435b35ab655896c31d53018b6dd5e9e4c9a3"
|
1608
|
+
integrity sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==
|
1609
1609
|
dependencies:
|
1610
|
-
caniuse-lite "^1.0.
|
1611
|
-
electron-to-chromium "^1.
|
1612
|
-
escalade "^3.
|
1613
|
-
node-releases "^
|
1610
|
+
caniuse-lite "^1.0.30001286"
|
1611
|
+
electron-to-chromium "^1.4.17"
|
1612
|
+
escalade "^3.1.1"
|
1613
|
+
node-releases "^2.0.1"
|
1614
|
+
picocolors "^1.0.0"
|
1614
1615
|
|
1615
1616
|
buffer-from@^1.0.0:
|
1616
1617
|
version "1.1.1"
|
@@ -1682,10 +1683,10 @@ camelcase@^5.0.0, camelcase@^5.3.1:
|
|
1682
1683
|
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
|
1683
1684
|
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
1684
1685
|
|
1685
|
-
caniuse-lite@^1.0.
|
1686
|
-
version "1.0.
|
1687
|
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.
|
1688
|
-
integrity sha512
|
1686
|
+
caniuse-lite@^1.0.30001286:
|
1687
|
+
version "1.0.30001303"
|
1688
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001303.tgz#9b168e4f43ccfc372b86f4bc5a551d9b909c95c9"
|
1689
|
+
integrity sha512-/Mqc1oESndUNszJP0kx0UaQU9kEv9nNtJ7Kn8AdA0mNnH8eR1cj0kG+NbNuC1Wq/b21eA8prhKRA3bbkjONegQ==
|
1689
1690
|
|
1690
1691
|
chai@^4.1.2:
|
1691
1692
|
version "4.2.0"
|
@@ -2030,15 +2031,10 @@ cyclist@^1.0.1:
|
|
2030
2031
|
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
|
2031
2032
|
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
|
2032
2033
|
|
2033
|
-
date-format@^
|
2034
|
-
version "
|
2035
|
-
resolved "https://registry.yarnpkg.com/date-format/-/date-format-
|
2036
|
-
integrity sha512-
|
2037
|
-
|
2038
|
-
date-format@^3.0.0:
|
2039
|
-
version "3.0.0"
|
2040
|
-
resolved "https://registry.yarnpkg.com/date-format/-/date-format-3.0.0.tgz#eb8780365c7d2b1511078fb491e6479780f3ad95"
|
2041
|
-
integrity sha512-eyTcpKOcamdhWJXj56DpQMo1ylSQpcGtGKXcU0Tb97+K56/CF5amAqqqNj0+KvA0iw2ynxtHWFsPDSClCxe48w==
|
2034
|
+
date-format@^4.0.3:
|
2035
|
+
version "4.0.3"
|
2036
|
+
resolved "https://registry.yarnpkg.com/date-format/-/date-format-4.0.3.tgz#f63de5dc08dc02efd8ef32bf2a6918e486f35873"
|
2037
|
+
integrity sha512-7P3FyqDcfeznLZp2b+OMitV9Sz2lUnsT87WaTat9nVwqsBkTzPG3lPLNwW3en6F4pHUiWzr6vb8CLhjdK9bcxQ==
|
2042
2038
|
|
2043
2039
|
debug@2.6.9, debug@^2.2.0, debug@^2.3.3:
|
2044
2040
|
version "2.6.9"
|
@@ -2047,13 +2043,20 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3:
|
|
2047
2043
|
dependencies:
|
2048
2044
|
ms "2.0.0"
|
2049
2045
|
|
2050
|
-
debug@4.1.1, debug
|
2046
|
+
debug@4.1.1, debug@~4.1.0:
|
2051
2047
|
version "4.1.1"
|
2052
2048
|
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
|
2053
2049
|
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
|
2054
2050
|
dependencies:
|
2055
2051
|
ms "^2.1.1"
|
2056
2052
|
|
2053
|
+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.3:
|
2054
|
+
version "4.3.3"
|
2055
|
+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
|
2056
|
+
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
|
2057
|
+
dependencies:
|
2058
|
+
ms "2.1.2"
|
2059
|
+
|
2057
2060
|
debug@~3.1.0:
|
2058
2061
|
version "3.1.0"
|
2059
2062
|
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
|
@@ -2174,10 +2177,10 @@ ee-first@1.1.1:
|
|
2174
2177
|
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
2175
2178
|
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
2176
2179
|
|
2177
|
-
electron-to-chromium@^1.
|
2178
|
-
version "1.
|
2179
|
-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.
|
2180
|
-
integrity sha512-
|
2180
|
+
electron-to-chromium@^1.4.17:
|
2181
|
+
version "1.4.56"
|
2182
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.56.tgz#f660fd2c6739b341d8922fe3a441a5a2804911a1"
|
2183
|
+
integrity sha512-0k/S0FQqRRpJbX7YUjwCcLZ8D42RqGKtaiq90adXBOYgTIWwLA/g3toO8k9yEpqU8iC4QyaWYYWSTBIna8WV4g==
|
2181
2184
|
|
2182
2185
|
elliptic@^6.5.3:
|
2183
2186
|
version "6.5.4"
|
@@ -2324,10 +2327,10 @@ es-to-primitive@^1.2.1:
|
|
2324
2327
|
is-date-object "^1.0.1"
|
2325
2328
|
is-symbol "^1.0.2"
|
2326
2329
|
|
2327
|
-
escalade@^3.
|
2328
|
-
version "3.
|
2329
|
-
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.
|
2330
|
-
integrity sha512-
|
2330
|
+
escalade@^3.1.1:
|
2331
|
+
version "3.1.1"
|
2332
|
+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
|
2333
|
+
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
|
2331
2334
|
|
2332
2335
|
escape-html@~1.0.3:
|
2333
2336
|
version "1.0.3"
|
@@ -2538,10 +2541,10 @@ flat@^4.1.0:
|
|
2538
2541
|
dependencies:
|
2539
2542
|
is-buffer "~2.0.3"
|
2540
2543
|
|
2541
|
-
flatted@^2.
|
2542
|
-
version "2.
|
2543
|
-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.
|
2544
|
-
integrity sha512-
|
2544
|
+
flatted@^3.2.4:
|
2545
|
+
version "3.2.5"
|
2546
|
+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3"
|
2547
|
+
integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==
|
2545
2548
|
|
2546
2549
|
flush-write-stream@^1.0.0:
|
2547
2550
|
version "1.1.1"
|
@@ -2552,9 +2555,9 @@ flush-write-stream@^1.0.0:
|
|
2552
2555
|
readable-stream "^2.3.6"
|
2553
2556
|
|
2554
2557
|
follow-redirects@^1.0.0:
|
2555
|
-
version "1.
|
2556
|
-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.
|
2557
|
-
integrity sha512
|
2558
|
+
version "1.14.7"
|
2559
|
+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
|
2560
|
+
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
|
2558
2561
|
|
2559
2562
|
for-in@^1.0.2:
|
2560
2563
|
version "1.0.2"
|
@@ -2576,14 +2579,14 @@ from2@^2.1.0:
|
|
2576
2579
|
inherits "^2.0.1"
|
2577
2580
|
readable-stream "^2.0.0"
|
2578
2581
|
|
2579
|
-
fs-extra@^
|
2580
|
-
version "
|
2581
|
-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-
|
2582
|
-
integrity sha512-
|
2582
|
+
fs-extra@^10.0.0:
|
2583
|
+
version "10.0.0"
|
2584
|
+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
|
2585
|
+
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
|
2583
2586
|
dependencies:
|
2584
2587
|
graceful-fs "^4.2.0"
|
2585
|
-
jsonfile "^
|
2586
|
-
universalify "^0.
|
2588
|
+
jsonfile "^6.0.1"
|
2589
|
+
universalify "^2.0.0"
|
2587
2590
|
|
2588
2591
|
fs-write-stream-atomic@^1.0.8:
|
2589
2592
|
version "1.0.10"
|
@@ -2678,11 +2681,16 @@ globals@^11.1.0:
|
|
2678
2681
|
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
|
2679
2682
|
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
|
2680
2683
|
|
2681
|
-
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.
|
2684
|
+
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.2.4:
|
2682
2685
|
version "4.2.4"
|
2683
2686
|
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
|
2684
2687
|
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
|
2685
2688
|
|
2689
|
+
graceful-fs@^4.1.6, graceful-fs@^4.2.0:
|
2690
|
+
version "4.2.9"
|
2691
|
+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96"
|
2692
|
+
integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==
|
2693
|
+
|
2686
2694
|
growl@1.10.5:
|
2687
2695
|
version "1.10.5"
|
2688
2696
|
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
|
@@ -3176,10 +3184,12 @@ json5@^2.1.2:
|
|
3176
3184
|
dependencies:
|
3177
3185
|
minimist "^1.2.5"
|
3178
3186
|
|
3179
|
-
jsonfile@^
|
3180
|
-
version "
|
3181
|
-
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-
|
3182
|
-
integrity
|
3187
|
+
jsonfile@^6.0.1:
|
3188
|
+
version "6.1.0"
|
3189
|
+
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
|
3190
|
+
integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==
|
3191
|
+
dependencies:
|
3192
|
+
universalify "^2.0.0"
|
3183
3193
|
optionalDependencies:
|
3184
3194
|
graceful-fs "^4.1.6"
|
3185
3195
|
|
@@ -3343,9 +3353,9 @@ lodash.get@^4.4.2:
|
|
3343
3353
|
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
|
3344
3354
|
|
3345
3355
|
lodash@^4.17.19:
|
3346
|
-
version "4.17.
|
3347
|
-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.
|
3348
|
-
integrity sha512-
|
3356
|
+
version "4.17.21"
|
3357
|
+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
3358
|
+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
3349
3359
|
|
3350
3360
|
log-symbols@4.0.0:
|
3351
3361
|
version "4.0.0"
|
@@ -3362,15 +3372,15 @@ log-symbols@^1.0.2:
|
|
3362
3372
|
chalk "^1.0.0"
|
3363
3373
|
|
3364
3374
|
log4js@^6.2.1:
|
3365
|
-
version "6.
|
3366
|
-
resolved "https://registry.yarnpkg.com/log4js/-/log4js-6.
|
3367
|
-
integrity sha512-
|
3375
|
+
version "6.4.1"
|
3376
|
+
resolved "https://registry.yarnpkg.com/log4js/-/log4js-6.4.1.tgz#9d3a8bf2c31c1e213fe3fc398a6053f7a2bc53e8"
|
3377
|
+
integrity sha512-iUiYnXqAmNKiIZ1XSAitQ4TmNs8CdZYTAWINARF3LjnsLN8tY5m0vRwd6uuWj/yNY0YHxeZodnbmxKFUOM2rMg==
|
3368
3378
|
dependencies:
|
3369
|
-
date-format "^
|
3370
|
-
debug "^4.
|
3371
|
-
flatted "^2.
|
3372
|
-
rfdc "^1.
|
3373
|
-
streamroller "^
|
3379
|
+
date-format "^4.0.3"
|
3380
|
+
debug "^4.3.3"
|
3381
|
+
flatted "^3.2.4"
|
3382
|
+
rfdc "^1.3.0"
|
3383
|
+
streamroller "^3.0.2"
|
3374
3384
|
|
3375
3385
|
loose-envify@^1.0.0, loose-envify@^1.4.0:
|
3376
3386
|
version "1.4.0"
|
@@ -3675,10 +3685,10 @@ node-libs-browser@^2.2.1:
|
|
3675
3685
|
util "^0.11.0"
|
3676
3686
|
vm-browserify "^1.0.1"
|
3677
3687
|
|
3678
|
-
node-releases@^
|
3679
|
-
version "
|
3680
|
-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-
|
3681
|
-
integrity sha512-
|
3688
|
+
node-releases@^2.0.1:
|
3689
|
+
version "2.0.1"
|
3690
|
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.1.tgz#3d1d395f204f1f2f29a54358b9fb678765ad2fc5"
|
3691
|
+
integrity sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==
|
3682
3692
|
|
3683
3693
|
normalize-path@^2.1.1:
|
3684
3694
|
version "2.1.1"
|
@@ -3870,9 +3880,9 @@ path-is-absolute@^1.0.0:
|
|
3870
3880
|
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
|
3871
3881
|
|
3872
3882
|
path-parse@^1.0.6:
|
3873
|
-
version "1.0.
|
3874
|
-
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.
|
3875
|
-
integrity sha512-
|
3883
|
+
version "1.0.7"
|
3884
|
+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
|
3885
|
+
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
|
3876
3886
|
|
3877
3887
|
path-to-regexp@^1.7.0:
|
3878
3888
|
version "1.8.0"
|
@@ -3897,6 +3907,11 @@ pbkdf2@^3.0.3:
|
|
3897
3907
|
safe-buffer "^5.0.1"
|
3898
3908
|
sha.js "^2.4.8"
|
3899
3909
|
|
3910
|
+
picocolors@^1.0.0:
|
3911
|
+
version "1.0.0"
|
3912
|
+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
|
3913
|
+
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
|
3914
|
+
|
3900
3915
|
picomatch@^2.0.4, picomatch@^2.2.1:
|
3901
3916
|
version "2.2.2"
|
3902
3917
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
|
@@ -4226,10 +4241,10 @@ ret@~0.1.10:
|
|
4226
4241
|
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
|
4227
4242
|
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
|
4228
4243
|
|
4229
|
-
rfdc@^1.
|
4230
|
-
version "1.
|
4231
|
-
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.
|
4232
|
-
integrity sha512-
|
4244
|
+
rfdc@^1.3.0:
|
4245
|
+
version "1.3.0"
|
4246
|
+
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
|
4247
|
+
integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==
|
4233
4248
|
|
4234
4249
|
rimraf@^2.5.4, rimraf@^2.6.3:
|
4235
4250
|
version "2.7.1"
|
@@ -4570,14 +4585,14 @@ stream-shift@^1.0.0:
|
|
4570
4585
|
resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d"
|
4571
4586
|
integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==
|
4572
4587
|
|
4573
|
-
streamroller@^
|
4574
|
-
version "
|
4575
|
-
resolved "https://registry.yarnpkg.com/streamroller/-/streamroller-
|
4576
|
-
integrity sha512-
|
4588
|
+
streamroller@^3.0.2:
|
4589
|
+
version "3.0.2"
|
4590
|
+
resolved "https://registry.yarnpkg.com/streamroller/-/streamroller-3.0.2.tgz#30418d0eee3d6c93ec897f892ed098e3a81e68b7"
|
4591
|
+
integrity sha512-ur6y5S5dopOaRXBuRIZ1u6GC5bcEXHRZKgfBjfCglMhmIf+roVCECjvkEYzNQOXIN2/JPnkMPW/8B3CZoKaEPA==
|
4577
4592
|
dependencies:
|
4578
|
-
date-format "^
|
4593
|
+
date-format "^4.0.3"
|
4579
4594
|
debug "^4.1.1"
|
4580
|
-
fs-extra "^
|
4595
|
+
fs-extra "^10.0.0"
|
4581
4596
|
|
4582
4597
|
"string-width@^1.0.2 || 2":
|
4583
4598
|
version "2.1.1"
|
@@ -4877,10 +4892,10 @@ unique-slug@^2.0.0:
|
|
4877
4892
|
dependencies:
|
4878
4893
|
imurmurhash "^0.1.4"
|
4879
4894
|
|
4880
|
-
universalify@^0.
|
4881
|
-
version "0.
|
4882
|
-
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.
|
4883
|
-
integrity sha512-
|
4895
|
+
universalify@^2.0.0:
|
4896
|
+
version "2.0.0"
|
4897
|
+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
|
4898
|
+
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
|
4884
4899
|
|
4885
4900
|
unpipe@1.0.0, unpipe@~1.0.0:
|
4886
4901
|
version "1.0.0"
|
@@ -5100,9 +5115,9 @@ wrappy@1:
|
|
5100
5115
|
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
|
5101
5116
|
|
5102
5117
|
ws@~7.4.2:
|
5103
|
-
version "7.4.
|
5104
|
-
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.
|
5105
|
-
integrity sha512-
|
5118
|
+
version "7.4.6"
|
5119
|
+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
|
5120
|
+
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
|
5106
5121
|
|
5107
5122
|
xmlhttprequest-ssl@~1.5.4:
|
5108
5123
|
version "1.5.5"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shopify_app
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 18.0
|
4
|
+
version: 18.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shopify
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-01
|
11
|
+
date: 2022-02-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: browser_sniffer
|
@@ -45,9 +45,6 @@ dependencies:
|
|
45
45
|
- - ">"
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: 5.2.1
|
48
|
-
- - "<"
|
49
|
-
- !ruby/object:Gem::Version
|
50
|
-
version: '6.2'
|
51
48
|
type: :runtime
|
52
49
|
prerelease: false
|
53
50
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -55,9 +52,6 @@ dependencies:
|
|
55
52
|
- - ">"
|
56
53
|
- !ruby/object:Gem::Version
|
57
54
|
version: 5.2.1
|
58
|
-
- - "<"
|
59
|
-
- !ruby/object:Gem::Version
|
60
|
-
version: '6.2'
|
61
55
|
- !ruby/object:Gem::Dependency
|
62
56
|
name: shopify_api
|
63
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -377,6 +371,7 @@ files:
|
|
377
371
|
- lib/generators/shopify_app/install/templates/session_store.rb
|
378
372
|
- lib/generators/shopify_app/install/templates/shopify_app.js
|
379
373
|
- lib/generators/shopify_app/install/templates/shopify_app.rb.tt
|
374
|
+
- lib/generators/shopify_app/install/templates/shopify_app_importmap.js
|
380
375
|
- lib/generators/shopify_app/install/templates/shopify_app_index.js
|
381
376
|
- lib/generators/shopify_app/install/templates/shopify_provider.rb.tt
|
382
377
|
- lib/generators/shopify_app/install/templates/user_agent.rb
|
@@ -454,7 +449,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
454
449
|
requirements:
|
455
450
|
- - ">="
|
456
451
|
- !ruby/object:Gem::Version
|
457
|
-
version: '2.
|
452
|
+
version: '2.6'
|
458
453
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
459
454
|
requirements:
|
460
455
|
- - ">="
|