@sledge-app/react-instant-search 1.0.20 → 1.0.21
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.
- package/dist/sledge-react-instant-search.cjs +1 -1
- package/dist/sledge-react-instant-search.cjs.map +1 -1
- package/dist/sledge-react-instant-search.js +448 -324
- package/dist/sledge-react-instant-search.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/{vendor-9c93dcff.cjs → vendor-db1ee31a.cjs} +2 -2
- package/dist/vendor-db1ee31a.cjs.map +1 -0
- package/dist/{vendor-efe38901.js → vendor-eadacf73.js} +1719 -11
- package/dist/vendor-eadacf73.js.map +1 -0
- package/package.json +2 -1
- package/dist/vendor-9c93dcff.cjs.map +0 -1
- package/dist/vendor-efe38901.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sledge-app/react-instant-search",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.21",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/sledge-react-instant-search.cjs",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"scripts": {
|
|
23
23
|
"dev": "vite",
|
|
24
24
|
"build": "tsc && npm run format && vite build",
|
|
25
|
+
"build-local": "npm run build && yalc publish",
|
|
25
26
|
"build-and-publish": "echo 'Current version: '$npm_package_version' \nEnter package version' && read version && npm version $version && npm run build && npm publish",
|
|
26
27
|
"format": "npx prettier . --write --ignore-path .gitignore && git update-index --again",
|
|
27
28
|
"preview": "vite preview",
|