Skip to content

Commit 426e777

Browse files
committed
updated deps
1 parent a901847 commit 426e777

File tree

6 files changed

+5657
-5797
lines changed

6 files changed

+5657
-5797
lines changed

MyApp/wwwroot/lib/mjs/servicestack-client.min.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

MyApp/wwwroot/lib/mjs/servicestack-client.mjs

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2924,28 +2924,6 @@ export function createBus() {
29242924
return { subscribe, publish };
29252925
}
29262926
export class Inspect {
2927-
static async vars(obj) {
2928-
if (typeof process != 'object')
2929-
return;
2930-
let inspectVarsPath = process.env.INSPECT_VARS;
2931-
if (!inspectVarsPath || !obj)
2932-
return;
2933-
// resolve dynamic path to prevent ng webpack static analysis
2934-
const I = (s) => import(/* @vite-ignore */ s);
2935-
const nodeModule = (m) => 'no' + 'de:' + `${m}`;
2936-
await I(nodeModule('fs')).then(async (fs) => {
2937-
await I(nodeModule('path')).then(path => {
2938-
let varsPath = inspectVarsPath.replace(/\\/g, '/');
2939-
if (varsPath.indexOf('/') >= 0) {
2940-
let dir = path.dirname(varsPath);
2941-
if (!fs.existsSync(dir)) {
2942-
fs.mkdirSync(dir);
2943-
}
2944-
}
2945-
fs.writeFileSync(varsPath, JSON.stringify(obj));
2946-
});
2947-
});
2948-
}
29492927
static dump(obj) {
29502928
let to = JSON.stringify(obj, null, 4);
29512929
return to.replace(/"/g, '');

MyApp/wwwroot/lib/mjs/servicestack-vue.min.mjs

Lines changed: 26 additions & 26 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)