@sigil-engine/core 0.9.1 → 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.
- package/.sigil-cache.json +37 -0
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +7 -7
- package/.turbo/turbo-typecheck.log +1 -1
- package/context.yaml +1788 -0
- package/package.json +1 -1
|
@@ -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
|
+
}
|
package/.turbo/turbo-build.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
|
|
2
|
-
> @sigil-engine/core@0.9.
|
|
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/
|
|
9
|
-
✓ tests/
|
|
10
|
-
✓ tests/
|
|
8
|
+
✓ tests/cache.test.ts (3 tests) 3ms
|
|
9
|
+
✓ tests/schema.test.ts (7 tests) 5ms
|
|
10
|
+
✓ tests/plugin.test.ts (7 tests) 4ms
|
|
11
11
|
✓ tests/diff.test.ts (11 tests) 6ms
|
|
12
|
-
✓ tests/serialize.test.ts (5 tests)
|
|
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:
|
|
17
|
-
Duration
|
|
16
|
+
Start at 15:43:46
|
|
17
|
+
Duration 436ms (transform 127ms, setup 0ms, collect 259ms, tests 45ms, environment 0ms, prepare 292ms)
|
|
18
18
|
|