ariadne_view_components 0.0.15-x64-mingw-ucrt → 0.0.16-x64-mingw-ucrt
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/config/importmap.rb +3 -0
- data/lib/ariadne/view_components/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b1c90f9ec3e65a54ea4329b54c2996f5f247eb83a60455010e742827b55c758
|
4
|
+
data.tar.gz: 33ef73a5eaa4370d74064a27b373d532142228bbc14345b84276ff423904375a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 175abb8c930ccba41b5e31463a7ee3bc5b9b77bbc0925a00c0561e9f00ed3130929ca99b3cc105ff4ffd279a5c8a17d91e21169b74be5db5c1f40b8acf4f8886
|
7
|
+
data.tar.gz: 197d88074a1b277c7aa34c20cb35b6cde122e0f3c003b94a233fd40a8e876db6e2f0d660e27780f0e3b6c01550b9bc5e1e76dbc54591a968e5b424957246336a
|
data/config/importmap.rb
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ariadne_view_components
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.16
|
5
5
|
platform: x64-mingw-ucrt
|
6
6
|
authors:
|
7
7
|
- Garen J. Torikian
|
@@ -214,6 +214,7 @@ files:
|
|
214
214
|
- app/lib/ariadne/logger_helper.rb
|
215
215
|
- app/lib/ariadne/status/dsl.rb
|
216
216
|
- app/lib/ariadne/view_helper.rb
|
217
|
+
- config/importmap.rb
|
217
218
|
- exe/tailwindcss
|
218
219
|
- exe/x64-mingw-ucrt/tailwindcss
|
219
220
|
- lib/ariadne/view_components.rb
|