@slidejs/runner 0.1.4 → 0.1.5

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.4 build /Volumes/ORICO/ws/prj/slidejs/slidejs/packages/@slidejs/runner
2
+ > @slidejs/runner@0.1.5 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 3246ms.
16
+ [vite:dts] Declaration files built in 6128ms.
17
17
 
18
18
  dist/index.cjs 3.85 kB │ gzip: 1.32 kB │ map: 14.47 kB
19
- ✓ built in 3.41s
19
+ ✓ built in 6.26s
@@ -1,14 +1,14 @@
1
1
 
2
- > @slidejs/runner@0.1.4 test /Volumes/ORICO/ws/prj/slidejs/slidejs/packages/@slidejs/runner
2
+ > @slidejs/runner@0.1.5 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) 193ms
8
+ ✓ src/__tests__/runner.test.ts (28 tests) 119ms
9
9
 
10
10
  Test Files 1 passed (1)
11
11
  Tests 28 passed (28)
12
- Start at 19:34:55
13
- Duration 2.57s (transform 283ms, setup 0ms, collect 335ms, tests 193ms, environment 1.21s, prepare 211ms)
12
+ Start at 19:51:58
13
+ Duration 2.44s (transform 366ms, setup 0ms, collect 512ms, tests 119ms, environment 746ms, prepare 208ms)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @slidejs/runner@0.1.4 typecheck /Volumes/ORICO/ws/prj/slidejs/slidejs/packages/@slidejs/runner
2
+ > @slidejs/runner@0.1.5 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.4",
3
+ "version": "0.1.5",
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/context": "0.1.4",
17
- "@slidejs/core": "0.1.4"
16
+ "@slidejs/context": "0.1.5",
17
+ "@slidejs/core": "0.1.5"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/node": "^20.10.0",