bridgetown-quick-search 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: e0a039c079736179c758b9a11eda4ebffaa86d6c3549a385491b0c62295ffc53
4
- data.tar.gz: da0ebd8e750c30b6961a8e1d097d9cb0ebe1fb6c9f5e4994fed84f4772a9a687
3
+ metadata.gz: 7760545c09ac9cf91ccbf0ad236d8f69f77007f19da3143526a8aab067ffd1fc
4
+ data.tar.gz: b28ab11f32e7317d50812a127e9b9633fd3a04a937bde26934f80b428471842d
5
5
  SHA512:
6
- metadata.gz: 904031d93571d3d18113de6771b8ece8a85eebd220ec55053e920248ccde3c868771a62f842fb65ff32d3a42740a54d159ab5fd43f401b75d3aa104a59fd01cc
7
- data.tar.gz: 76ec368394d7336a2f8082c48756e65fa1609d37c527fc8ddbadce6006ba8c8998f27bee7e6fab2d672b57630c453d0ae1c47e7732e3c404277b0c7345bf8f4e
6
+ metadata.gz: 4e3f77985b8c67843bea03522c0d474be3300655db5c3faab29bf37c8666f4b6d8e495110d6884b43971f47575fef82f05752e1025b8a15367654884f8fdff19
7
+ data.tar.gz: d5ef998295a2c4574f6ea8efae05e7567d06a9db2e06e9aee5e9b3c8401ad95df62a3e9187f529ac1110f49a3da1f5fd53fe14302de6f7c55456846631fec910
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.0.2 / 2024-07-30
4
+
5
+ * Just remove decorators altogether (still causing downstream build issues)
6
+
3
7
  ## 3.0.1 / 2024-07-30
4
8
 
5
9
  * Ensure esbuild output compiles away decorators
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bridgetown
4
4
  module QuickSearch
5
- VERSION = "3.0.1"
5
+ VERSION = "3.0.2"
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.1",
3
+ "version": "3.0.2",
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 --supported:decorators=false"
28
+ "build": "esbuild frontend/javascript/index.js --bundle --outdir=frontend/dist --format=esm"
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.1
4
+ version: 3.0.2
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.1
129
+ yarn-add: bridgetown-quick-search@3.0.2
130
130
  post_install_message:
131
131
  rdoc_options: []
132
132
  require_paths: