@sigil-engine/core 1.1.0 → 1.2.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 CHANGED
@@ -33,5 +33,5 @@
33
33
  "mtime": 1773889632385.2634
34
34
  }
35
35
  },
36
- "last_full_extract": "2026-03-19T21:20:07.916Z"
36
+ "last_full_extract": "2026-03-20T02:15:11.330Z"
37
37
  }
@@ -1,4 +1,4 @@
1
1
 
2
- > @sigil-engine/core@1.0.0 build /Users/riomyers/sigil/packages/core
2
+ > @sigil-engine/core@1.1.0 build /Users/riomyers/sigil/packages/core
3
3
  > tsc
4
4
 
@@ -1,18 +1,18 @@
1
1
 
2
- > @sigil-engine/core@1.0.0 test /Users/riomyers/sigil/packages/core
2
+ > @sigil-engine/core@1.1.0 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
+ ✓ tests/schema.test.ts (7 tests) 9ms
9
9
  ✓ tests/plugin.test.ts (7 tests) 3ms
10
- ✓ tests/schema.test.ts (7 tests) 4ms
11
- ✓ tests/diff.test.ts (11 tests) 7ms
10
+ ✓ tests/cache.test.ts (3 tests) 4ms
11
+ ✓ tests/diff.test.ts (11 tests) 8ms
12
12
  ✓ tests/serialize.test.ts (5 tests) 23ms
13
13
 
14
14
  Test Files 5 passed (5)
15
15
  Tests 33 passed (33)
16
- Start at 16:20:11
17
- Duration 416ms (transform 189ms, setup 0ms, collect 327ms, tests 40ms, environment 1ms, prepare 387ms)
16
+ Start at 16:30:34
17
+ Duration 497ms (transform 212ms, setup 0ms, collect 369ms, tests 46ms, environment 1ms, prepare 530ms)
18
18
 
package/context.yaml CHANGED
@@ -1,13 +1,13 @@
1
1
  # context.yaml — generated by sigil extract
2
- # 2026-03-19T21:20:07.889Z
2
+ # 2026-03-20T02:15:11.303Z
3
3
 
4
4
  version: "1.0"
5
5
  project: "core"
6
6
  _extraction:
7
- extracted_at: "2026-03-19T21:20:07.889Z"
7
+ extracted_at: "2026-03-20T02:15:11.303Z"
8
8
  sigil_version: "0.1.0"
9
- source_commit: "942e4c0"
10
- extraction_ms: 480
9
+ source_commit: "bcfa177"
10
+ extraction_ms: 520
11
11
  plugins_used:
12
12
  - "typescript@0.1.0"
13
13
  stack:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sigil-engine/core",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Language-agnostic schema, plugin system, and diff engine for structured codebase context",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",