@betterportal/theme-bootstrap1 10.4.0 → 10.6.0

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.
@@ -4,7 +4,7 @@
4
4
  "pluginId": "org.betterportal.theme.bootstrap1",
5
5
  "title": "Bootstrap1 Theme",
6
6
  "description": "Bootstrap 5 + htmx theme that renders BetterPortal app shells.",
7
- "version": "10.4.0",
7
+ "version": "10.6.0",
8
8
  "category": "theme",
9
9
  "deploymentModes": [
10
10
  "self-hosted"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "pluginName": "service-betterportal-theme-bootstrap1",
3
3
  "events": {},
4
- "version": "10.4.0",
4
+ "version": "10.6.0",
5
5
  "configSchema": {
6
6
  "anyvaliVersion": "1.0",
7
7
  "schemaVersion": "1.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "service-betterportal-theme-bootstrap1",
3
3
  "name": "service-betterportal-theme-bootstrap1",
4
- "version": "10.4.0",
4
+ "version": "10.6.0",
5
5
  "description": "Bootstrap 5 and HTMX based BetterPortal theme",
6
6
  "category": "service",
7
7
  "tags": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betterportal/theme-bootstrap1",
3
- "version": "10.4.0",
3
+ "version": "10.6.0",
4
4
  "description": "BetterPortal v10 Bootstrap1 theme plugin for Node.js",
5
5
  "main": "lib/index.js",
6
6
  "types": "src/index.ts",
@@ -27,17 +27,17 @@
27
27
  "license": "(AGPL-3.0-only OR Commercial)",
28
28
  "type": "module",
29
29
  "devDependencies": {
30
- "@bsb/tests": "^9.6.76",
30
+ "@bsb/tests": "^9.6.77",
31
31
  "@types/node": "^26.0.0",
32
32
  "tsx": "^4.21.0",
33
33
  "typescript": "^6.0.3"
34
34
  },
35
35
  "dependencies": {
36
- "@betterportal/framework": "10.4.0",
37
- "@betterportal/plugin-bsb": "10.4.0",
38
- "@betterportal/theme-runtime": "10.4.0",
39
- "@bsb/base": "^9.6.76",
40
- "anyvali": "^1.0.7",
36
+ "@betterportal/framework": "10.6.0",
37
+ "@betterportal/plugin-bsb": "10.6.0",
38
+ "@betterportal/theme-runtime": "10.6.0",
39
+ "@bsb/base": "^9.6.77",
40
+ "anyvali": "^1.1.0",
41
41
  "bootstrap": "^5.3.8",
42
42
  "jsx-htmx": "4.0.0-beta6"
43
43
  },