@domql/report 2.0.8 → 2.3.23

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -8,7 +8,7 @@ export const ERRORS_REGISTRY = {
8
8
  },
9
9
  OverwriteToBuiltin: {
10
10
  title: 'Overwriting to builtin method',
11
- description: 'Overwriting a builtin method in the global define is not possible, please choose different name'
11
+ description: 'Overwriting a builtin method in the window define is not possible, please choose different name'
12
12
  },
13
13
  BrowserNotDefined: {
14
14
  title: 'Can\'t recognize environment',
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@domql/report",
3
- "version": "2.0.8",
3
+ "version": "2.3.23",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "b60c46e45c462d00976902d6cdbea6fd5504542b",
6
+ "gitHead": "3757666fe613ef00cbdf7d020da4b27c8bf3fb54",
7
7
  "source": "index.js"
8
8
  }