vite_plugin_legacy 3.0.1 → 3.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -1
- data/lib/vite_plugin_legacy/installation.rb +3 -0
- data/lib/vite_plugin_legacy/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c471ac5735059397b214ca222a9f246716c6607205cb4283f15c637b1798e00d
|
4
|
+
data.tar.gz: 11935261a11a702aa447521b2b73c6c29a1bd7483c959284e8cfe1757333faed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d23fb8621aad419a70f29f928b792a786eb7cb759aae14f8d878a9a7ac0db2038767cdad510203138de14fcd9f6ad42edf403d81ab5d8c3c2f7ae0caab093c9
|
7
|
+
data.tar.gz: 035ef432c1de0838f92afb4192d86e655d15df95660b4dcd66adab60eed9257bad69b52226d5e49eb04167ab98b1402ddca5ced8966432f49e32c1d3b7bfaad8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,15 @@
|
|
1
|
-
## [3.0.
|
1
|
+
## [3.0.2](https://github.com/ElMassimo/vite_ruby/compare/vite_plugin_legacy@3.0.1...vite_plugin_legacy@3.0.2) (2021-12-17)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
2
5
|
|
6
|
+
* ensure vite_plugin_legacy is upgraded by the upgrade command ([2f9437d](https://github.com/ElMassimo/vite_ruby/commit/2f9437d248e27aa03b5b8a1df3e3d6a52c791cd1))
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
## [3.0.1](https://github.com/ElMassimo/vite_ruby/compare/vite_plugin_legacy@3.0.0...vite_plugin_legacy@3.0.1) (2021-12-17)
|
3
11
|
|
12
|
+
- Support vite@2.7.0, which added a null character to the legacy polyfills entry name.
|
4
13
|
|
5
14
|
# [3.0.0](https://github.com/ElMassimo/vite_ruby/compare/vite_plugin_legacy@0.5.6...vite_plugin_legacy@3.0.0) (2021-08-16)
|
6
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vite_plugin_legacy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Máximo Mussini
|
@@ -42,14 +42,15 @@ files:
|
|
42
42
|
- README.md
|
43
43
|
- lib/vite_plugin_legacy.rb
|
44
44
|
- lib/vite_plugin_legacy/engine.rb
|
45
|
+
- lib/vite_plugin_legacy/installation.rb
|
45
46
|
- lib/vite_plugin_legacy/tag_helpers.rb
|
46
47
|
- lib/vite_plugin_legacy/version.rb
|
47
48
|
homepage: https://github.com/ElMassimo/vite_ruby
|
48
49
|
licenses:
|
49
50
|
- MIT
|
50
51
|
metadata:
|
51
|
-
source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_plugin_legacy@3.0.
|
52
|
-
changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_plugin_legacy@3.0.
|
52
|
+
source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_plugin_legacy@3.0.2/vite_plugin_legacy
|
53
|
+
changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_plugin_legacy@3.0.2/vite_plugin_legacy/CHANGELOG.md
|
53
54
|
post_install_message:
|
54
55
|
rdoc_options: []
|
55
56
|
require_paths:
|