@visulima/pagination 3.0.3 → 3.0.4

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 +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## @visulima/pagination [3.0.4](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.3...@visulima/pagination@3.0.4) (2023-10-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * removed types from exports key ([80bd356](https://github.com/visulima/visulima/commit/80bd356659a45bd351a60870b0f380569c75e0c1))
7
+
1
8
  ## @visulima/pagination [3.0.3](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.2...@visulima/pagination@3.0.3) (2023-10-11)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/pagination",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "Simple Pagination for Node.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -32,7 +32,6 @@
32
32
  "sideEffects": false,
33
33
  "exports": {
34
34
  ".": {
35
- "types": "./dist/index.d.ts",
36
35
  "require": {
37
36
  "types": "./dist/index.d.ts",
38
37
  "default": "./dist/index.js"
@@ -57,6 +56,7 @@
57
56
  "scripts": {
58
57
  "build": "cross-env NODE_ENV=development tsup",
59
58
  "build:prod": "cross-env NODE_ENV=production tsup",
59
+ "check:packagejson": "publint --strict",
60
60
  "clean": "rimraf node_modules dist .eslintcache",
61
61
  "coverage": "vitest run --coverage",
62
62
  "dev": "pnpm run build --watch",
@@ -75,7 +75,7 @@
75
75
  "@anolilab/eslint-config": "^14.0.24",
76
76
  "@anolilab/prettier-config": "^5.0.11",
77
77
  "@anolilab/semantic-release-preset": "^8.0.0",
78
- "@babel/core": "^7.23.0",
78
+ "@babel/core": "^7.23.2",
79
79
  "@rushstack/eslint-plugin-security": "^0.7.1",
80
80
  "@types/micromatch": "^4.0.3",
81
81
  "@types/node": "18.17.12",