@fragno-dev/create 0.0.3 → 0.0.4

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.
@@ -9,4 +9,4 @@ $ tsdown
9
9
  ℹ dist/index.d.ts.map  0.58 kB │ gzip: 0.31 kB
10
10
  ℹ dist/index.d.ts  1.25 kB │ gzip: 0.46 kB
11
11
  ℹ 4 files, total: 17.08 kB
12
- ✔ Build complete in 11407ms
12
+ ✔ Build complete in 2604ms
@@ -3,24 +3,24 @@ $ vitest run
3
3
   RUN  v3.2.4 /home/runner/work/fragno/fragno/packages/create
4
4
  Coverage enabled with istanbul
5
5
 
6
- ✓ src/utils.test.ts (1 test) 22ms
6
+ ✓ src/utils.test.ts (1 test) 4ms
7
7
  stdout | src/integration.test.ts > fragment with rspack
8
- temp /tmp/fragment-test-tsdown-1760971350638
8
+ temp /tmp/fragment-test-tsdown-1760972394592
9
9
 
10
10
  stdout | src/integration.test.ts > fragment with tsdown > package.json correctly templated
11
- temp /tmp/fragment-test-esbuild-1760971350646
11
+ temp /tmp/fragment-test-esbuild-1760972394596
12
12
 
13
13
  stdout | src/integration.test.ts > fragment with esbuild > package.json correctly templated
14
- temp /tmp/fragment-test-vite-1760971350646
14
+ temp /tmp/fragment-test-vite-1760972394596
15
15
 
16
16
  stdout | src/integration.test.ts > fragment with vite > package.json correctly templated
17
- temp /tmp/fragment-test-rollup-1760971350655
17
+ temp /tmp/fragment-test-rollup-1760972394596
18
18
 
19
19
  stdout | src/integration.test.ts > fragment with rollup > package.json correctly templated
20
- temp /tmp/fragment-test-webpack-1760971350655
20
+ temp /tmp/fragment-test-webpack-1760972394597
21
21
 
22
22
  stdout | src/integration.test.ts > fragment with webpack > package.json correctly templated
23
- temp /tmp/fragment-test-rspack-1760971350655
23
+ temp /tmp/fragment-test-rspack-1760972394597
24
24
 
25
25
  stdout | src/integration.test.ts > fragment with webpack > compiles
26
26
  
@@ -31,7 +31,7 @@ $ vitest run
31
31
  stdout | src/integration.test.ts > fragment with rollup
32
32
  
33
33
 
34
- stdout | src/integration.test.ts > fragment with esbuild > builds
34
+ stdout | src/integration.test.ts
35
35
  
36
36
 
37
37
  stdout | src/integration.test.ts
@@ -40,27 +40,27 @@ $ vitest run
40
40
  stdout | src/integration.test.ts > fragment with webpack > builds
41
41
  
42
42
 
43
- ✓ src/integration.test.ts (30 tests | 1 skipped) 44063ms
44
- ✓ fragment with tsdown > installs  4713ms
45
- ✓ fragment with tsdown > compiles  10564ms
46
- ✓ fragment with tsdown > builds  22349ms
47
- ✓ fragment with esbuild > installs  4662ms
48
- ✓ fragment with esbuild > compiles  10549ms
49
- ✓ fragment with esbuild > builds  4265ms
50
- ✓ fragment with vite > installs  4586ms
51
- ✓ fragment with vite > compiles  10195ms
52
- ✓ fragment with vite > builds  15462ms
53
- ✓ fragment with rollup > installs  4570ms
54
- ✓ fragment with rollup > compiles  9853ms
55
- ✓ fragment with webpack > installs  4686ms
56
- ✓ fragment with webpack > compiles  10725ms
57
- ✓ fragment with webpack > builds  23445ms
58
- ✓ fragment with rspack > installs  5032ms
59
- ✓ fragment with rspack > compiles  11494ms
60
- ✓ fragment with rspack > builds  9897ms
43
+ ✓ src/integration.test.ts (30 tests | 1 skipped) 24967ms
44
+ ✓ fragment with tsdown > installs  2596ms
45
+ ✓ fragment with tsdown > compiles  7152ms
46
+ ✓ fragment with tsdown > builds  9413ms
47
+ ✓ fragment with esbuild > installs  2515ms
48
+ ✓ fragment with esbuild > compiles  6488ms
49
+ ✓ fragment with esbuild > builds  1739ms
50
+ ✓ fragment with vite > installs  2517ms
51
+ ✓ fragment with vite > compiles  6562ms
52
+ ✓ fragment with vite > builds  6624ms
53
+ ✓ fragment with rollup > installs  2570ms
54
+ ✓ fragment with rollup > compiles  6173ms
55
+ ✓ fragment with webpack > installs  2607ms
56
+ ✓ fragment with webpack > compiles  6274ms
57
+ ✓ fragment with webpack > builds  13005ms
58
+ ✓ fragment with rspack > installs  3026ms
59
+ ✓ fragment with rspack > compiles  5303ms
60
+ ✓ fragment with rspack > builds  3715ms
61
61
 
62
62
   Test Files  2 passed (2)
63
63
   Tests  30 passed | 1 skipped (31)
64
-  Start at  14:42:27
65
-  Duration  46.59s (transform 1.38s, setup 0ms, collect 2.20s, tests 44.09s, environment 1ms, prepare 804ms)
64
+  Start at  14:59:53
65
+  Duration  25.62s (transform 325ms, setup 0ms, collect 498ms, tests 24.97s, environment 0ms, prepare 179ms)
66
66
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @fragno-dev/create
2
2
 
3
+ ## 0.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 495c344: Add SolidJS to fragment template
8
+
3
9
  ## 0.0.3
4
10
 
5
11
  ### Patch Changes