@flex-development/docmark-util-symbol 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,15 +1,13 @@
1
1
  # docmark-util-symbol
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-symbol%40*)](https://github.com/flex-development/docmark/releases/latest)
4
4
  [![npm](https://img.shields.io/npm/v/@flex-development/docmark-util-symbol.svg)](https://npmjs.com/package/@flex-development/docmark-util-symbol)
5
5
  [![npm downloads](https://img.shields.io/npm/dm/@flex-development/docmark-util-symbol.svg)](https://www.npmcharts.com/compare/@flex-development/docmark-util-symbol?interval=30)
6
- [![install size](https://packagephobia.now.sh/badge?p=@flex-development/docmark-util-symbol)](https://packagephobia.now.sh/result?p=@flex-development/docmark-util-symbol)
7
6
  [![minified bundle size](https://badgen.net/bundlephobia/min/@flex-development/docmark-util-symbol?cache)](https://bundlephobia.com/package/@flex-development/docmark-util-symbol)
7
+ [![install size](https://packagephobia.now.sh/badge?p=@flex-development/docmark-util-symbol)](https://packagephobia.now.sh/result?p=@flex-development/docmark-util-symbol)
8
8
  [![tree shaking suppport](https://badgen.net/bundlephobia/tree-shaking/@flex-development/docmark-util-symbol)](https://bundlephobia.com/package/@flex-development/docmark-util-symbol)
9
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-util-symbol.svg)](LICENSE.md)
11
- [![typescript](https://img.shields.io/badge/-typescript-3178c6?logo=typescript\&logoColor=ffffff)](https://typescriptlang.org)
12
- [![yarn](https://img.shields.io/badge/-yarn-2c8ebb?style=flat\&logo=yarn\&logoColor=ffffff)](https://yarnpkg.com)
10
+ [![license](https://img.shields.io/github/license/flex-development/docmark)](LICENSE.md)
13
11
 
14
12
  [docmark][] utility with symbols.
15
13
 
package/dist/index.d.mts CHANGED
@@ -450,6 +450,7 @@ declare const ev: {
450
450
  declare const kind: {
451
451
  readonly block: "block";
452
452
  readonly docblock: "docblock";
453
+ readonly hash: "hash";
453
454
  readonly line: "line";
454
455
  };
455
456
 
package/dist/index.mjs CHANGED
@@ -375,6 +375,7 @@ const ev = {
375
375
  const kind = {
376
376
  block: 'block',
377
377
  docblock: 'docblock',
378
+ hash: 'hash',
378
379
  line: 'line'
379
380
  };
380
381
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@flex-development/docmark-util-symbol",
3
3
  "description": "",
4
- "version": "1.0.0-dev.7",
4
+ "version": "1.1.0-alpha.1",
5
5
  "keywords": [
6
6
  "docmark",
7
7
  "symbol",
@@ -32,7 +32,7 @@
32
32
  "parseable": true,
33
33
  "prefer-dedupe": true,
34
34
  "provenance": true,
35
- "tag-version-prefix": "docmark-util-symbol"
35
+ "tag-version-prefix": "docmark-util-symbol@"
36
36
  },
37
37
  "type": "module",
38
38
  "files": [
@@ -53,5 +53,5 @@
53
53
  "micromark-util-symbol": "2.0.1"
54
54
  },
55
55
  "sideEffects": false,
56
- "build": "361acdac0f92f55cc62e13ed3b1867abcb7e3701"
56
+ "build": "b74996efd18f48ff83cd77cc4db2178c1dc382d7"
57
57
  }