@arcanewizards/timecode-toolbox 0.0.3 → 0.1.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/.turbo/turbo-build.log +58 -55
- package/.turbo/turbo-lint.log +4 -0
- package/CHANGELOG.md +16 -0
- package/dist/components/frontend/index.d.mts +13 -0
- package/dist/components/frontend/index.d.ts +13 -0
- package/dist/components/frontend/index.js +18385 -0
- package/dist/components/frontend/index.mjs +18423 -0
- package/dist/entrypoint.css +2678 -0
- package/dist/entrypoint.js +41840 -0
- package/dist/entrypoint.js.map +7 -0
- package/dist/frontend.js +41837 -0
- package/dist/frontend.js.map +7 -0
- package/dist/index.d.mts +57 -0
- package/dist/index.d.ts +57 -0
- package/dist/index.js +14623 -0
- package/dist/index.mjs +14641 -0
- package/dist/start.d.mts +2 -0
- package/dist/start.d.ts +2 -0
- package/dist/start.js +14613 -0
- package/dist/start.mjs +14636 -0
- package/package.json +31 -28
- package/tsup.config.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,55 +1,58 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
>
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
[34mCLI[39m
|
|
11
|
-
[34mCLI[39m
|
|
12
|
-
[34mCLI[39m tsup
|
|
13
|
-
[34mCLI[39m
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
[
|
|
20
|
-
[32mESM[39m
|
|
21
|
-
[
|
|
22
|
-
[
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
1
|
+
|
|
2
|
+
> @arcanewizards/timecode-toolbox@0.1.0 build /home/runner/work/open-source/open-source/apps/timecode-toolbox
|
|
3
|
+
> pnpm check:types && rm -rf dist && tsup && pnpm build:entrypoint && pnpm build:frontend && pnpm build:styles && check-export-map
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
> @arcanewizards/timecode-toolbox@0.1.0 check:types /home/runner/work/open-source/open-source/apps/timecode-toolbox
|
|
7
|
+
> tsc --noEmit
|
|
8
|
+
|
|
9
|
+
[34mCLI[39m Building entry: src/index.ts, src/start.ts, src/components/frontend/index.tsx
|
|
10
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
11
|
+
[34mCLI[39m tsup v8.5.1
|
|
12
|
+
[34mCLI[39m Using tsup config: /home/runner/work/open-source/open-source/apps/timecode-toolbox/tsup.config.ts
|
|
13
|
+
[34mCLI[39m Target: es2022
|
|
14
|
+
[34mCJS[39m Build start
|
|
15
|
+
[34mESM[39m Build start
|
|
16
|
+
[34mDTS[39m Build start
|
|
17
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m498.69 KB[39m
|
|
18
|
+
[32mESM[39m [1mdist/start.mjs [22m[32m498.45 KB[39m
|
|
19
|
+
[32mESM[39m [1mdist/components/frontend/index.mjs [22m[32m602.17 KB[39m
|
|
20
|
+
[32mESM[39m ⚡️ Build success in 477ms
|
|
21
|
+
[32mCJS[39m [1mdist/index.js [22m[32m500.63 KB[39m
|
|
22
|
+
[32mCJS[39m [1mdist/components/frontend/index.js [22m[32m615.16 KB[39m
|
|
23
|
+
[32mCJS[39m [1mdist/start.js [22m[32m500.33 KB[39m
|
|
24
|
+
[32mCJS[39m ⚡️ Build success in 483ms
|
|
25
|
+
[32mDTS[39m ⚡️ Build success in 5507ms
|
|
26
|
+
[32mDTS[39m [1mdist/start.d.ts [22m[32m13.00 B[39m
|
|
27
|
+
[32mDTS[39m [1mdist/components/frontend/index.d.ts [22m[32m649.00 B[39m
|
|
28
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m2.18 KB[39m
|
|
29
|
+
[32mDTS[39m [1mdist/start.d.mts [22m[32m13.00 B[39m
|
|
30
|
+
[32mDTS[39m [1mdist/components/frontend/index.d.mts [22m[32m649.00 B[39m
|
|
31
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m2.18 KB[39m
|
|
32
|
+
|
|
33
|
+
> @arcanewizards/timecode-toolbox@0.1.0 build:entrypoint /home/runner/work/open-source/open-source/apps/timecode-toolbox
|
|
34
|
+
> arcane-build-frontend --entry src/components/frontend/entrypoint.ts --outfile dist/entrypoint.js --sourcemap
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
dist/entrypoint.js 1.7mb ⚠️
|
|
38
|
+
dist/entrypoint.js.map 2.8mb
|
|
39
|
+
|
|
40
|
+
⚡ Done in 1505ms
|
|
41
|
+
|
|
42
|
+
> @arcanewizards/timecode-toolbox@0.1.0 build:frontend /home/runner/work/open-source/open-source/apps/timecode-toolbox
|
|
43
|
+
> arcane-build-frontend --entry src/components/frontend/index.tsx --outfile dist/frontend.js --sourcemap
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
dist/frontend.js 1.7mb ⚠️
|
|
47
|
+
dist/frontend.js.map 2.8mb
|
|
48
|
+
|
|
49
|
+
⚡ Done in 1523ms
|
|
50
|
+
|
|
51
|
+
> @arcanewizards/timecode-toolbox@0.1.0 build:styles /home/runner/work/open-source/open-source/apps/timecode-toolbox
|
|
52
|
+
> tailwindcss -i ./src/components/frontend/frontend.css -o ./dist/entrypoint.css
|
|
53
|
+
|
|
54
|
+
[3m[1m[34m≈[39m[22m[23m tailwindcss [34mv4.2.2[39m
|
|
55
|
+
|
|
56
|
+
Done in [34m77ms[39m
|
|
57
|
+
Checking export maps...
|
|
58
|
+
[7m[32m PASS [39m[27m package.json
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @arcanewizards/timecode-toolbox
|
|
2
2
|
|
|
3
|
+
## 0.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 046e311: Allow timecode-toolbox to be run from cli
|
|
8
|
+
|
|
9
|
+
Introduce a "bin" entry to allow for the package to be installed via npx,
|
|
10
|
+
or globally, and executed easily on a host machine.
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 109936d: Correct dependencies in timecode-toolbox
|
|
15
|
+
|
|
16
|
+
Certain dev dependencies were incorrectly listed as normal dependencies,
|
|
17
|
+
meaning they would be incorrectly installed.
|
|
18
|
+
|
|
3
19
|
## 0.0.3
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FrontendComponentRenderer } from '@arcanejs/toolkit-frontend/types';
|
|
2
|
+
import { BaseBrowserContext } from '@arcanewizards/sigil/frontend';
|
|
3
|
+
|
|
4
|
+
type TimecodeToolboxBrowserContext = BaseBrowserContext;
|
|
5
|
+
declare const timecodeToolboxFrontendComponents: () => FrontendComponentRenderer;
|
|
6
|
+
declare const startTimecodeToolboxServerFrontend: (browser?: TimecodeToolboxBrowserContext | null) => void;
|
|
7
|
+
declare global {
|
|
8
|
+
interface Window {
|
|
9
|
+
startTimecodeToolboxServerFrontend?: typeof startTimecodeToolboxServerFrontend;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export { type TimecodeToolboxBrowserContext, startTimecodeToolboxServerFrontend, timecodeToolboxFrontendComponents };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FrontendComponentRenderer } from '@arcanejs/toolkit-frontend/types';
|
|
2
|
+
import { BaseBrowserContext } from '@arcanewizards/sigil/frontend';
|
|
3
|
+
|
|
4
|
+
type TimecodeToolboxBrowserContext = BaseBrowserContext;
|
|
5
|
+
declare const timecodeToolboxFrontendComponents: () => FrontendComponentRenderer;
|
|
6
|
+
declare const startTimecodeToolboxServerFrontend: (browser?: TimecodeToolboxBrowserContext | null) => void;
|
|
7
|
+
declare global {
|
|
8
|
+
interface Window {
|
|
9
|
+
startTimecodeToolboxServerFrontend?: typeof startTimecodeToolboxServerFrontend;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export { type TimecodeToolboxBrowserContext, startTimecodeToolboxServerFrontend, timecodeToolboxFrontendComponents };
|