@sigil-engine/core 0.9.2 → 1.0.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.
@@ -0,0 +1,37 @@
1
+ {
2
+ "files": {
3
+ "src/cache.ts": {
4
+ "hash": "85958b2cddde",
5
+ "mtime": 1773888004796.8967
6
+ },
7
+ "src/diff.ts": {
8
+ "hash": "94441ff42222",
9
+ "mtime": 1773887968210.664
10
+ },
11
+ "src/extract.ts": {
12
+ "hash": "27e13ae8c8f5",
13
+ "mtime": 1773887915726.4077
14
+ },
15
+ "src/index.ts": {
16
+ "hash": "9f60de3c4ec9",
17
+ "mtime": 1773889370135.2742
18
+ },
19
+ "src/plugin.ts": {
20
+ "hash": "c3fd1731e8ff",
21
+ "mtime": 1773887887413.7097
22
+ },
23
+ "src/safety.ts": {
24
+ "hash": "50ef114baea3",
25
+ "mtime": 1773889356616.2239
26
+ },
27
+ "src/schema.ts": {
28
+ "hash": "1b44a4f6da92",
29
+ "mtime": 1773887859337.1191
30
+ },
31
+ "src/serialize.ts": {
32
+ "hash": "16cf6a73f630",
33
+ "mtime": 1773889632385.2634
34
+ }
35
+ },
36
+ "last_full_extract": "2026-03-19T20:42:49.946Z"
37
+ }
@@ -1,4 +1,4 @@
1
1
 
2
- > @sigil-engine/core@0.9.1 build /Users/riomyers/sigil/packages/core
2
+ > @sigil-engine/core@0.9.2 build /Users/riomyers/sigil/packages/core
3
3
  > tsc
4
4
 
@@ -1,18 +1,18 @@
1
1
 
2
- > @sigil-engine/core@0.9.1 test /Users/riomyers/sigil/packages/core
2
+ > @sigil-engine/core@0.9.2 test /Users/riomyers/sigil/packages/core
3
3
  > vitest run
4
4
 
5
5
 
6
6
  RUN v3.2.4 /Users/riomyers/sigil/packages/core
7
7
 
8
+ ✓ tests/cache.test.ts (3 tests) 3ms
8
9
  ✓ tests/schema.test.ts (7 tests) 5ms
9
10
  ✓ tests/plugin.test.ts (7 tests) 4ms
10
- ✓ tests/diff.test.ts (11 tests) 7ms
11
- ✓ tests/cache.test.ts (3 tests) 3ms
12
- ✓ tests/serialize.test.ts (5 tests) 57ms
11
+ ✓ tests/diff.test.ts (11 tests) 6ms
12
+ ✓ tests/serialize.test.ts (5 tests) 27ms
13
13
 
14
14
  Test Files 5 passed (5)
15
15
  Tests 33 passed (33)
16
- Start at 15:29:16
17
- Duration 1000ms (transform 291ms, setup 0ms, collect 612ms, tests 76ms, environment 1ms, prepare 863ms)
16
+ Start at 15:43:46
17
+ Duration 436ms (transform 127ms, setup 0ms, collect 259ms, tests 45ms, environment 0ms, prepare 292ms)
18
18