@janiscommerce/ui-web 0.28.3 → 0.28.5

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/CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.28.5] - 2025-02-13
11
+
12
+ ### Removed
13
+
14
+ - script preinstall
15
+
16
+ ## [0.28.4] - 2025-02-13
17
+
18
+ ### Fixed
19
+
20
+ - script preinstall
21
+
10
22
  ## [0.28.3] - 2025-02-13
11
23
 
12
24
  ### Fixed
package/dist/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "type": "git",
10
10
  "url": "git+https://github.com/janis-commerce/ui-web.git"
11
11
  },
12
- "version": "0.28.3",
12
+ "version": "0.28.5",
13
13
  "dependencies": {
14
14
  "@mapbox/polyline": "^1.1.1",
15
15
  "@react-google-maps/api": "^2.7.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@janiscommerce/ui-web",
3
- "version": "0.28.3",
3
+ "version": "0.28.5",
4
4
  "description": "",
5
5
  "main": "dist/index.umd.js",
6
6
  "exports": {
@@ -10,7 +10,6 @@
10
10
  },
11
11
  "private": false,
12
12
  "scripts": {
13
- "preinstall": "node -e \"if (process.env.npm_lifecycle_event === 'preinstall') { require('./scripts/preinstall-script.js'); }\"",
14
13
  "start": "rollup -c rollup/rollup.config.dev.js -w",
15
14
  "build": "rollup -c rollup/rollup.config.prod.js",
16
15
  "lint": "eslint src/",