@asamuzakjp/dom-selector 1.2.2 → 1.2.4

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.
package/package.json CHANGED
@@ -33,11 +33,11 @@
33
33
  "c8": "^8.0.1",
34
34
  "chai": "^5.0.0",
35
35
  "commander": "^11.1.0",
36
- "esbuild": "^0.19.10",
36
+ "esbuild": "^0.19.11",
37
37
  "eslint": "^8.56.0",
38
38
  "eslint-config-standard": "^17.1.0",
39
39
  "eslint-plugin-import": "^2.29.1",
40
- "eslint-plugin-jsdoc": "^46.9.1",
40
+ "eslint-plugin-jsdoc": "^47.0.2",
41
41
  "eslint-plugin-regexp": "^2.1.2",
42
42
  "eslint-plugin-unicorn": "^50.0.1",
43
43
  "happy-dom": "^12.10.3",
@@ -58,5 +58,5 @@
58
58
  "tsc": "npx tsc",
59
59
  "update-wpt": "git submodule update --init --recursive --remote"
60
60
  },
61
- "version": "1.2.2"
61
+ "version": "1.2.4"
62
62
  }
@@ -46,6 +46,8 @@ export const DOCUMENT_POSITION_CONTAINS = 8;
46
46
  export const DOCUMENT_POSITION_CONTAINED_BY = 0x10;
47
47
 
48
48
  /* NodeFilter */
49
+ export const SHOW_DOCUMENT = 0x100;
50
+ export const SHOW_DOCUMENT_FRAGMENT = 0x400;
49
51
  export const SHOW_ELEMENT = 1;
50
52
 
51
53
  /* regexp */