handy-scroll 1.1.2 → 1.1.3

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- handy-scroll v1.1.2
2
+ handy-scroll v1.1.3
3
3
  https://amphiluke.github.io/handy-scroll/
4
4
  (c) 2023 Amphiluke
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- handy-scroll v1.1.2
2
+ handy-scroll v1.1.3
3
3
  https://amphiluke.github.io/handy-scroll/
4
4
  (c) 2023 Amphiluke
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- handy-scroll v1.1.2
2
+ handy-scroll v1.1.3
3
3
  https://amphiluke.github.io/handy-scroll/
4
4
  (c) 2023 Amphiluke
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- handy-scroll v1.1.2
2
+ handy-scroll v1.1.3
3
3
  https://amphiluke.github.io/handy-scroll/
4
4
  (c) 2023 Amphiluke
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "handy-scroll",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Handy dependency-free floating scrollbar widget",
5
5
  "main": "./dist/handy-scroll.min.js",
6
6
  "module": "./src/handy-scroll.js",
@@ -41,14 +41,14 @@
41
41
  },
42
42
  "homepage": "https://amphiluke.github.io/handy-scroll/",
43
43
  "devDependencies": {
44
- "@babel/core": "^7.22.5",
45
- "@babel/preset-env": "^7.22.5",
44
+ "@babel/core": "^7.22.9",
45
+ "@babel/preset-env": "^7.22.9",
46
46
  "@rollup/plugin-babel": "^6.0.3",
47
47
  "@rollup/plugin-terser": "^0.4.3",
48
48
  "clean-css-cli": "^5.6.2",
49
- "eslint": "^8.43.0",
49
+ "eslint": "^8.45.0",
50
50
  "husky": "8.0.3",
51
51
  "less": "^4.1.3",
52
- "rollup": "^3.25.2"
52
+ "rollup": "^3.26.3"
53
53
  }
54
54
  }
@@ -1,5 +1,5 @@
1
1
  import dom from "./dom.js";
2
- import handyScrollProto from "./handy-scroll-proto";
2
+ import handyScrollProto from "./handy-scroll-proto.js";
3
3
 
4
4
  let instances = []; // if it were not for IE, it would be better to use Map (container -> instance)
5
5