volar-service-prettyhtml 0.0.64 → 0.0.66

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/index.d.ts +1 -1
  2. package/package.json +3 -2
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as prettyhtml from '@starptech/prettyhtml';
2
- import type { DocumentSelector, FormattingOptions, ProviderResult, LanguageServiceContext, LanguageServicePlugin, TextDocument } from '@volar/language-service';
2
+ import type { DocumentSelector, FormattingOptions, LanguageServiceContext, LanguageServicePlugin, ProviderResult, TextDocument } from '@volar/language-service';
3
3
  export type PrettyhtmlFormattingOptions = Parameters<typeof prettyhtml>[1];
4
4
  export declare function create({ documentSelector, isFormattingEnabled, getFormattingOptions, }?: {
5
5
  documentSelector?: DocumentSelector;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "volar-service-prettyhtml",
3
- "version": "0.0.64",
3
+ "version": "0.0.66",
4
4
  "description": "Integrate prettyhtml into Volar",
5
5
  "homepage": "https://github.com/volarjs/services/tree/master/packages/prettyhtml",
6
6
  "bugs": "https://github.com/volarjs/services/issues",
@@ -33,5 +33,6 @@
33
33
  "@volar/language-service": {
34
34
  "optional": true
35
35
  }
36
- }
36
+ },
37
+ "gitHead": "7113cd822bff8839f54ec8dfb3cb9c0486716230"
37
38
  }