@slidejs/runner 0.1.3 → 0.1.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @slidejs/runner@0.1.3 build /Volumes/ORICO/ws/prj/slidejs/slidejs/packages/@slidejs/runner
2
+ > @slidejs/runner@0.1.4 build /Volumes/ORICO/ws/prj/slidejs/slidejs/packages/@slidejs/runner
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
@@ -13,7 +13,7 @@ dist/index.mjs 6.90 kB │ gzip: 2.32 kB │ map: 15.30 kB
13
13
  [vite:dts] Start rollup declaration files...
14
14
  Analysis will use the bundled TypeScript version 5.8.2
15
15
  *** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
16
- [vite:dts] Declaration files built in 3490ms.
16
+ [vite:dts] Declaration files built in 3246ms.
17
17
 
18
18
  dist/index.cjs 3.85 kB │ gzip: 1.32 kB │ map: 14.47 kB
19
- ✓ built in 3.94s
19
+ ✓ built in 3.41s
@@ -1,14 +1,14 @@
1
1
 
2
- > @slidejs/runner@0.1.3 test /Volumes/ORICO/ws/prj/slidejs/slidejs/packages/@slidejs/runner
2
+ > @slidejs/runner@0.1.4 test /Volumes/ORICO/ws/prj/slidejs/slidejs/packages/@slidejs/runner
3
3
  > vitest run
4
4
 
5
5
 
6
6
  RUN v1.6.1 /Volumes/ORICO/ws/prj/slidejs/slidejs/packages/@slidejs/runner
7
7
 
8
- ✓ src/__tests__/runner.test.ts (28 tests) 137ms
8
+ ✓ src/__tests__/runner.test.ts (28 tests) 193ms
9
9
 
10
10
  Test Files 1 passed (1)
11
11
  Tests 28 passed (28)
12
- Start at 17:49:57
13
- Duration 3.05s (transform 314ms, setup 0ms, collect 388ms, tests 137ms, environment 1.53s, prepare 253ms)
12
+ Start at 19:34:55
13
+ Duration 2.57s (transform 283ms, setup 0ms, collect 335ms, tests 193ms, environment 1.21s, prepare 211ms)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @slidejs/runner@0.1.3 typecheck /Volumes/ORICO/ws/prj/slidejs/slidejs/packages/@slidejs/runner
2
+ > @slidejs/runner@0.1.4 typecheck /Volumes/ORICO/ws/prj/slidejs/slidejs/packages/@slidejs/runner
3
3
  > tsc --noEmit
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidejs/runner",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -13,8 +13,8 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@slidejs/core": "0.1.3",
17
- "@slidejs/context": "0.1.3"
16
+ "@slidejs/context": "0.1.4",
17
+ "@slidejs/core": "0.1.4"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/node": "^20.10.0",