bridgetown-quick-search 3.0.0 → 3.0.1

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: 82f0598d813d41f5adf998da7b1215d26fba0f38a7e7a8cd2dc652585d61c561
4
- data.tar.gz: 19cf61b695cf9b70db82ad90779b7471f3320bdd5b2f3c6c7b1df73f9b876c8e
3
+ metadata.gz: e0a039c079736179c758b9a11eda4ebffaa86d6c3549a385491b0c62295ffc53
4
+ data.tar.gz: da0ebd8e750c30b6961a8e1d097d9cb0ebe1fb6c9f5e4994fed84f4772a9a687
5
5
  SHA512:
6
- metadata.gz: b98df2b8a247dfad28afca8c73b2ca596754552c0fa27754cc8a791a1fae428a99877d546785ea9299e5508f32f593f5eaf33d80e4cd6a1ce7042f78c3f72039
7
- data.tar.gz: e5b0940fff821ef9c5b7f52b93d8fdb515ae28fff609cbd2223a4f038b64fcc5914680d01397a53d24fcc2037cd0d90bc79611a66a6ba2fccce2b26832d86903
6
+ metadata.gz: 904031d93571d3d18113de6771b8ece8a85eebd220ec55053e920248ccde3c868771a62f842fb65ff32d3a42740a54d159ab5fd43f401b75d3aa104a59fd01cc
7
+ data.tar.gz: 76ec368394d7336a2f8082c48756e65fa1609d37c527fc8ddbadce6006ba8c8998f27bee7e6fab2d672b57630c453d0ae1c47e7732e3c404277b0c7345bf8f4e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.0.1 / 2024-07-30
4
+
5
+ * Ensure esbuild output compiles away decorators
6
+
3
7
  ## 3.0.0 / 2024-07-30
4
8
 
5
9
  * Add collection name to preview title [#26] @thimy
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bridgetown
4
4
  module QuickSearch
5
- VERSION = "3.0.0"
5
+ VERSION = "3.0.1"
6
6
  end
7
7
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bridgetown-quick-search",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "main": "frontend/dist/index.js",
5
5
  "exports": {
6
6
  ".": "./frontend/dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "frontend"
26
26
  ],
27
27
  "scripts": {
28
- "build": "esbuild frontend/javascript/index.js --bundle --outdir=frontend/dist --format=esm"
28
+ "build": "esbuild frontend/javascript/index.js --bundle --outdir=frontend/dist --format=esm --supported:decorators=false"
29
29
  },
30
30
  "dependencies": {
31
31
  "lit": "^3.1.0",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bridgetown-quick-search
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bridgetown Team
@@ -126,7 +126,7 @@ homepage: https://github.com/bridgetownrb/bridgetown-quick-search
126
126
  licenses:
127
127
  - MIT
128
128
  metadata:
129
- yarn-add: bridgetown-quick-search@3.0.0
129
+ yarn-add: bridgetown-quick-search@3.0.1
130
130
  post_install_message:
131
131
  rdoc_options: []
132
132
  require_paths: