@visulima/pagination 3.0.3 → 3.0.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 +14 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## @visulima/pagination [3.0.5](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.4...@visulima/pagination@3.0.5) (2023-10-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updated deps ([4eedb60](https://github.com/visulima/visulima/commit/4eedb604c4f78cf331195e2c053dc72e1c6cf9ad))
|
|
7
|
+
|
|
8
|
+
## @visulima/pagination [3.0.4](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.3...@visulima/pagination@3.0.4) (2023-10-15)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* removed types from exports key ([80bd356](https://github.com/visulima/visulima/commit/80bd356659a45bd351a60870b0f380569c75e0c1))
|
|
14
|
+
|
|
1
15
|
## @visulima/pagination [3.0.3](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.2...@visulima/pagination@3.0.3) (2023-10-11)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/pagination",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5",
|
|
4
4
|
"description": "Simple Pagination for Node.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -32,7 +32,6 @@
|
|
|
32
32
|
"sideEffects": false,
|
|
33
33
|
"exports": {
|
|
34
34
|
".": {
|
|
35
|
-
"types": "./dist/index.d.ts",
|
|
36
35
|
"require": {
|
|
37
36
|
"types": "./dist/index.d.ts",
|
|
38
37
|
"default": "./dist/index.js"
|
|
@@ -61,7 +60,8 @@
|
|
|
61
60
|
"coverage": "vitest run --coverage",
|
|
62
61
|
"dev": "pnpm run build --watch",
|
|
63
62
|
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js",
|
|
64
|
-
"lint:eslint:fix": "
|
|
63
|
+
"lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js --fix",
|
|
64
|
+
"lint:packagejson": "publint --strict",
|
|
65
65
|
"lint:prettier": "prettier --config=.prettierrc.js --check .",
|
|
66
66
|
"lint:prettier:fix": "prettier --config=.prettierrc.js --write .",
|
|
67
67
|
"lint:types": "tsc --noEmit",
|
|
@@ -75,19 +75,19 @@
|
|
|
75
75
|
"@anolilab/eslint-config": "^14.0.24",
|
|
76
76
|
"@anolilab/prettier-config": "^5.0.11",
|
|
77
77
|
"@anolilab/semantic-release-preset": "^8.0.0",
|
|
78
|
-
"@babel/core": "^7.23.
|
|
78
|
+
"@babel/core": "^7.23.2",
|
|
79
79
|
"@rushstack/eslint-plugin-security": "^0.7.1",
|
|
80
|
-
"@types/micromatch": "^4.0.
|
|
81
|
-
"@types/node": "18.
|
|
82
|
-
"@types/qs": "^6.9.
|
|
80
|
+
"@types/micromatch": "^4.0.4",
|
|
81
|
+
"@types/node": "18.18.5",
|
|
82
|
+
"@types/qs": "^6.9.9",
|
|
83
83
|
"@vitest/coverage-v8": "^0.34.6",
|
|
84
84
|
"cross-env": "^7.0.3",
|
|
85
|
-
"eslint": "^8.
|
|
85
|
+
"eslint": "^8.52.0",
|
|
86
86
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
87
87
|
"eslint-plugin-etc": "^2.0.3",
|
|
88
88
|
"eslint-plugin-import": "npm:eslint-plugin-i@^2.28.1",
|
|
89
89
|
"eslint-plugin-mdx": "^2.2.0",
|
|
90
|
-
"eslint-plugin-vitest": "^0.3.
|
|
90
|
+
"eslint-plugin-vitest": "^0.3.8",
|
|
91
91
|
"eslint-plugin-vitest-globals": "^1.4.0",
|
|
92
92
|
"openapi-types": "^12.1.3",
|
|
93
93
|
"prettier": "^3.0.3",
|