@rr0/cms 0.3.44 → 0.3.45

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 +3 -3
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@rr0/cms",
3
3
  "type": "module",
4
4
  "author": "Jérôme Beau <rr0@rr0.org> (https://rr0.org)",
5
- "version": "0.3.44",
5
+ "version": "0.3.45",
6
6
  "description": "RR0 Content Management System (CMS)",
7
7
  "exports": "./dist/index.js",
8
8
  "types": "./dist/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "preview": "vite preview --host",
24
24
  "build": "rm -Rf dist && tsc --project tsconfig.prod.json",
25
25
  "circular-deps": "dpdm src",
26
- "prepublishOnly": "npm run build && npm test",
26
+ "prepublishOnly": "npm run build && npm run test-ci",
27
27
  "test": "testscript",
28
28
  "test-one": "rm -Rf out && tsx src/CMSGenerator.test.ts",
29
29
  "test-ci": "rm -Rf out && testscript"
@@ -41,7 +41,7 @@
41
41
  "image-size": "^2.0.2",
42
42
  "jsdom": "^26.1.0",
43
43
  "selenium-webdriver": "^4.32.0",
44
- "ssg-api": "^1.16.15"
44
+ "ssg-api": "^1.17.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@javarome/testscript": "^0.13.1",