heading-case 0.1.3 → 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.
Files changed (2) hide show
  1. package/dist/index.js +10 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2913,18 +2913,26 @@ const dict = [
2913
2913
  ...Object.values(products_namespaceObject),
2914
2914
  ...Object.values(softwares_namespaceObject),
2915
2915
  'Angular',
2916
+ 'App Router',
2916
2917
  'Create React App',
2917
2918
  'Cloudflare Pages',
2918
2919
  'CSS Modules',
2920
+ 'Docusaurus',
2919
2921
  'Docusaurus Faster',
2920
2922
  'EJS',
2921
2923
  'Emotion',
2922
2924
  'Fast Refresh',
2925
+ 'GitHub Actions',
2923
2926
  'GitHub Pages',
2924
2927
  'I',
2925
2928
  'Lightning CSS',
2929
+ 'Lynx',
2926
2930
  'Module Federation',
2931
+ 'Nextra',
2932
+ 'Netlify',
2933
+ 'Kinsta',
2927
2934
  'Relay',
2935
+ 'Page Router',
2928
2936
  'Parcel',
2929
2937
  'Preact',
2930
2938
  'Preact Refresh',
@@ -2949,7 +2957,8 @@ const dict = [
2949
2957
  'Vite',
2950
2958
  'Vue',
2951
2959
  'Web Workers',
2952
- 'Xcode'
2960
+ 'Xcode',
2961
+ 'Zeabur'
2953
2962
  ];
2954
2963
  async function globMarkdownFiles(cwd) {
2955
2964
  return glob([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heading-case",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "repository": "https://github.com/rspack-contrib/heading-case",
5
5
  "license": "MIT",
6
6
  "type": "module",