@salespark/toolkit 2.1.23 → 2.1.26

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/README.md +4 -2
  2. package/package.json +12 -9
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ > **npm registry notice:** On **2 May 2026** (timezone **Europe/Lisbon**), this package will no longer be **publicly** installable from the npm registry and will become **restricted to the SalesPark npm organization**. Until then, already-published versions remain public. **No further public releases** or support for external consumers is planned — if you depend on this package, **fork** before that date.
2
+
1
3
  # SalesPark Toolkit v2 - Documentation
2
4
 
3
5
  ## @salespark/toolkit
@@ -1167,5 +1169,5 @@ MIT © [SalesPark](https://salespark.io)
1167
1169
 
1168
1170
  ---
1169
1171
 
1170
- _Document version: 18_
1171
- _Last update: 14-03-2026_
1172
+ _Document version: 19_
1173
+ _Last update: 04-04-2026_
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@salespark/toolkit",
3
- "version": "2.1.23",
3
+ "version": "2.1.26",
4
4
  "private": false,
5
- "description": "Collection of utility functions and helpers, designed to speed up development across SalesPark projects. Includes common helpers, reusable patterns, and extended functions.",
5
+ "description":
6
+ "Collection of utility functions and helpers, designed to speed up development across SalesPark projects. Includes common helpers, reusable patterns, and extended functions.",
6
7
  "license": "MIT",
7
8
  "author": "SalesPark",
8
9
  "repository": {
@@ -56,15 +57,17 @@
56
57
  "prepublishOnly": "npm run clean && npm run build && npm run typecheck && npm run test"
57
58
  },
58
59
  "dependencies": {
59
- "uuid": "^9.0.1"
60
+ "uuid": "9.0.1"
60
61
  },
61
62
  "devDependencies": {
62
- "@types/node": "^24.3.0",
63
- "@vitest/coverage-v8": "^3.2.4",
64
- "rimraf": "^6.0.1",
65
- "tsup": "^8.2.4",
66
- "typescript": "^5.5.4",
67
- "vitest": "^3.2.4"
63
+ "@types/node": "24.3.0",
64
+ "@vitest/coverage-v8": "3.2.4",
65
+ "grunt": "1.6.1",
66
+ "grunt-bump": "0.8.0",
67
+ "rimraf": "6.0.1",
68
+ "tsup": "8.2.4",
69
+ "typescript": "5.5.4",
70
+ "vitest": "3.2.4"
68
71
  },
69
72
  "publishConfig": {
70
73
  "access": "public"