@paroicms/public-server-lib 0.56.1 → 0.56.3

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 +8 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/public-server-lib",
3
- "version": "0.56.1",
3
+ "version": "0.56.3",
4
4
  "description": "Common utilitaries for paroicms plugins (backend side).",
5
5
  "author": "Paroi Team",
6
6
  "repository": {
@@ -14,6 +14,7 @@
14
14
  "types": "dist/index.d.ts",
15
15
  "scripts": {
16
16
  "build": "npm run typeonly && npm run tsc",
17
+ "build:ci": "npm run typeonly && tsc --declarationMap false",
17
18
  "tsc": "tsc",
18
19
  "typeonly": "typeonly --bundle dist/types.to.json --source-dir typeonly",
19
20
  "test:watch": "vitest",
@@ -22,18 +23,18 @@
22
23
  "dev": "tsc --watch --preserveWatchOutput"
23
24
  },
24
25
  "dependencies": {
25
- "@paroicms/internal-anywhere-lib": "1.39.2",
26
- "@paroicms/public-anywhere-lib": "0.43.0",
27
- "@paroicms/script-lib": "0.3.21",
26
+ "@paroicms/internal-anywhere-lib": "1.39.4",
27
+ "@paroicms/public-anywhere-lib": "0.43.2",
28
+ "@paroicms/script-lib": "0.3.23",
28
29
  "@typeonly/validator": "~1.1.2",
29
30
  "arktype": "~2.2.0"
30
31
  },
31
32
  "devDependencies": {
32
- "@types/node": "~24.11.0",
33
+ "@types/node": "~24.12.2",
33
34
  "rimraf": "~6.1.3",
34
35
  "typeonly": "~1.1.3",
35
- "typescript": "~5.9.3",
36
- "vitest": "~4.0.18"
36
+ "typescript": "~6.0.2",
37
+ "vitest": "~4.1.2"
37
38
  },
38
39
  "files": [
39
40
  "dist",