elseware-docs-engine 1.3.1 → 1.3.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elseware-docs-engine",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "private": false,
5
5
  "description": "React documentation engine by elseware Technology",
6
6
  "license": "MIT",
@@ -40,7 +40,7 @@
40
40
  "react-router-dom": "^6"
41
41
  },
42
42
  "dependencies": {
43
- "elseware-ui": "^3.2.0"
43
+ "elseware-ui": "3.8.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "^24.0.3",
@@ -65,6 +65,7 @@
65
65
  "scripts": {
66
66
  "dev": "vite",
67
67
  "build": "tsup && tsc --project tsconfig.build.json",
68
+ "check:version": "node scripts/check-version-availability.mjs",
68
69
  "clean": "rimraf dist node_modules/.cache",
69
70
  "typecheck": "tsc --noEmit",
70
71
  "lint": "oxlint --deny-warnings",
@@ -76,7 +77,9 @@
76
77
  "full": "npm run lint:fix && npm run format && npm run validate",
77
78
  "prepare": "husky",
78
79
  "prepublishOnly": "npm run validate",
79
- "release": "npm publish --access public"
80
+ "release": "npm publish --access public",
81
+ "deps:local": "npm install --no-save --package-lock=false ../elseware-ui",
82
+ "deps:registry": "npm ci"
80
83
  },
81
84
  "lint-staged": {
82
85
  "*.{js,jsx,ts,tsx,mjs,cjs}": [