ddan-js 2.10.5 → 2.10.7

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.
@@ -181,6 +181,8 @@ declare const dHook: {
181
181
  toUint32: (str: string) => Uint32Array;
182
182
  fromUint32: (uint32: Uint32Array) => string;
183
183
  flatten: <T_7>(data: T_7[], recursive?: boolean, list?: T_7[]) => T_7[];
184
+ shExpMatch: (text: string, pattern: string) => boolean;
185
+ shExpMatchs: (text: string, pattern: string | string[]) => boolean;
184
186
  copy: (source: any, options?: {
185
187
  fields?: string[] | undefined;
186
188
  camel?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ddan-js",
3
- "version": "2.10.5",
3
+ "version": "2.10.7",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "ddan-js",
@@ -91,9 +91,9 @@
91
91
  "coverageThreshold": {
92
92
  "global": {
93
93
  "branches": 90,
94
- "functions": 95,
94
+ "functions": 90,
95
95
  "lines": 95,
96
- "statements": 95
96
+ "statements": 90
97
97
  }
98
98
  },
99
99
  "collectCoverageFrom": [