station 0.0.124 → 0.0.125
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 +4 -4
- data/Dockerfile +1 -1
- data/lib/nexmo_developer/Gemfile.lock +1 -1
- data/lib/nexmo_developer/version.rb +1 -1
- data/package.json +4 -4
- data/station.gemspec +2 -2
- data/yarn.lock +62 -88
- metadata +14 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b5014c30941b1e3ef26f93f30d3622af65d82fa6251fc0e8123c2cbc74f0541
|
|
4
|
+
data.tar.gz: dc6b90db00f6e1966b1a56347f615ec5ef2293bd2c99c471549b163fc5ddf072
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b23bce11820dae46b53b197eaf1db2af05fc11f967ebbc8819aecb630d4c9037cd23ac730e29e43e9c5f127214f4daa82d3be03556bda55d66434e1cc951e25
|
|
7
|
+
data.tar.gz: 2fd7ca1dc0e10132db6de892bb59b792659610c1dff2b1a1cb0cb1f9e435a5dbb4a2d0234b1794d0f34e8c23b635f2ee444768b6465dfe077d11b26d271837de
|
data/Dockerfile
CHANGED
|
@@ -56,7 +56,7 @@ WORKDIR $RAILS_ROOT
|
|
|
56
56
|
# Install packges needed at runtime
|
|
57
57
|
RUN apk update \
|
|
58
58
|
&& apk upgrade \
|
|
59
|
-
&& apk add --update --no-cache tzdata postgresql-client nodejs bash
|
|
59
|
+
&& apk add --update --no-cache tzdata postgresql-client nodejs bash shared-mime-info
|
|
60
60
|
|
|
61
61
|
# Upgrade Bundler to version 2
|
|
62
62
|
RUN bundle config --global frozen 1 \
|
data/package.json
CHANGED
|
@@ -5,24 +5,24 @@
|
|
|
5
5
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
6
6
|
"@babel/plugin-proposal-decorators": "^7.14.5",
|
|
7
7
|
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
|
|
8
|
-
"@babel/plugin-proposal-function-sent": "^7.
|
|
8
|
+
"@babel/plugin-proposal-function-sent": "^7.14.5",
|
|
9
9
|
"@babel/plugin-proposal-json-strings": "^7.14.2",
|
|
10
10
|
"@babel/plugin-proposal-numeric-separator": "^7.14.2",
|
|
11
11
|
"@babel/plugin-proposal-object-rest-spread": "^7.14.2",
|
|
12
12
|
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
|
|
13
13
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
14
14
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
15
|
-
"@babel/preset-env": "^7.14.
|
|
15
|
+
"@babel/preset-env": "^7.14.7",
|
|
16
16
|
"@glidejs/glide": "^3.4.1",
|
|
17
17
|
"@googlemaps/google-maps-services-js": "^3.1.16",
|
|
18
|
-
"@rails/ujs": "^6.1.
|
|
18
|
+
"@rails/ujs": "^6.1.4",
|
|
19
19
|
"@rails/webpacker": "^5.2.1",
|
|
20
20
|
"@vonagevolta/volta2": "^0.1.6",
|
|
21
21
|
"algoliasearch": "^4.10.2",
|
|
22
22
|
"autoprefixer": "9.8.6",
|
|
23
23
|
"babel-loader": "^8.2.2",
|
|
24
24
|
"babel-preset-babili": "^0.1.4",
|
|
25
|
-
"chart.js": "^3.
|
|
25
|
+
"chart.js": "^3.4.1",
|
|
26
26
|
"chartkick": "^4.0.4",
|
|
27
27
|
"clipboard": "^2.0.8",
|
|
28
28
|
"coffee-loader": "^1.0.1",
|
data/station.gemspec
CHANGED
|
@@ -78,8 +78,8 @@ Gem::Specification.new do |spec|
|
|
|
78
78
|
spec.add_runtime_dependency('countries', '4.0.0')
|
|
79
79
|
spec.add_runtime_dependency('country_select', '6.0.0')
|
|
80
80
|
spec.add_runtime_dependency('smartling', '2.0.3')
|
|
81
|
-
spec.add_runtime_dependency('newrelic_rpm', '7.
|
|
82
|
-
spec.add_runtime_dependency('redis', '4.
|
|
81
|
+
spec.add_runtime_dependency('newrelic_rpm', '7.2.0')
|
|
82
|
+
spec.add_runtime_dependency('redis', '4.3.1')
|
|
83
83
|
spec.add_runtime_dependency('sassc-rails', '2.1.2')
|
|
84
84
|
spec.add_runtime_dependency('gmaps4rails', '2.1.2')
|
|
85
85
|
spec.add_runtime_dependency('chartkick', '4.0.4')
|
data/yarn.lock
CHANGED
|
@@ -129,10 +129,10 @@
|
|
|
129
129
|
dependencies:
|
|
130
130
|
"@babel/highlight" "^7.14.5"
|
|
131
131
|
|
|
132
|
-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5":
|
|
133
|
-
version "7.14.
|
|
134
|
-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.
|
|
135
|
-
integrity sha512-
|
|
132
|
+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7":
|
|
133
|
+
version "7.14.7"
|
|
134
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
|
|
135
|
+
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
|
|
136
136
|
|
|
137
137
|
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.14.6", "@babel/core@^7.7.5":
|
|
138
138
|
version "7.14.6"
|
|
@@ -230,15 +230,6 @@
|
|
|
230
230
|
dependencies:
|
|
231
231
|
"@babel/types" "^7.14.5"
|
|
232
232
|
|
|
233
|
-
"@babel/helper-function-name@^7.12.13":
|
|
234
|
-
version "7.12.13"
|
|
235
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
|
|
236
|
-
integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==
|
|
237
|
-
dependencies:
|
|
238
|
-
"@babel/helper-get-function-arity" "^7.12.13"
|
|
239
|
-
"@babel/template" "^7.12.13"
|
|
240
|
-
"@babel/types" "^7.12.13"
|
|
241
|
-
|
|
242
233
|
"@babel/helper-function-name@^7.14.5":
|
|
243
234
|
version "7.14.5"
|
|
244
235
|
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4"
|
|
@@ -248,13 +239,6 @@
|
|
|
248
239
|
"@babel/template" "^7.14.5"
|
|
249
240
|
"@babel/types" "^7.14.5"
|
|
250
241
|
|
|
251
|
-
"@babel/helper-get-function-arity@^7.12.13":
|
|
252
|
-
version "7.12.13"
|
|
253
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
|
|
254
|
-
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
|
|
255
|
-
dependencies:
|
|
256
|
-
"@babel/types" "^7.12.13"
|
|
257
|
-
|
|
258
242
|
"@babel/helper-get-function-arity@^7.14.5":
|
|
259
243
|
version "7.14.5"
|
|
260
244
|
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
|
|
@@ -371,16 +355,6 @@
|
|
|
371
355
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
|
372
356
|
integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
|
|
373
357
|
|
|
374
|
-
"@babel/helper-wrap-function@^7.12.13":
|
|
375
|
-
version "7.12.13"
|
|
376
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.12.13.tgz#e3ea8cb3ee0a16911f9c1b50d9e99fe8fe30f9ff"
|
|
377
|
-
integrity sha512-t0aZFEmBJ1LojdtJnhOaQEVejnzYhyjWHSsNSNo8vOYRbAJNh6r6GQF7pd36SqG7OKGbn+AewVQ/0IfYfIuGdw==
|
|
378
|
-
dependencies:
|
|
379
|
-
"@babel/helper-function-name" "^7.12.13"
|
|
380
|
-
"@babel/template" "^7.12.13"
|
|
381
|
-
"@babel/traverse" "^7.12.13"
|
|
382
|
-
"@babel/types" "^7.12.13"
|
|
383
|
-
|
|
384
358
|
"@babel/helper-wrap-function@^7.14.5":
|
|
385
359
|
version "7.14.5"
|
|
386
360
|
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.14.5.tgz#5919d115bf0fe328b8a5d63bcb610f51601f2bff"
|
|
@@ -432,10 +406,10 @@
|
|
|
432
406
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
|
|
433
407
|
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
|
434
408
|
|
|
435
|
-
"@babel/plugin-proposal-async-generator-functions@^7.14.
|
|
436
|
-
version "7.14.
|
|
437
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.
|
|
438
|
-
integrity sha512-
|
|
409
|
+
"@babel/plugin-proposal-async-generator-functions@^7.14.7":
|
|
410
|
+
version "7.14.7"
|
|
411
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.7.tgz#784a48c3d8ed073f65adcf30b57bcbf6c8119ace"
|
|
412
|
+
integrity sha512-RK8Wj7lXLY3bqei69/cc25gwS5puEc3dknoFPFbqfy3XxYQBQFvu4ioWpafMBAB+L9NyptQK4nMOa5Xz16og8Q==
|
|
439
413
|
dependencies:
|
|
440
414
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
441
415
|
"@babel/helper-remap-async-to-generator" "^7.14.5"
|
|
@@ -483,14 +457,14 @@
|
|
|
483
457
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
484
458
|
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
|
485
459
|
|
|
486
|
-
"@babel/plugin-proposal-function-sent@^7.
|
|
487
|
-
version "7.
|
|
488
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-function-sent/-/plugin-proposal-function-sent-7.
|
|
489
|
-
integrity sha512-
|
|
460
|
+
"@babel/plugin-proposal-function-sent@^7.14.5":
|
|
461
|
+
version "7.14.5"
|
|
462
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-function-sent/-/plugin-proposal-function-sent-7.14.5.tgz#7394b307b13ce2c608fe5ab24b3867aa59069b6a"
|
|
463
|
+
integrity sha512-3Hvb9m1dvFK1cor9kObPCPK8q0xlcakm+haBwHQy7V5BN1As6iys9oOKyWpHVbop+tW8JYs0v9Ahcp1BOxC3Ng==
|
|
490
464
|
dependencies:
|
|
491
|
-
"@babel/helper-plugin-utils" "^7.
|
|
492
|
-
"@babel/helper-wrap-function" "^7.
|
|
493
|
-
"@babel/plugin-syntax-function-sent" "^7.
|
|
465
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
466
|
+
"@babel/helper-wrap-function" "^7.14.5"
|
|
467
|
+
"@babel/plugin-syntax-function-sent" "^7.14.5"
|
|
494
468
|
|
|
495
469
|
"@babel/plugin-proposal-json-strings@^7.14.2", "@babel/plugin-proposal-json-strings@^7.14.5":
|
|
496
470
|
version "7.14.5"
|
|
@@ -524,12 +498,12 @@
|
|
|
524
498
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
525
499
|
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
|
526
500
|
|
|
527
|
-
"@babel/plugin-proposal-object-rest-spread@^7.10.1", "@babel/plugin-proposal-object-rest-spread@^7.14.2", "@babel/plugin-proposal-object-rest-spread@^7.14.
|
|
528
|
-
version "7.14.
|
|
529
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.
|
|
530
|
-
integrity sha512-
|
|
501
|
+
"@babel/plugin-proposal-object-rest-spread@^7.10.1", "@babel/plugin-proposal-object-rest-spread@^7.14.2", "@babel/plugin-proposal-object-rest-spread@^7.14.7":
|
|
502
|
+
version "7.14.7"
|
|
503
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz#5920a2b3df7f7901df0205974c0641b13fd9d363"
|
|
504
|
+
integrity sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g==
|
|
531
505
|
dependencies:
|
|
532
|
-
"@babel/compat-data" "^7.14.
|
|
506
|
+
"@babel/compat-data" "^7.14.7"
|
|
533
507
|
"@babel/helper-compilation-targets" "^7.14.5"
|
|
534
508
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
535
509
|
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
|
@@ -635,12 +609,12 @@
|
|
|
635
609
|
dependencies:
|
|
636
610
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
637
611
|
|
|
638
|
-
"@babel/plugin-syntax-function-sent@^7.
|
|
639
|
-
version "7.
|
|
640
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-function-sent/-/plugin-syntax-function-sent-7.
|
|
641
|
-
integrity sha512-
|
|
612
|
+
"@babel/plugin-syntax-function-sent@^7.14.5":
|
|
613
|
+
version "7.14.5"
|
|
614
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-function-sent/-/plugin-syntax-function-sent-7.14.5.tgz#17bb55e9e53857af93a57000644c020962f07b32"
|
|
615
|
+
integrity sha512-FNN0Ve2/6yxCa0xMG7wUlM81t+HOPu8HNWk683Xav1B+vjHKQQujX82NEKYdDYNUX7/ky8pUCHfRUYVmigs69Q==
|
|
642
616
|
dependencies:
|
|
643
|
-
"@babel/helper-plugin-utils" "^7.
|
|
617
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
644
618
|
|
|
645
619
|
"@babel/plugin-syntax-import-meta@^7.10.4", "@babel/plugin-syntax-import-meta@^7.8.3":
|
|
646
620
|
version "7.10.4"
|
|
@@ -769,10 +743,10 @@
|
|
|
769
743
|
dependencies:
|
|
770
744
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
771
745
|
|
|
772
|
-
"@babel/plugin-transform-destructuring@^7.10.1", "@babel/plugin-transform-destructuring@^7.14.
|
|
773
|
-
version "7.14.
|
|
774
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.
|
|
775
|
-
integrity sha512-
|
|
746
|
+
"@babel/plugin-transform-destructuring@^7.10.1", "@babel/plugin-transform-destructuring@^7.14.7":
|
|
747
|
+
version "7.14.7"
|
|
748
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz#0ad58ed37e23e22084d109f185260835e5557576"
|
|
749
|
+
integrity sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==
|
|
776
750
|
dependencies:
|
|
777
751
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
778
752
|
|
|
@@ -866,10 +840,10 @@
|
|
|
866
840
|
"@babel/helper-module-transforms" "^7.14.5"
|
|
867
841
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
868
842
|
|
|
869
|
-
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.
|
|
870
|
-
version "7.14.
|
|
871
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.
|
|
872
|
-
integrity sha512
|
|
843
|
+
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.7":
|
|
844
|
+
version "7.14.7"
|
|
845
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.7.tgz#60c06892acf9df231e256c24464bfecb0908fd4e"
|
|
846
|
+
integrity sha512-DTNOTaS7TkW97xsDMrp7nycUVh6sn/eq22VaxWfEdzuEbRsiaOU0pqU7DlyUGHVsbQbSghvjKRpEl+nUCKGQSg==
|
|
873
847
|
dependencies:
|
|
874
848
|
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
|
875
849
|
|
|
@@ -932,10 +906,10 @@
|
|
|
932
906
|
dependencies:
|
|
933
907
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
934
908
|
|
|
935
|
-
"@babel/plugin-transform-spread@^7.14.
|
|
936
|
-
version "7.14.
|
|
937
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.
|
|
938
|
-
integrity sha512
|
|
909
|
+
"@babel/plugin-transform-spread@^7.14.6":
|
|
910
|
+
version "7.14.6"
|
|
911
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144"
|
|
912
|
+
integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==
|
|
939
913
|
dependencies:
|
|
940
914
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
941
915
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
|
|
@@ -976,17 +950,17 @@
|
|
|
976
950
|
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
|
977
951
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
978
952
|
|
|
979
|
-
"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.14.
|
|
980
|
-
version "7.14.
|
|
981
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.
|
|
982
|
-
integrity sha512-
|
|
953
|
+
"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.14.7":
|
|
954
|
+
version "7.14.7"
|
|
955
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a"
|
|
956
|
+
integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA==
|
|
983
957
|
dependencies:
|
|
984
|
-
"@babel/compat-data" "^7.14.
|
|
958
|
+
"@babel/compat-data" "^7.14.7"
|
|
985
959
|
"@babel/helper-compilation-targets" "^7.14.5"
|
|
986
960
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
987
961
|
"@babel/helper-validator-option" "^7.14.5"
|
|
988
962
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
|
|
989
|
-
"@babel/plugin-proposal-async-generator-functions" "^7.14.
|
|
963
|
+
"@babel/plugin-proposal-async-generator-functions" "^7.14.7"
|
|
990
964
|
"@babel/plugin-proposal-class-properties" "^7.14.5"
|
|
991
965
|
"@babel/plugin-proposal-class-static-block" "^7.14.5"
|
|
992
966
|
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
|
|
@@ -995,7 +969,7 @@
|
|
|
995
969
|
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
|
|
996
970
|
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
|
|
997
971
|
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
|
|
998
|
-
"@babel/plugin-proposal-object-rest-spread" "^7.14.
|
|
972
|
+
"@babel/plugin-proposal-object-rest-spread" "^7.14.7"
|
|
999
973
|
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
|
|
1000
974
|
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
|
1001
975
|
"@babel/plugin-proposal-private-methods" "^7.14.5"
|
|
@@ -1021,7 +995,7 @@
|
|
|
1021
995
|
"@babel/plugin-transform-block-scoping" "^7.14.5"
|
|
1022
996
|
"@babel/plugin-transform-classes" "^7.14.5"
|
|
1023
997
|
"@babel/plugin-transform-computed-properties" "^7.14.5"
|
|
1024
|
-
"@babel/plugin-transform-destructuring" "^7.14.
|
|
998
|
+
"@babel/plugin-transform-destructuring" "^7.14.7"
|
|
1025
999
|
"@babel/plugin-transform-dotall-regex" "^7.14.5"
|
|
1026
1000
|
"@babel/plugin-transform-duplicate-keys" "^7.14.5"
|
|
1027
1001
|
"@babel/plugin-transform-exponentiation-operator" "^7.14.5"
|
|
@@ -1033,7 +1007,7 @@
|
|
|
1033
1007
|
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
|
|
1034
1008
|
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
|
|
1035
1009
|
"@babel/plugin-transform-modules-umd" "^7.14.5"
|
|
1036
|
-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.
|
|
1010
|
+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.7"
|
|
1037
1011
|
"@babel/plugin-transform-new-target" "^7.14.5"
|
|
1038
1012
|
"@babel/plugin-transform-object-super" "^7.14.5"
|
|
1039
1013
|
"@babel/plugin-transform-parameters" "^7.14.5"
|
|
@@ -1041,7 +1015,7 @@
|
|
|
1041
1015
|
"@babel/plugin-transform-regenerator" "^7.14.5"
|
|
1042
1016
|
"@babel/plugin-transform-reserved-words" "^7.14.5"
|
|
1043
1017
|
"@babel/plugin-transform-shorthand-properties" "^7.14.5"
|
|
1044
|
-
"@babel/plugin-transform-spread" "^7.14.
|
|
1018
|
+
"@babel/plugin-transform-spread" "^7.14.6"
|
|
1045
1019
|
"@babel/plugin-transform-sticky-regex" "^7.14.5"
|
|
1046
1020
|
"@babel/plugin-transform-template-literals" "^7.14.5"
|
|
1047
1021
|
"@babel/plugin-transform-typeof-symbol" "^7.14.5"
|
|
@@ -1052,7 +1026,7 @@
|
|
|
1052
1026
|
babel-plugin-polyfill-corejs2 "^0.2.2"
|
|
1053
1027
|
babel-plugin-polyfill-corejs3 "^0.2.2"
|
|
1054
1028
|
babel-plugin-polyfill-regenerator "^0.2.2"
|
|
1055
|
-
core-js-compat "^3.
|
|
1029
|
+
core-js-compat "^3.15.0"
|
|
1056
1030
|
semver "^6.3.0"
|
|
1057
1031
|
|
|
1058
1032
|
"@babel/preset-modules@^0.1.4":
|
|
@@ -1073,7 +1047,7 @@
|
|
|
1073
1047
|
dependencies:
|
|
1074
1048
|
regenerator-runtime "^0.13.4"
|
|
1075
1049
|
|
|
1076
|
-
"@babel/template@^7.
|
|
1050
|
+
"@babel/template@^7.14.5", "@babel/template@^7.3.3":
|
|
1077
1051
|
version "7.14.5"
|
|
1078
1052
|
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
|
|
1079
1053
|
integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==
|
|
@@ -1082,7 +1056,7 @@
|
|
|
1082
1056
|
"@babel/parser" "^7.14.5"
|
|
1083
1057
|
"@babel/types" "^7.14.5"
|
|
1084
1058
|
|
|
1085
|
-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.
|
|
1059
|
+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5":
|
|
1086
1060
|
version "7.14.5"
|
|
1087
1061
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870"
|
|
1088
1062
|
integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg==
|
|
@@ -1394,10 +1368,10 @@
|
|
|
1394
1368
|
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.11.tgz#aeb16f50649a91af79dbe36574b66d0f9e4d9f71"
|
|
1395
1369
|
integrity sha512-3NsZsJIA/22P3QUyrEDNA2D133H4j224twJrdipXN38dpnIOzAbUDtOwkcJ5pXmn75w7LSQDjA4tO9dm1XlqlA==
|
|
1396
1370
|
|
|
1397
|
-
"@rails/ujs@^6.1.
|
|
1398
|
-
version "6.1.
|
|
1399
|
-
resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-6.1.
|
|
1400
|
-
integrity sha512-
|
|
1371
|
+
"@rails/ujs@^6.1.4":
|
|
1372
|
+
version "6.1.4"
|
|
1373
|
+
resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-6.1.4.tgz#093d5341595a02089ed309dec40f3c37da7b1b10"
|
|
1374
|
+
integrity sha512-O3lEzL5DYbxppMdsFSw36e4BHIlfz/xusynwXGv3l2lhSlvah41qviRpsoAlKXxl37nZAqK+UUF5cnGGK45Mfw==
|
|
1401
1375
|
|
|
1402
1376
|
"@rails/webpacker@^5.2.1":
|
|
1403
1377
|
version "5.2.1"
|
|
@@ -3320,10 +3294,10 @@ character-reference-invalid@^1.0.0:
|
|
|
3320
3294
|
resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz#083329cda0eae272ab3dbbf37e9a382c13af1560"
|
|
3321
3295
|
integrity sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==
|
|
3322
3296
|
|
|
3323
|
-
chart.js@>=3.0.2, chart.js@^3.
|
|
3324
|
-
version "3.
|
|
3325
|
-
resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.
|
|
3326
|
-
integrity sha512-
|
|
3297
|
+
chart.js@>=3.0.2, chart.js@^3.4.1:
|
|
3298
|
+
version "3.4.1"
|
|
3299
|
+
resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.4.1.tgz#ff3b2b2a04a37b83618b4a6399a5f87ccc0f1e8a"
|
|
3300
|
+
integrity sha512-0R4mL7WiBcYoazIhrzSYnWcOw6RmrRn7Q4nKZNsBQZCBrlkZKodQbfeojCCo8eETPRCs1ZNTsAcZhIfyhyP61g==
|
|
3327
3301
|
|
|
3328
3302
|
chartjs-adapter-date-fns@>=2.0.0:
|
|
3329
3303
|
version "2.0.0"
|
|
@@ -3838,10 +3812,10 @@ copy-descriptor@^0.1.0:
|
|
|
3838
3812
|
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
|
3839
3813
|
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
|
|
3840
3814
|
|
|
3841
|
-
core-js-compat@^3.
|
|
3842
|
-
version "3.
|
|
3843
|
-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.
|
|
3844
|
-
integrity sha512-
|
|
3815
|
+
core-js-compat@^3.15.0, core-js-compat@^3.9.1:
|
|
3816
|
+
version "3.15.2"
|
|
3817
|
+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.15.2.tgz#47272fbb479880de14b4e6081f71f3492f5bd3cb"
|
|
3818
|
+
integrity sha512-Wp+BJVvwopjI+A1EFqm2dwUmWYXrvucmtIB2LgXn/Rb+gWPKYxtmb4GKHGKG/KGF1eK9jfjzT38DITbTOCX/SQ==
|
|
3845
3819
|
dependencies:
|
|
3846
3820
|
browserslist "^4.16.6"
|
|
3847
3821
|
semver "7.0.0"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: station
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.125
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vonage DevRel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-07-
|
|
11
|
+
date: 2021-07-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activeadmin
|
|
@@ -610,28 +610,28 @@ dependencies:
|
|
|
610
610
|
requirements:
|
|
611
611
|
- - '='
|
|
612
612
|
- !ruby/object:Gem::Version
|
|
613
|
-
version: 7.
|
|
613
|
+
version: 7.2.0
|
|
614
614
|
type: :runtime
|
|
615
615
|
prerelease: false
|
|
616
616
|
version_requirements: !ruby/object:Gem::Requirement
|
|
617
617
|
requirements:
|
|
618
618
|
- - '='
|
|
619
619
|
- !ruby/object:Gem::Version
|
|
620
|
-
version: 7.
|
|
620
|
+
version: 7.2.0
|
|
621
621
|
- !ruby/object:Gem::Dependency
|
|
622
622
|
name: redis
|
|
623
623
|
requirement: !ruby/object:Gem::Requirement
|
|
624
624
|
requirements:
|
|
625
625
|
- - '='
|
|
626
626
|
- !ruby/object:Gem::Version
|
|
627
|
-
version: 4.
|
|
627
|
+
version: 4.3.1
|
|
628
628
|
type: :runtime
|
|
629
629
|
prerelease: false
|
|
630
630
|
version_requirements: !ruby/object:Gem::Requirement
|
|
631
631
|
requirements:
|
|
632
632
|
- - '='
|
|
633
633
|
- !ruby/object:Gem::Version
|
|
634
|
-
version: 4.
|
|
634
|
+
version: 4.3.1
|
|
635
635
|
- !ruby/object:Gem::Dependency
|
|
636
636
|
name: sassc-rails
|
|
637
637
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -717,7 +717,7 @@ files:
|
|
|
717
717
|
- "./lib/nexmo_developer/public/android-chrome-512x512.png"
|
|
718
718
|
- "./lib/nexmo_developer/public/apple-touch-icon-precomposed.png"
|
|
719
719
|
- "./lib/nexmo_developer/public/apple-touch-icon.png"
|
|
720
|
-
- "./lib/nexmo_developer/public/assets/.sprockets-manifest-
|
|
720
|
+
- "./lib/nexmo_developer/public/assets/.sprockets-manifest-391878eca0f5c42c3d77970895b8a354.json"
|
|
721
721
|
- "./lib/nexmo_developer/public/assets/application-6e9186f7602070c57b5c60de9b45ad12f1fccdcf83e08ea28c809d7a5a42a232.css"
|
|
722
722
|
- "./lib/nexmo_developer/public/assets/application-6e9186f7602070c57b5c60de9b45ad12f1fccdcf83e08ea28c809d7a5a42a232.css.gz"
|
|
723
723
|
- "./lib/nexmo_developer/public/assets/application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js"
|
|
@@ -876,13 +876,13 @@ files:
|
|
|
876
876
|
- "./lib/nexmo_developer/public/packs/js/vendors~active_admin~application-cc1d769f74b85a43da5c.chunk.js.map"
|
|
877
877
|
- "./lib/nexmo_developer/public/packs/js/vendors~active_admin~application-cc1d769f74b85a43da5c.chunk.js.map.br"
|
|
878
878
|
- "./lib/nexmo_developer/public/packs/js/vendors~active_admin~application-cc1d769f74b85a43da5c.chunk.js.map.gz"
|
|
879
|
-
- "./lib/nexmo_developer/public/packs/js/vendors~application-
|
|
880
|
-
- "./lib/nexmo_developer/public/packs/js/vendors~application-
|
|
881
|
-
- "./lib/nexmo_developer/public/packs/js/vendors~application-
|
|
882
|
-
- "./lib/nexmo_developer/public/packs/js/vendors~application-
|
|
883
|
-
- "./lib/nexmo_developer/public/packs/js/vendors~application-
|
|
884
|
-
- "./lib/nexmo_developer/public/packs/js/vendors~application-
|
|
885
|
-
- "./lib/nexmo_developer/public/packs/js/vendors~application-
|
|
879
|
+
- "./lib/nexmo_developer/public/packs/js/vendors~application-186c82017c7148640a3d.chunk.js"
|
|
880
|
+
- "./lib/nexmo_developer/public/packs/js/vendors~application-186c82017c7148640a3d.chunk.js.LICENSE.txt"
|
|
881
|
+
- "./lib/nexmo_developer/public/packs/js/vendors~application-186c82017c7148640a3d.chunk.js.br"
|
|
882
|
+
- "./lib/nexmo_developer/public/packs/js/vendors~application-186c82017c7148640a3d.chunk.js.gz"
|
|
883
|
+
- "./lib/nexmo_developer/public/packs/js/vendors~application-186c82017c7148640a3d.chunk.js.map"
|
|
884
|
+
- "./lib/nexmo_developer/public/packs/js/vendors~application-186c82017c7148640a3d.chunk.js.map.br"
|
|
885
|
+
- "./lib/nexmo_developer/public/packs/js/vendors~application-186c82017c7148640a3d.chunk.js.map.gz"
|
|
886
886
|
- "./lib/nexmo_developer/public/packs/manifest.json"
|
|
887
887
|
- "./lib/nexmo_developer/public/packs/manifest.json.br"
|
|
888
888
|
- "./lib/nexmo_developer/public/packs/manifest.json.gz"
|