soff-date 1.0.3 → 1.0.5

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 (1) hide show
  1. package/package.json +11 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "soff-date",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Lightweight, tree-shakeable holiday calculator with algorithmic date computation",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -127,7 +127,7 @@
127
127
  "dev": "tsup --watch",
128
128
  "test": "vitest run",
129
129
  "test:watch": "vitest",
130
- "test:coverage": "vitest --coverage",
130
+ "test:coverage": "vitest run --coverage",
131
131
  "type-check": "tsc --noEmit",
132
132
  "lint": "eslint .",
133
133
  "lint:fix": "eslint . --fix",
@@ -169,15 +169,19 @@
169
169
  "devDependencies": {
170
170
  "@eslint/js": "^9.39.1",
171
171
  "@soff/tsconfig": "*",
172
- "@vitest/coverage-v8": "^4.0.14",
172
+ "@vitest/coverage-v8": "^4.0.15",
173
173
  "eslint": "^9.39.1",
174
174
  "eslint-config-prettier": "^10.1.8",
175
175
  "globals": "^16.5.0",
176
- "prettier": "^3.7.3",
177
- "rimraf": "^6.0.1",
176
+ "prettier": "^3.7.4",
177
+ "rimraf": "^6.1.2",
178
178
  "tsup": "^8.5.1",
179
179
  "typescript": "^5.9.3",
180
- "typescript-eslint": "^8.48.0",
181
- "vitest": "^4.0.14"
180
+ "typescript-eslint": "^8.49.0",
181
+ "vitest": "^4.0.15"
182
+ },
183
+ "publishConfig": {
184
+ "access": "public",
185
+ "provenance": true
182
186
  }
183
187
  }