@betterportal/theme-embedded 0.0.1 → 10.0.1
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/theme-embedded",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.1",
|
|
4
4
|
"description": "BetterPortal v10 embedded theme plugin for Node.js",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"clean": "bsb-plugin-cli clean",
|
|
10
10
|
"start": "bsb-plugin-cli start",
|
|
11
11
|
"dev": "bsb-plugin-cli dev",
|
|
12
|
-
"test": "
|
|
12
|
+
"test": "bsb-plugin-cli test",
|
|
13
13
|
"prepublishOnly": "npm run build"
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
@@ -21,23 +21,23 @@
|
|
|
21
21
|
"license": "(AGPL-3.0-only OR Commercial)",
|
|
22
22
|
"type": "module",
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@bsb/
|
|
24
|
+
"@bsb/tests": "^9.5.8",
|
|
25
|
+
"@types/node": "^26.0.0",
|
|
25
26
|
"tsx": "^4.21.0",
|
|
26
|
-
"typescript": "^
|
|
27
|
+
"typescript": "^6.0.3"
|
|
27
28
|
},
|
|
28
29
|
"dependencies": {
|
|
29
|
-
"@betterportal/framework": "
|
|
30
|
-
"@betterportal/plugin-bsb": "
|
|
31
|
-
"@
|
|
30
|
+
"@betterportal/framework": "10.0.1",
|
|
31
|
+
"@betterportal/plugin-bsb": "10.0.1",
|
|
32
|
+
"@bsb/base": "^9.5.8",
|
|
32
33
|
"anyvali": "^1.0.6",
|
|
33
34
|
"htmx.org": "^4.0.0-beta2",
|
|
34
|
-
"jsx-htmx": "4.0.0-
|
|
35
|
+
"jsx-htmx": "4.0.0-beta4"
|
|
35
36
|
},
|
|
36
37
|
"files": [
|
|
37
38
|
"lib/**/*",
|
|
38
39
|
"README.md",
|
|
39
|
-
"bsb-plugin.json"
|
|
40
|
-
"bsb-tests.json"
|
|
40
|
+
"bsb-plugin.json"
|
|
41
41
|
],
|
|
42
42
|
"bsb": {},
|
|
43
43
|
"homepage": "https://github.com/BetterCorp/BetterPortal#readme",
|