@frsource/autoresize-textarea 2.0.65 → 2.0.67

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +6 -5
package/README.md CHANGED
@@ -2,15 +2,15 @@
2
2
  <a href="https://www.npmjs.com/package/@frsource/autoresize-textarea">
3
3
  <img src="https://img.shields.io/npm/v/@frsource/autoresize-textarea" alt="NPM version badge">
4
4
  </a>
5
+ <a href="https://bundlejs.com/?q=%40frsource%2Fautoresize-textarea">
6
+ <img src="https://deno.bundlejs.com/badge?q=@frsource/autoresize-textarea" alt="GZIP size calculated by bundlejs.com">
7
+ </a>
5
8
  <a href="https://bundlephobia.com/result?p=@frsource/autoresize-textarea" title="Visit bundlephobia for more details!">
6
9
  <img src="https://img.shields.io/bundlephobia/minzip/@frsource/autoresize-textarea" alt="Core bundle size badge. Data from bundlephobia.com">
7
10
  </a>
8
11
  <a href="https://github.com/semantic-release/semantic-release">
9
12
  <img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="semantic-relase badge">
10
13
  </a>
11
- <a href="https://bundlephobia.com/result?p=@frsource/autoresize-textarea">
12
- <img src="https://badgen.net/bundlephobia/tree-shaking/@frsource/autoresize-textarea" alt="Tree shaking supported">
13
- </a>
14
14
  <a href="https://github.com/FRSOURCE/autoresize-textarea/blob/master/LICENSE">
15
15
  <img src="https://img.shields.io/github/license/FRSOURCE/autoresize-textarea" alt="license MIT badge">
16
16
  </a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frsource/autoresize-textarea",
3
- "version": "2.0.65",
3
+ "version": "2.0.67",
4
4
  "description": "Minimalistic plugin to autosize your textareas! 💪",
5
5
  "sideEffects": false,
6
6
  "source": "src/index.ts",
@@ -51,8 +51,8 @@
51
51
  "@semantic-release/github": "9.2.6",
52
52
  "@semantic-release/npm": "11.0.3",
53
53
  "@semantic-release/release-notes-generator": "12.1.0",
54
- "@typescript-eslint/eslint-plugin": "7.7.0",
55
- "@typescript-eslint/parser": "7.7.0",
54
+ "@typescript-eslint/eslint-plugin": "7.7.1",
55
+ "@typescript-eslint/parser": "7.7.1",
56
56
  "eslint": "8.57.0",
57
57
  "eslint-config-prettier": "9.1.0",
58
58
  "eslint-plugin-eslint-comments": "3.2.0",
@@ -65,9 +65,10 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "packageManager": "pnpm@8.15.7",
68
+ "packageManager": "pnpm@8.15.8",
69
69
  "files": [
70
70
  "dist",
71
71
  "package.json"
72
- ]
72
+ ],
73
+ "funding": "https://buymeacoffee.com/frsource"
73
74
  }