@augment-vir/core 31.0.0 → 31.0.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.
@@ -5,14 +5,7 @@
5
5
  * @category Package : @augment-vir/common
6
6
  * @package [`@augment-vir/common`](https://www.npmjs.com/package/@augment-vir/common)
7
7
  */
8
- export const punctuationLetters = [
9
- '.',
10
- ':',
11
- ';',
12
- ',',
13
- '?',
14
- '!',
15
- ];
8
+ export const punctuationLetters = ['.', ':', ';', ',', '?', '!'];
16
9
  /**
17
10
  * A RegExp matching all letters that are considered punctuation.
18
11
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@augment-vir/core",
3
- "version": "31.0.0",
3
+ "version": "31.0.1",
4
4
  "description": "Core augment-vir augments. Use @augment-vir/common instead.",
5
5
  "homepage": "https://github.com/electrovir/augment-vir",
6
6
  "bugs": {