@betterportal/docs-site 0.0.1 → 10.0.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@betterportal/docs-site",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "10.0.0",
|
|
4
4
|
"description": "BetterPortal documentation site service",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"clean": "bsb-plugin-cli clean",
|
|
12
12
|
"start": "bsb-plugin-cli start",
|
|
13
13
|
"dev": "bsb-plugin-cli dev",
|
|
14
|
-
"test": "
|
|
14
|
+
"test": "bsb-plugin-cli test",
|
|
15
15
|
"prepublishOnly": "npm run build"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
@@ -23,22 +23,22 @@
|
|
|
23
23
|
"license": "(AGPL-3.0-only OR Commercial)",
|
|
24
24
|
"type": "module",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@bsb/
|
|
27
|
-
"@types/node": "^
|
|
26
|
+
"@bsb/tests": "^9.5.8",
|
|
27
|
+
"@types/node": "^26.0.0",
|
|
28
28
|
"tsx": "^4.21.0",
|
|
29
|
-
"typescript": "^
|
|
29
|
+
"typescript": "^6.0.3"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@betterportal/framework": "0.0
|
|
33
|
-
"@betterportal/plugin-bsb": "0.0
|
|
32
|
+
"@betterportal/framework": "10.0.0",
|
|
33
|
+
"@betterportal/plugin-bsb": "10.0.0",
|
|
34
|
+
"@bsb/base": "^9.5.8",
|
|
34
35
|
"anyvali": "^1.0.6",
|
|
35
|
-
"jsx-htmx": "4.0.0-
|
|
36
|
+
"jsx-htmx": "4.0.0-beta4"
|
|
36
37
|
},
|
|
37
38
|
"files": [
|
|
38
39
|
"lib/**/*",
|
|
39
40
|
"README.md",
|
|
40
|
-
"bsb-plugin.json"
|
|
41
|
-
"bsb-tests.json"
|
|
41
|
+
"bsb-plugin.json"
|
|
42
42
|
],
|
|
43
43
|
"bsb": {
|
|
44
44
|
"hooks": {
|