@visulima/pagination 3.0.7 → 3.0.9

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 +11 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## @visulima/pagination [3.0.9](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.8...@visulima/pagination@3.0.9) (2023-11-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** updated package deps ([b4f4ede](https://github.com/visulima/visulima/commit/b4f4eded7bbded62b341ade0017ab357336f3af2))
7
+
8
+ ## @visulima/pagination [3.0.8](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.7...@visulima/pagination@3.0.8) (2023-11-07)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * fixed the homepage url of the package ([02075ce](https://github.com/visulima/visulima/commit/02075ce997d62c1caf79690b32dd2f931e64bebe))
14
+
1
15
  ## @visulima/pagination [3.0.7](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.6...@visulima/pagination@3.0.7) (2023-11-02)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/pagination",
3
- "version": "3.0.7",
3
+ "version": "3.0.9",
4
4
  "description": "Simple Pagination for Node.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -8,7 +8,7 @@
8
8
  "paginator",
9
9
  "offset"
10
10
  ],
11
- "homepage": "https://visulima.com/packages/pagination",
11
+ "homepage": "https://www.visulima.com/docs/package/pagination",
12
12
  "repository": {
13
13
  "type": "git",
14
14
  "url": "https://github.com/visulima/visulima.git",
@@ -75,27 +75,27 @@
75
75
  "@anolilab/eslint-config": "^15.0.2",
76
76
  "@anolilab/prettier-config": "^5.0.13",
77
77
  "@anolilab/semantic-release-preset": "^8.0.2",
78
- "@babel/core": "^7.23.2",
78
+ "@babel/core": "^7.23.3",
79
79
  "@rushstack/eslint-plugin-security": "^0.7.1",
80
- "@types/micromatch": "^4.0.4",
80
+ "@types/micromatch": "^4.0.6",
81
81
  "@types/node": "18.18.8",
82
- "@types/qs": "^6.9.9",
82
+ "@types/qs": "^6.9.10",
83
83
  "@vitest/coverage-v8": "^0.34.6",
84
84
  "cross-env": "^7.0.3",
85
- "eslint": "^8.52.0",
85
+ "eslint": "^8.54.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.29.0",
89
89
  "eslint-plugin-mdx": "^2.2.0",
90
- "eslint-plugin-vitest": "^0.3.8",
90
+ "eslint-plugin-vitest": "^0.3.10",
91
91
  "eslint-plugin-vitest-globals": "^1.4.0",
92
92
  "openapi-types": "^12.1.3",
93
- "prettier": "^3.0.3",
93
+ "prettier": "^3.1.0",
94
94
  "rimraf": "^5.0.5",
95
- "semantic-release": "^22.0.6",
95
+ "semantic-release": "^22.0.8",
96
96
  "sort-package-json": "^2.6.0",
97
- "tsup": "^7.2.0",
98
- "typescript": "^5.2.2",
97
+ "tsup": "^8.0.1",
98
+ "typescript": "^5.3.2",
99
99
  "vitest": "^0.34.6"
100
100
  },
101
101
  "engines": {