@visulima/pagination 3.0.21 → 3.0.22
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 +11 -0
- package/LICENSE.md +6 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## @visulima/pagination [3.0.22](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.21...@visulima/pagination@3.0.22) (2024-09-24)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* update packem to v1 ([05f3bc9](https://github.com/visulima/visulima/commit/05f3bc960df10a1602e24f9066e2b0117951a877))
|
|
6
|
+
* updated esbuild from v0.23 to v0.24 ([3793010](https://github.com/visulima/visulima/commit/3793010d0d549c0d41f85dea04b8436251be5fe8))
|
|
7
|
+
|
|
8
|
+
### Miscellaneous Chores
|
|
9
|
+
|
|
10
|
+
* updated dev dependencies ([05edb67](https://github.com/visulima/visulima/commit/05edb671285b1cc42875223314b24212e6a12588))
|
|
11
|
+
|
|
1
12
|
## @visulima/pagination [3.0.21](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.20...@visulima/pagination@3.0.21) (2024-09-11)
|
|
2
13
|
|
|
3
14
|
### Bug Fixes
|
package/LICENSE.md
CHANGED
|
@@ -23,11 +23,14 @@ SOFTWARE.
|
|
|
23
23
|
<!-- DEPENDENCIES -->
|
|
24
24
|
|
|
25
25
|
# Licenses of bundled dependencies
|
|
26
|
+
|
|
26
27
|
The published @visulima/pagination artifact additionally contains code with the following licenses:
|
|
27
28
|
BSD-3-Clause
|
|
28
29
|
|
|
29
30
|
# Bundled dependencies:
|
|
31
|
+
|
|
30
32
|
## qs-esm
|
|
33
|
+
|
|
31
34
|
License: BSD-3-Clause
|
|
32
35
|
By: Jordan Harband
|
|
33
36
|
Repository: https://github.com/payloadcms/qs-esm.git
|
|
@@ -42,11 +45,9 @@ Repository: https://github.com/payloadcms/qs-esm.git
|
|
|
42
45
|
>
|
|
43
46
|
> 1. Redistributions of source code must retain the above copyright notice, this
|
|
44
47
|
> list of conditions and the following disclaimer.
|
|
45
|
-
>
|
|
46
48
|
> 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
47
49
|
> this list of conditions and the following disclaimer in the documentation
|
|
48
50
|
> and/or other materials provided with the distribution.
|
|
49
|
-
>
|
|
50
51
|
> 3. Neither the name of the copyright holder nor the names of its
|
|
51
52
|
> contributors may be used to endorse or promote products derived from
|
|
52
53
|
> this software without specific prior written permission.
|
|
@@ -67,11 +68,14 @@ Repository: https://github.com/payloadcms/qs-esm.git
|
|
|
67
68
|
<!-- TYPE_DEPENDENCIES -->
|
|
68
69
|
|
|
69
70
|
# Licenses of bundled types
|
|
71
|
+
|
|
70
72
|
The published @visulima/pagination artifact additionally contains code with the following licenses:
|
|
71
73
|
MIT
|
|
72
74
|
|
|
73
75
|
# Bundled types:
|
|
76
|
+
|
|
74
77
|
## openapi-types
|
|
78
|
+
|
|
75
79
|
License: MIT
|
|
76
80
|
By: Joseph Spencer
|
|
77
81
|
Repository: https://github.com/kogosoftwarellc/open-api/tree/master/packages/openapi-types
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/pagination",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.22",
|
|
4
4
|
"description": "Simple Pagination for Node.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -67,16 +67,16 @@
|
|
|
67
67
|
"@anolilab/prettier-config": "^5.0.14",
|
|
68
68
|
"@anolilab/semantic-release-pnpm": "^1.1.3",
|
|
69
69
|
"@anolilab/semantic-release-preset": "^9.0.0",
|
|
70
|
-
"@arethetypeswrong/cli": "^0.16.
|
|
70
|
+
"@arethetypeswrong/cli": "^0.16.4",
|
|
71
71
|
"@babel/core": "^7.25.2",
|
|
72
|
-
"@rushstack/eslint-plugin-security": "^0.8.
|
|
72
|
+
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
73
73
|
"@types/node": "18.19.15",
|
|
74
|
-
"@visulima/packem": "
|
|
75
|
-
"@vitest/coverage-v8": "^2.
|
|
76
|
-
"@vitest/ui": "^2.
|
|
74
|
+
"@visulima/packem": "1.0.1",
|
|
75
|
+
"@vitest/coverage-v8": "^2.1.1",
|
|
76
|
+
"@vitest/ui": "^2.1.1",
|
|
77
77
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
78
78
|
"cross-env": "^7.0.3",
|
|
79
|
-
"esbuild": "0.
|
|
79
|
+
"esbuild": "0.24.0",
|
|
80
80
|
"eslint": "8.57.0",
|
|
81
81
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
82
82
|
"eslint-plugin-etc": "^2.0.3",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"rimraf": "5.0.9",
|
|
91
91
|
"semantic-release": "24.0.0",
|
|
92
92
|
"typescript": "5.4.5",
|
|
93
|
-
"vitest": "^2.
|
|
93
|
+
"vitest": "^2.1.1"
|
|
94
94
|
},
|
|
95
95
|
"engines": {
|
|
96
96
|
"node": ">=18.* <=22.*"
|