Skip to content

Commit fe4cd05

Browse files
1.3.3 cleanup
1 parent 56759a5 commit fe4cd05

3 files changed

Lines changed: 7 additions & 40 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bolt-cep",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"scripts": {
55
"dev": "vite",
66
"watch": "tsc && vite build --watch true",

src/js/template-svelte/main.svelte

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -62,42 +62,8 @@
6262
);
6363
};
6464
65-
let paths: string[] = [];
66-
const esLog = async () => {
67-
const res = await evalTS("heavyProcess", {
68-
num: 1000000,
69-
str: "hello world",
70-
obj: {
71-
a: "1",
72-
b: "2",
73-
c: "3",
74-
d: "4",
75-
e: "5",
76-
f: "6",
77-
g: "7",
78-
h: "8",
79-
i: "9",
80-
j: "10",
81-
},
82-
arr: paths,
83-
bool: true,
84-
});
85-
console.log("heavyProcess", res);
86-
paths = res.videoClips;
87-
const log = new Date().toString() + " :: $ = " + res.dollar;
88-
console.log(log);
89-
90-
const filePath = `${os.homedir()}/Desktop/es-log.txt`;
91-
const existing = fs.existsSync(filePath)
92-
? fs.readFileSync(filePath, { encoding: "utf-8" })
93-
: "";
94-
fs.writeFileSync(filePath, `${existing}\n${log}`, { encoding: "utf-8" });
95-
};
96-
9765
onMount(() => {
9866
if (window.cep) {
99-
setInterval(esLog, 10000);
100-
esLog();
10167
subscribeBackgroundColor((c: string) => (backgroundColor = c));
10268
}
10369
});

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4748,18 +4748,19 @@ v8-compile-cache-lib@^3.0.1:
47484748
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
47494749
integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
47504750

4751-
vite-cep-plugin@^1.3.1:
4752-
version "1.3.1"
4753-
resolved "https://registry.yarnpkg.com/vite-cep-plugin/-/vite-cep-plugin-1.3.1.tgz#c52cd42d0e15fde799d2d5e8c5569d25277824f9"
4754-
integrity sha512-aQMCl3RG7EOjTwV4zZK/Yjmzx1QGtv4Mb/eBjLxAkarjGwlJNr3cdPV7zZlu0Yy1gw+NwtkU/XyeVzUAhpHO4g==
4751+
vite-cep-plugin@^1.3.2:
4752+
version "1.3.2"
4753+
resolved "https://registry.yarnpkg.com/vite-cep-plugin/-/vite-cep-plugin-1.3.2.tgz#65d0a93264b13188404503832115a098f69f723d"
4754+
integrity sha512-jdizPQpQx/iCfQ3fPbsfUDffs1lXZKeGlkZpoKq6X4XiDJfDAVSBvWXYEoRQZEw5qYt4e58rhTBTdVqrLI+hGQ==
47554755
dependencies:
47564756
"@types/archiver" "^5.3.1"
47574757
archiver "^5.3.1"
47584758
fs-extra "^10.0.0"
4759-
jsxbin "^2.3.0"
47604759
jszip "^3.10.1"
47614760
magic-string "^0.25.7"
47624761
prettify-xml "^1.2.0"
4762+
optionalDependencies:
4763+
jsxbin "^2.3.0"
47634764

47644765
vite@^5.4.19:
47654766
version "5.4.19"

0 commit comments

Comments
 (0)