@visulima/pagination 3.0.20 → 3.0.21
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 +10 -0
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
- /package/dist/{shared → packem_shared}/Paginator-DEUcrtkG.cjs +0 -0
- /package/dist/{shared → packem_shared}/Paginator-DevEsY78.mjs +0 -0
- /package/dist/{shared → packem_shared}/createPaginationMetaSchemaObject-6bBOLPmK.mjs +0 -0
- /package/dist/{shared → packem_shared}/createPaginationMetaSchemaObject-D-0GFE4M.cjs +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## @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
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* fixed node10 support ([f5e78d9](https://github.com/visulima/visulima/commit/f5e78d9bff8fd603967666598b34f9338a8726b5))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* updated dev dependencies ([28b5ee5](https://github.com/visulima/visulima/commit/28b5ee5c805ca8868536418829cde7ba8c5bb8dd))
|
|
10
|
+
|
|
1
11
|
## @visulima/pagination [3.0.20](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.19...@visulima/pagination@3.0.20) (2024-09-07)
|
|
2
12
|
|
|
3
13
|
### Bug Fixes
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var o=Object.defineProperty;var t=(e,a)=>o(e,"name",{value:a,configurable:!0});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./
|
|
1
|
+
"use strict";var o=Object.defineProperty;var t=(e,a)=>o(e,"name",{value:a,configurable:!0});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./packem_shared/Paginator-DEUcrtkG.cjs"),c=require("./packem_shared/createPaginationMetaSchemaObject-D-0GFE4M.cjs");var g=Object.defineProperty,b=t((e,a)=>g(e,"name",{value:a,configurable:!0}),"e");const m=b((e,a,i,r)=>new n(i,Number(a),Number(e),...r),"paginate");exports.Paginator=n;exports.createPaginationMetaSchemaObject=c.createPaginationMetaSchemaObject;exports.createPaginationSchemaObject=c.createPaginationSchemaObject;exports.paginate=m;
|
package/dist/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var o=Object.defineProperty;var t=(e,a)=>o(e,"name",{value:a,configurable:!0});import i from"./
|
|
1
|
+
var o=Object.defineProperty;var t=(e,a)=>o(e,"name",{value:a,configurable:!0});import i from"./packem_shared/Paginator-DevEsY78.mjs";import{createPaginationMetaSchemaObject as P,createPaginationSchemaObject as j}from"./packem_shared/createPaginationMetaSchemaObject-6bBOLPmK.mjs";var c=Object.defineProperty,m=t((e,a)=>c(e,"name",{value:a,configurable:!0}),"e");const p=m((e,a,r,n)=>new i(r,Number(a),Number(e),...n),"paginate");export{i as Paginator,P as createPaginationMetaSchemaObject,j as createPaginationSchemaObject,p as paginate};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/pagination",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.21",
|
|
4
4
|
"description": "Simple Pagination for Node.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"module": "dist/index.mjs",
|
|
51
51
|
"types": "dist/index.d.ts",
|
|
52
52
|
"typesVersions": {
|
|
53
|
-
"
|
|
54
|
-
"
|
|
53
|
+
">=5.0": {
|
|
54
|
+
".": [
|
|
55
55
|
"./dist/index.d.ts"
|
|
56
56
|
]
|
|
57
57
|
}
|
|
@@ -67,11 +67,11 @@
|
|
|
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.
|
|
70
|
+
"@arethetypeswrong/cli": "^0.16.2",
|
|
71
71
|
"@babel/core": "^7.25.2",
|
|
72
72
|
"@rushstack/eslint-plugin-security": "^0.8.2",
|
|
73
73
|
"@types/node": "18.19.15",
|
|
74
|
-
"@visulima/packem": "^1.0.0-alpha.
|
|
74
|
+
"@visulima/packem": "^1.0.0-alpha.108",
|
|
75
75
|
"@vitest/coverage-v8": "^2.0.5",
|
|
76
76
|
"@vitest/ui": "^2.0.5",
|
|
77
77
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|