cspell-config-spellbookx 0.7.1 → 0.7.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,11 +1,7 @@
1
1
 
2
- > cspell-config-spellbookx@0.7.1 build /home/runner/work/spellbookx/spellbookx/packages/cspell-config-spellbookx
3
- > rolldown -c
2
+ > cspell-config-spellbookx@0.7.2 build /home/runner/work/spellbookx/spellbookx/packages/cspell-config-spellbookx
3
+ > rolldown -c && tsc
4
4
 
5
5
  [log] <DIR>/index.js chunk │ size: 2.91 kB
6
6
  [log]
7
- [success] rolldown v1.0.0-rc.1 Finished in 8.88 ms
8
-
9
- > cspell-config-spellbookx@0.7.1 postbuild /home/runner/work/spellbookx/spellbookx/packages/cspell-config-spellbookx
10
- > tsc
11
-
7
+ [success] rolldown v1.0.0-rc.1 Finished in 63.96 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cspell-config-spellbookx",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "private": false,
5
5
  "description": "Shared cspell (spell checker) configuration for Spellbookx",
6
6
  "keywords": [
@@ -40,13 +40,12 @@
40
40
  "@types/node": "^25.0.10",
41
41
  "rolldown": "1.0.0-rc.1",
42
42
  "typescript": "5.9.2",
43
- "@spellbookx/typescript-config": "0.7.1"
43
+ "@spellbookx/typescript-config": "0.7.2"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
48
  "scripts": {
49
- "build": "rolldown -c",
50
- "postbuild": "tsc"
49
+ "build": "rolldown -c && tsc"
51
50
  }
52
51
  }