@visulima/pagination 3.0.12 → 3.0.14

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/CHANGELOG.md +14 -0
  2. package/package.json +16 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## @visulima/pagination [3.0.14](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.13...@visulima/pagination@3.0.14) (2024-03-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * added missing os key to package.json ([4ad1268](https://github.com/visulima/visulima/commit/4ad1268ed12cbdcf60aeb46d4c052ed1696bc150))
7
+
8
+ ## @visulima/pagination [3.0.13](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.12...@visulima/pagination@3.0.13) (2024-03-06)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * updated qs to 6.12 ([9e35cee](https://github.com/visulima/visulima/commit/9e35cee0ad1d511419e80b3bd39b2045690c0d22))
14
+
1
15
  ## @visulima/pagination [3.0.12](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.11...@visulima/pagination@3.0.12) (2024-03-04)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/pagination",
3
- "version": "3.0.12",
3
+ "version": "3.0.14",
4
4
  "description": "Simple Pagination for Node.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -70,39 +70,44 @@
70
70
  "test:watch": "vitest"
71
71
  },
72
72
  "dependencies": {
73
- "qs": "^6.11.2"
73
+ "qs": "^6.12.0"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@anolilab/eslint-config": "^15.0.3",
77
77
  "@anolilab/prettier-config": "^5.0.14",
78
78
  "@anolilab/semantic-release-preset": "^8.0.3",
79
- "@babel/core": "^7.24.0",
79
+ "@babel/core": "^7.24.3",
80
80
  "@rushstack/eslint-plugin-security": "^0.8.1",
81
81
  "@types/micromatch": "^4.0.6",
82
82
  "@types/node": "18.18.14",
83
- "@types/qs": "^6.9.12",
84
- "@vitest/coverage-v8": "^1.3.1",
85
- "@vitest/ui": "^1.3.1",
83
+ "@types/qs": "^6.9.14",
84
+ "@vitest/coverage-v8": "^1.4.0",
85
+ "@vitest/ui": "^1.4.0",
86
86
  "cross-env": "^7.0.3",
87
87
  "eslint": "^8.57.0",
88
88
  "eslint-plugin-deprecation": "^2.0.0",
89
89
  "eslint-plugin-etc": "^2.0.3",
90
90
  "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
91
91
  "eslint-plugin-mdx": "^3.1.5",
92
- "eslint-plugin-vitest": "^0.3.22",
93
- "eslint-plugin-vitest-globals": "^1.4.0",
92
+ "eslint-plugin-vitest": "^0.3.26",
93
+ "eslint-plugin-vitest-globals": "^1.5.0",
94
94
  "openapi-types": "^12.1.3",
95
95
  "prettier": "^3.2.5",
96
96
  "rimraf": "^5.0.5",
97
- "semantic-release": "^23.0.2",
97
+ "semantic-release": "^23.0.5",
98
98
  "sort-package-json": "^2.8.0",
99
99
  "tsup": "^8.0.2",
100
- "typescript": "^5.3.3",
101
- "vitest": "^1.3.1"
100
+ "typescript": "^5.4.3",
101
+ "vitest": "^1.4.0"
102
102
  },
103
103
  "engines": {
104
104
  "node": ">=18.* <=21.*"
105
105
  },
106
+ "os": [
107
+ "darwin",
108
+ "linux",
109
+ "win32"
110
+ ],
106
111
  "publishConfig": {
107
112
  "access": "public",
108
113
  "provenance": true