@arcjet/analyze 1.0.0-beta.11 → 1.0.0-beta.12

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 +5 -0
  2. package/package.json +5 -5
package/index.js CHANGED
@@ -38,6 +38,11 @@ function createCoreImports(detect) {
38
38
  return "unknown";
39
39
  },
40
40
  },
41
+ "arcjet:js-req/filter-overrides": {
42
+ ipLookup() {
43
+ return undefined;
44
+ },
45
+ },
41
46
  // TODO(@wooorm-arcjet): figure out a test case for this with the default `detect`.
42
47
  "arcjet:js-req/sensitive-information-identifier": {
43
48
  detect,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcjet/analyze",
3
- "version": "1.0.0-beta.11",
3
+ "version": "1.0.0-beta.12",
4
4
  "description": "Arcjet local analysis engine",
5
5
  "keywords": [
6
6
  "analyze",
@@ -45,12 +45,12 @@
45
45
  "test": "npm run build && npm run lint && npm run test-coverage"
46
46
  },
47
47
  "dependencies": {
48
- "@arcjet/analyze-wasm": "1.0.0-beta.11",
49
- "@arcjet/protocol": "1.0.0-beta.11"
48
+ "@arcjet/analyze-wasm": "1.0.0-beta.12",
49
+ "@arcjet/protocol": "1.0.0-beta.12"
50
50
  },
51
51
  "devDependencies": {
52
- "@arcjet/eslint-config": "1.0.0-beta.11",
53
- "@arcjet/rollup-config": "1.0.0-beta.11",
52
+ "@arcjet/eslint-config": "1.0.0-beta.12",
53
+ "@arcjet/rollup-config": "1.0.0-beta.12",
54
54
  "@bytecodealliance/jco": "1.5.0",
55
55
  "@rollup/wasm-node": "4.50.0",
56
56
  "@types/node": "24.3.0",