ddan-js 2.10.6 → 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.
@@ -182,7 +182,7 @@ declare const dHook: {
182
182
  fromUint32: (uint32: Uint32Array) => string;
183
183
  flatten: <T_7>(data: T_7[], recursive?: boolean, list?: T_7[]) => T_7[];
184
184
  shExpMatch: (text: string, pattern: string) => boolean;
185
- matchPattern: (content: string, pattern: string | string[]) => boolean;
185
+ shExpMatchs: (text: string, pattern: string | string[]) => boolean;
186
186
  copy: (source: any, options?: {
187
187
  fields?: string[] | undefined;
188
188
  camel?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ddan-js",
3
- "version": "2.10.6",
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": [