@shell-shock/plugin-banner 0.1.47 → 0.1.48
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.
|
@@ -8,7 +8,7 @@ let _powerlines_plugin_alloy_core_contexts_context = require("@powerlines/plugin
|
|
|
8
8
|
let _powerlines_plugin_alloy_typescript_components_builtin_file = require("@powerlines/plugin-alloy/typescript/components/builtin-file");
|
|
9
9
|
let _stryke_path = require("@stryke/path");
|
|
10
10
|
let defu = require("defu");
|
|
11
|
-
defu = require_runtime.__toESM(defu);
|
|
11
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
12
12
|
|
|
13
13
|
//#region src/components/banner-builtin.tsx
|
|
14
14
|
/**
|
package/dist/index.cjs
CHANGED
|
@@ -8,9 +8,9 @@ let _powerlines_plugin_alloy_core_components = require("@powerlines/plugin-alloy
|
|
|
8
8
|
let _powerlines_plugin_alloy_render = require("@powerlines/plugin-alloy/render");
|
|
9
9
|
let _shell_shock_core_plugin_utils = require("@shell-shock/core/plugin-utils");
|
|
10
10
|
let _shell_shock_plugin_console = require("@shell-shock/plugin-console");
|
|
11
|
-
_shell_shock_plugin_console = require_runtime.__toESM(_shell_shock_plugin_console);
|
|
11
|
+
_shell_shock_plugin_console = require_runtime.__toESM(_shell_shock_plugin_console, 1);
|
|
12
12
|
let _shell_shock_plugin_theme = require("@shell-shock/plugin-theme");
|
|
13
|
-
_shell_shock_plugin_theme = require_runtime.__toESM(_shell_shock_plugin_theme);
|
|
13
|
+
_shell_shock_plugin_theme = require_runtime.__toESM(_shell_shock_plugin_theme, 1);
|
|
14
14
|
|
|
15
15
|
//#region src/index.tsx
|
|
16
16
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/plugin-banner",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.48",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Shell Shock plugin to generate banner built-in modules that display information about the application.",
|
|
6
6
|
"keywords": [
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"@powerlines/deepkit": "^0.9.88",
|
|
56
56
|
"@powerlines/plugin-alloy": "^0.26.227",
|
|
57
57
|
"@powerlines/plugin-plugin": "^0.12.546",
|
|
58
|
-
"@shell-shock/core": "0.17.
|
|
59
|
-
"@shell-shock/plugin-theme": "0.4.
|
|
60
|
-
"@shell-shock/plugin-console": "0.2.
|
|
58
|
+
"@shell-shock/core": "0.17.21",
|
|
59
|
+
"@shell-shock/plugin-theme": "0.4.34",
|
|
60
|
+
"@shell-shock/plugin-console": "0.2.25",
|
|
61
61
|
"@stryke/path": "^0.29.11",
|
|
62
62
|
"@stryke/type-checks": "^0.6.17",
|
|
63
63
|
"defu": "^6.1.7",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@powerlines/plugin-deepkit": "^0.11.477",
|
|
68
|
-
"@types/node": "^25.9.
|
|
68
|
+
"@types/node": "^25.9.3"
|
|
69
69
|
},
|
|
70
70
|
"publishConfig": { "access": "public" },
|
|
71
71
|
"exports": {
|
|
@@ -155,5 +155,5 @@
|
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
157
|
},
|
|
158
|
-
"gitHead": "
|
|
158
|
+
"gitHead": "0876468f621d3b455f99de7dc3ebdd3af8883842"
|
|
159
159
|
}
|