@ptolemy2002/rgx 13.0.0 → 13.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.
@@ -110,7 +110,6 @@ export declare const RGX_PREDEFINED_CONSTANTS: {
110
110
  readonly toRgx: () => RegExp;
111
111
  };
112
112
  readonly "non-newline-whitespace-block": {
113
- readonly rgxIsGroup: true;
114
113
  readonly rgxGroupWrap: false;
115
114
  readonly toRgx: () => RegExp;
116
115
  };
package/dist/constants.js CHANGED
@@ -131,7 +131,6 @@ exports.RGX_PREDEFINED_CONSTANTS = {
131
131
  toRgx() { return /[^\n\S]/; }
132
132
  },
133
133
  "non-newline-whitespace-block": {
134
- rgxIsGroup: true,
135
134
  rgxGroupWrap: false,
136
135
  toRgx() { return /[^\n\S]+/; }
137
136
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ptolemy2002/rgx",
3
- "version": "13.0.0",
3
+ "version": "13.0.1",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",