@flex-development/docmark-util-types 1.0.0-dev.7 → 1.1.0-alpha.1

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.
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # docmark-util-types
2
2
 
3
- [![github release](https://img.shields.io/github/v/release/flex-development/docmark.svg?include_prereleases\&sort=semver)](https://github.com/flex-development/docmark-/releases/latest)
3
+ [![github release](https://img.shields.io/github/v/release/flex-development/docmark.svg?include_prereleases\&sort=date\&filter=docmark-util-types%40*)](https://github.com/flex-development/docmark/releases/latest)
4
4
  [![npm](https://img.shields.io/npm/v/@flex-development/docmark-util-types.svg)](https://npmjs.com/package/@flex-development/docmark-util-types)
5
5
  [![npm downloads](https://img.shields.io/npm/dm/@flex-development/docmark-util-types.svg)](https://www.npmcharts.com/compare/@flex-development/docmark-util-types?interval=30)
6
- [![install size](https://packagephobia.now.sh/badge?p=@flex-development/docmark-util-types)](https://packagephobia.now.sh/result?p=@flex-development/docmark-util-types)
7
6
  [![minified bundle size](https://badgen.net/bundlephobia/min/@flex-development/docmark-util-types?cache)](https://bundlephobia.com/package/@flex-development/docmark-util-types)
8
- [![license](https://img.shields.io/github/license/flex-development/docmark-util-types.svg)](LICENSE.md)
9
- [![typescript](https://img.shields.io/badge/-typescript-3178c6?logo=typescript\&logoColor=ffffff)](https://typescriptlang.org)
10
- [![yarn](https://img.shields.io/badge/-yarn-2c8ebb?style=flat\&logo=yarn\&logoColor=ffffff)](https://yarnpkg.com)
7
+ [![install size](https://packagephobia.now.sh/badge?p=@flex-development/docmark-util-types)](https://packagephobia.now.sh/result?p=@flex-development/docmark-util-types)
8
+ [![tree shaking suppport](https://badgen.net/bundlephobia/tree-shaking/@flex-development/docmark-util-types)](https://bundlephobia.com/package/@flex-development/docmark-util-types)
9
+ [![module type: esm](https://img.shields.io/badge/module%20type-esm-brightgreen)](https://github.com/voxpelli/badges-cjs-esm)
10
+ [![license](https://img.shields.io/github/license/flex-development/docmark)](LICENSE.md)
11
11
 
12
12
  [docmark][] utility package with TypeScript types.
13
13
 
package/dist/index.d.mts CHANGED
@@ -139,6 +139,7 @@ type Column = number;
139
139
  interface CommentKindMap {
140
140
  block: 'block';
141
141
  docblock: 'docblock';
142
+ hash: 'hash';
142
143
  line: 'line';
143
144
  }
144
145
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@flex-development/docmark-util-types",
3
3
  "description": "docmark utility types",
4
- "version": "1.0.0-dev.7",
4
+ "version": "1.1.0-alpha.1",
5
5
  "keywords": [
6
6
  "docmark",
7
7
  "types",
@@ -32,7 +32,7 @@
32
32
  "parseable": true,
33
33
  "prefer-dedupe": true,
34
34
  "provenance": true,
35
- "tag-version-prefix": "docmark-util-types"
35
+ "tag-version-prefix": "docmark-util-types@"
36
36
  },
37
37
  "type": "module",
38
38
  "files": [
@@ -54,5 +54,5 @@
54
54
  "micromark-util-types": "2.0.2"
55
55
  },
56
56
  "sideEffects": false,
57
- "build": "361acdac0f92f55cc62e13ed3b1867abcb7e3701"
57
+ "build": "b74996efd18f48ff83cd77cc4db2178c1dc382d7"
58
58
  }