heading-case 0.1.5 → 0.1.6

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 +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2939,6 +2939,7 @@ const dict = [
2939
2939
  'React',
2940
2940
  'React Compiler',
2941
2941
  'React Router',
2942
+ 'React Scan',
2942
2943
  'React Server Components',
2943
2944
  'Rollup',
2944
2945
  'Rsbuild',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heading-case",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "repository": "https://github.com/rspack-contrib/heading-case",
5
5
  "license": "MIT",
6
6
  "type": "module",