@visulima/pagination 3.0.25 → 3.0.27

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 CHANGED
@@ -1,3 +1,25 @@
1
+ ## @visulima/pagination [3.0.27](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.26...@visulima/pagination@3.0.27) (2025-03-07)
2
+
3
+ ### Bug Fixes
4
+
5
+ * updated @visulima/packem and other dev deps, for better bundling size ([e940581](https://github.com/visulima/visulima/commit/e9405812201594e54dd81d17ddb74177df5f3c24))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * updated dev dependencies ([487a976](https://github.com/visulima/visulima/commit/487a976932dc7c39edfc19ffd3968960ff338066))
10
+
11
+ ## @visulima/pagination [3.0.26](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.25...@visulima/pagination@3.0.26) (2025-01-25)
12
+
13
+ ### Bug Fixes
14
+
15
+ * fixed wrong node version range in package.json ([4ae2929](https://github.com/visulima/visulima/commit/4ae292984681c71a770e4d4560432f7b7c5a141a))
16
+
17
+ ### Miscellaneous Chores
18
+
19
+ * fixed typescript url ([fe65a8c](https://github.com/visulima/visulima/commit/fe65a8c0296ece7ee26474c70d065b06d4d0da89))
20
+ * updated all dev dependencies ([37fb298](https://github.com/visulima/visulima/commit/37fb298b2af7c63be64252024e54bb3af6ddabec))
21
+ * updated all dev dependencies and all dependencies in the app folder ([87f4ccb](https://github.com/visulima/visulima/commit/87f4ccbf9f7900ec5b56f3c1477bc4a0ef571bcf))
22
+
1
23
  ## @visulima/pagination [3.0.25](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.24...@visulima/pagination@3.0.25) (2025-01-12)
2
24
 
3
25
  ### Bug Fixes
package/README.md CHANGED
@@ -90,7 +90,8 @@ If you would like to help take a look at the [list of issues](https://github.com
90
90
  The visulima pagination is open-sourced software licensed under the [MIT][license-url]
91
91
 
92
92
  [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
93
- [typescript-url]: "typescript"
93
+
94
+ [typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
94
95
  [license-image]: https://img.shields.io/npm/l/@visulima/pagination?color=blueviolet&style=for-the-badge
95
96
  [license-url]: LICENSE.md "license"
96
97
  [npm-image]: https://img.shields.io/npm/v/@visulima/pagination/latest.svg?style=for-the-badge&logo=npm
package/dist/index.cjs CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
4
 
5
- const Paginator = require('./packem_shared/Paginator-Bzp4q-CL.cjs');
5
+ const Paginator = require('./packem_shared/Paginator-BMGr4V_x.cjs');
6
6
  const createPaginationMetaSchemaObject = require('./packem_shared/createPaginationMetaSchemaObject-B2_MNxET.cjs');
7
7
 
8
8
  var __defProp = Object.defineProperty;
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import Paginator from './packem_shared/Paginator-Cn8d66Nq.mjs';
1
+ import Paginator from './packem_shared/Paginator-CG8aQkMQ.mjs';
2
2
  export { createPaginationMetaSchemaObject, createPaginationSchemaObject } from './packem_shared/createPaginationMetaSchemaObject-fEupXBbv.mjs';
3
3
 
4
4
  var __defProp = Object.defineProperty;
@@ -152,7 +152,7 @@ const _stringify = /* @__PURE__ */ __name$1(function stringify2(object, prefix,
152
152
  let tmpSc = sideChannel;
153
153
  let step = 0;
154
154
  let findFlag = false;
155
- while ((tmpSc = tmpSc.get(sentinel)) !== undefined && !findFlag) {
155
+ while ((tmpSc = tmpSc.get(sentinel)) !== void 0 && !findFlag) {
156
156
  const pos = tmpSc.get(object);
157
157
  step += 1;
158
158
  if (typeof pos !== "undefined") {
@@ -202,7 +202,7 @@ const _stringify = /* @__PURE__ */ __name$1(function stringify2(object, prefix,
202
202
  if (encodeValuesOnly && encoder) {
203
203
  obj = maybeMap(obj, encoder);
204
204
  }
205
- objKeys = [{ value: obj.length > 0 ? obj.join(",") || null : undefined }];
205
+ objKeys = [{ value: obj.length > 0 ? obj.join(",") || null : void 0 }];
206
206
  } else if (isArray(filter)) {
207
207
  objKeys = filter;
208
208
  } else {
@@ -150,7 +150,7 @@ const _stringify = /* @__PURE__ */ __name$1(function stringify2(object, prefix,
150
150
  let tmpSc = sideChannel;
151
151
  let step = 0;
152
152
  let findFlag = false;
153
- while ((tmpSc = tmpSc.get(sentinel)) !== undefined && !findFlag) {
153
+ while ((tmpSc = tmpSc.get(sentinel)) !== void 0 && !findFlag) {
154
154
  const pos = tmpSc.get(object);
155
155
  step += 1;
156
156
  if (typeof pos !== "undefined") {
@@ -200,7 +200,7 @@ const _stringify = /* @__PURE__ */ __name$1(function stringify2(object, prefix,
200
200
  if (encodeValuesOnly && encoder) {
201
201
  obj = maybeMap(obj, encoder);
202
202
  }
203
- objKeys = [{ value: obj.length > 0 ? obj.join(",") || null : undefined }];
203
+ objKeys = [{ value: obj.length > 0 ? obj.join(",") || null : void 0 }];
204
204
  } else if (isArray(filter)) {
205
205
  objKeys = filter;
206
206
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/pagination",
3
- "version": "3.0.25",
3
+ "version": "3.0.27",
4
4
  "description": "Simple Pagination for Node.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -62,38 +62,8 @@
62
62
  "CHANGELOG.md",
63
63
  "LICENSE.md"
64
64
  ],
65
- "devDependencies": {
66
- "@anolilab/eslint-config": "^15.0.3",
67
- "@anolilab/prettier-config": "^5.0.14",
68
- "@anolilab/semantic-release-pnpm": "^1.1.6",
69
- "@anolilab/semantic-release-preset": "^9.0.3",
70
- "@arethetypeswrong/cli": "^0.17.2",
71
- "@babel/core": "^7.26.0",
72
- "@rushstack/eslint-plugin-security": "^0.8.3",
73
- "@types/node": "18.19.15",
74
- "@visulima/packem": "1.10.7",
75
- "@vitest/coverage-v8": "^2.1.8",
76
- "@vitest/ui": "^2.1.8",
77
- "conventional-changelog-conventionalcommits": "8.0.0",
78
- "cross-env": "^7.0.3",
79
- "esbuild": "0.24.2",
80
- "eslint": "8.57.0",
81
- "eslint-plugin-deprecation": "^3.0.0",
82
- "eslint-plugin-etc": "^2.0.3",
83
- "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
84
- "eslint-plugin-mdx": "^3.1.5",
85
- "eslint-plugin-vitest": "^0.4.1",
86
- "eslint-plugin-vitest-globals": "^1.5.0",
87
- "openapi-types": "^12.1.3",
88
- "prettier": "^3.4.2",
89
- "qs-esm": "^7.0.2",
90
- "rimraf": "6.0.1",
91
- "semantic-release": "24.2.1",
92
- "typescript": "5.7.3",
93
- "vitest": "^2.1.8"
94
- },
95
65
  "engines": {
96
- "node": ">=18.* <=23.*"
66
+ "node": ">=18.0.0 <=23.x"
97
67
  },
98
68
  "os": [
99
69
  "darwin",
@@ -103,34 +73,5 @@
103
73
  "publishConfig": {
104
74
  "access": "public",
105
75
  "provenance": true
106
- },
107
- "anolilab": {
108
- "eslint-config": {
109
- "plugin": {
110
- "tsdoc": false
111
- },
112
- "warn_on_unsupported_typescript_version": false,
113
- "info_on_disabling_jsx_react_rule": false,
114
- "info_on_disabling_prettier_conflict_rule": false,
115
- "info_on_disabling_jsonc_sort_keys_rule": false,
116
- "info_on_disabling_etc_no_deprecated": false
117
- }
118
- },
119
- "scripts": {
120
- "build": "cross-env NODE_ENV=development packem build",
121
- "build:prod": "cross-env NODE_ENV=production packem build",
122
- "clean": "rimraf node_modules dist .eslintcache",
123
- "dev": "pnpm run build --watch",
124
- "lint:attw": "attw --pack",
125
- "lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",
126
- "lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",
127
- "lint:package-json": "publint --strict",
128
- "lint:prettier": "prettier --config=.prettierrc.cjs --check .",
129
- "lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
130
- "lint:types": "tsc --noEmit",
131
- "test": "vitest run",
132
- "test:coverage": "vitest run --coverage",
133
- "test:ui": "vitest --ui --coverage.enabled=true",
134
- "test:watch": "vitest"
135
76
  }
136
77
  }