@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.
@@ -1,55 +1,58 @@
1
-
2
- 
3
- > @arcanewizards/timecode-toolbox@0.0.3 build /Users/sam/repos/arcane/open-source/apps/timecode-toolbox
4
- > pnpm check:types && rm -rf dist && tsup && pnpm build:entrypoint && pnpm build:frontend && pnpm build:styles && check-export-map
5
-
6
-
7
- > @arcanewizards/timecode-toolbox@0.0.3 check:types /Users/sam/repos/arcane/open-source/apps/timecode-toolbox
8
- > tsc --noEmit
9
-
10
- CLI Building entry: src/index.ts, src/components/frontend/index.tsx
11
- CLI Using tsconfig: tsconfig.json
12
- CLI tsup v8.3.5
13
- CLI Using tsup config: /Users/sam/repos/arcane/open-source/apps/timecode-toolbox/tsup.config.ts
14
- CLI Target: es2022
15
- CJS Build start
16
- ESM Build start
17
- CJS dist/index.js 2.03 MB
18
- CJS dist/components/frontend/index.js 1.96 MB
19
- CJS ⚡️ Build success in 142ms
20
- ESM dist/components/frontend/index.mjs 1.96 MB
21
- ESM dist/index.mjs 2.03 MB
22
- ESM ⚡️ Build success in 143ms
23
- DTS Build start
24
- DTS ⚡️ Build success in 2650ms
25
- DTS dist/index.d.ts 2.18 KB
26
- DTS dist/components/frontend/index.d.ts 649.00 B
27
- DTS dist/index.d.mts 2.18 KB
28
- DTS dist/components/frontend/index.d.mts 649.00 B
29
-
30
- > @arcanewizards/timecode-toolbox@0.0.3 build:entrypoint /Users/sam/repos/arcane/open-source/apps/timecode-toolbox
31
- > arcane-build-frontend --entry src/components/frontend/entrypoint.ts --outfile dist/entrypoint.js --sourcemap
32
-
33
-
34
- dist/entrypoint.js 1.7mb ⚠️
35
- dist/entrypoint.js.map 2.8mb
36
-
37
- Done in 869ms
38
-
39
- > @arcanewizards/timecode-toolbox@0.0.3 build:frontend /Users/sam/repos/arcane/open-source/apps/timecode-toolbox
40
- > arcane-build-frontend --entry src/components/frontend/index.tsx --outfile dist/frontend.js --sourcemap
41
-
42
-
43
- dist/frontend.js 1.7mb ⚠️
44
- dist/frontend.js.map 2.8mb
45
-
46
- Done in 802ms
47
-
48
- > @arcanewizards/timecode-toolbox@0.0.3 build:styles /Users/sam/repos/arcane/open-source/apps/timecode-toolbox
49
- > tailwindcss -i ./src/components/frontend/frontend.css -o ./dist/entrypoint.css
50
-
51
- ≈ tailwindcss v4.2.1
52
-
53
- Done in 47ms
54
- Checking export maps...
55
-  PASS  package.json
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
+ CLI Building entry: src/index.ts, src/start.ts, src/components/frontend/index.tsx
10
+ CLI Using tsconfig: tsconfig.json
11
+ CLI tsup v8.5.1
12
+ CLI Using tsup config: /home/runner/work/open-source/open-source/apps/timecode-toolbox/tsup.config.ts
13
+ CLI Target: es2022
14
+ CJS Build start
15
+ ESM Build start
16
+ DTS Build start
17
+ ESM dist/index.mjs 498.69 KB
18
+ ESM dist/start.mjs 498.45 KB
19
+ ESM dist/components/frontend/index.mjs 602.17 KB
20
+ ESM ⚡️ Build success in 477ms
21
+ CJS dist/index.js 500.63 KB
22
+ CJS dist/components/frontend/index.js 615.16 KB
23
+ CJS dist/start.js 500.33 KB
24
+ CJS ⚡️ Build success in 483ms
25
+ DTS ⚡️ Build success in 5507ms
26
+ DTS dist/start.d.ts 13.00 B
27
+ DTS dist/components/frontend/index.d.ts 649.00 B
28
+ DTS dist/index.d.ts 2.18 KB
29
+ DTS dist/start.d.mts 13.00 B
30
+ DTS dist/components/frontend/index.d.mts 649.00 B
31
+ DTS dist/index.d.mts 2.18 KB
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
+ ≈ tailwindcss v4.2.2
55
+
56
+ Done in 77ms
57
+ Checking export maps...
58
+  PASS  package.json
@@ -0,0 +1,4 @@
1
+
2
+ > @arcanewizards/timecode-toolbox@0.1.0 lint /home/runner/work/open-source/open-source/apps/timecode-toolbox
3
+ > eslint . --max-warnings 0
4
+
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 };