@sigil-engine/core 0.9.1 → 0.9.2

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,4 +1,4 @@
1
1
 
2
- > @sigil-engine/core@0.9.0 build /Users/riomyers/sigil/packages/core
2
+ > @sigil-engine/core@0.9.1 build /Users/riomyers/sigil/packages/core
3
3
  > tsc
4
4
 
@@ -1,18 +1,18 @@
1
1
 
2
- > @sigil-engine/core@0.9.0 test /Users/riomyers/sigil/packages/core
2
+ > @sigil-engine/core@0.9.1 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/schema.test.ts (7 tests) 4ms
9
- ✓ tests/plugin.test.ts (7 tests) 5ms
10
- ✓ tests/cache.test.ts (3 tests) 2ms
11
- ✓ tests/diff.test.ts (11 tests) 6ms
12
- ✓ tests/serialize.test.ts (5 tests) 44ms
8
+ ✓ tests/schema.test.ts (7 tests) 5ms
9
+ ✓ 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
13
13
 
14
14
  Test Files 5 passed (5)
15
15
  Tests 33 passed (33)
16
- Start at 15:23:43
17
- Duration 769ms (transform 1.03s, setup 0ms, collect 1.24s, tests 62ms, environment 1ms, prepare 416ms)
16
+ Start at 15:29:16
17
+ Duration 1000ms (transform 291ms, setup 0ms, collect 612ms, tests 76ms, environment 1ms, prepare 863ms)
18
18
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @sigil-engine/core@0.8.1 typecheck /Users/riomyers/sigil/packages/core
2
+ > @sigil-engine/core@0.9.1 typecheck /Users/riomyers/sigil/packages/core
3
3
  > tsc --noEmit
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sigil-engine/core",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
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",