vite_plugin_legacy 3.0.1 → 3.0.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: 4f6a2eefb0d64138de352eee1d44ee22d37f563764bb599a95d15c9f657321ea
4
- data.tar.gz: c3465bf5c23ba3a69929c89a9b9b289e31026a452e4c0ad4a730cf4e33f65691
3
+ metadata.gz: c471ac5735059397b214ca222a9f246716c6607205cb4283f15c637b1798e00d
4
+ data.tar.gz: 11935261a11a702aa447521b2b73c6c29a1bd7483c959284e8cfe1757333faed
5
5
  SHA512:
6
- metadata.gz: '08e09359d5da9c7cfbf7b71c912722e434e7925f99e9afbdd303b5e3aa52493da031683c4e33fe1789a2d91e59ceb5554f6df54d8797a28e0b375334a1ca64cf'
7
- data.tar.gz: dccef8e90c7a2d93b54f45fda6be5ce086053cc04cb575d5f4655e8679447ee8e56434eeb520ff1eefa94080c47d3a11943e360c95ba5c7e2896a3999c6bbc02
6
+ metadata.gz: 2d23fb8621aad419a70f29f928b792a786eb7cb759aae14f8d878a9a7ac0db2038767cdad510203138de14fcd9f6ad42edf403d81ab5d8c3c2f7ae0caab093c9
7
+ data.tar.gz: 035ef432c1de0838f92afb4192d86e655d15df95660b4dcd66adab60eed9257bad69b52226d5e49eb04167ab98b1402ddca5ced8966432f49e32c1d3b7bfaad8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
- ## [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)
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
 
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'vite_plugin_legacy'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VitePluginLegacy
4
- VERSION = '3.0.1'
4
+ VERSION = '3.0.2'
5
5
  end
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.1
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.1/vite_plugin_legacy
52
- changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_plugin_legacy@3.0.1/vite_plugin_legacy/CHANGELOG.md
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: