heading-case 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2737,7 +2737,9 @@ const dict = [
2737
2737
  'Vue',
2738
2738
  'Web Workers',
2739
2739
  'Xcode',
2740
- 'Zeabur'
2740
+ 'Zeabur',
2741
+ 'Zephyr',
2742
+ 'Zephyr Cloud'
2741
2743
  ];
2742
2744
  async function globMarkdownFiles(cwd) {
2743
2745
  return glob([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heading-case",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "repository": "https://github.com/rspack-contrib/heading-case",
5
5
  "license": "MIT",
6
6
  "type": "module",