@arcjet/analyze-wasm 1.0.0-beta.12 → 1.0.0-beta.14

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 +3 -0
  2. package/package.json +8 -8
package/index.js CHANGED
@@ -3,6 +3,9 @@ import { wasm } from './_virtual/arcjet_analyze_js_req.component.core.js';
3
3
  import { wasm as wasm$1 } from './_virtual/arcjet_analyze_js_req.component.core2.js';
4
4
  import { wasm as wasm$2 } from './_virtual/arcjet_analyze_js_req.component.core3.js';
5
5
 
6
+ // Support `?js` and such:
7
+ //
8
+ /// <reference types="./wasm.js" />
6
9
  const componentCoreWasmPromise = wasm();
7
10
  const componentCore2WasmPromise = wasm$1();
8
11
  const componentCore3WasmPromise = wasm$2();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcjet/analyze-wasm",
3
- "version": "1.0.0-beta.12",
3
+ "version": "1.0.0-beta.14",
4
4
  "description": "WebAssembly bindings to Arcjet's local analysis engine",
5
5
  "keywords": [
6
6
  "analyze",
@@ -28,7 +28,7 @@
28
28
  "url": "https://arcjet.com"
29
29
  },
30
30
  "engines": {
31
- "node": ">=18"
31
+ "node": ">=20"
32
32
  },
33
33
  "type": "module",
34
34
  "main": "./index.js",
@@ -62,13 +62,13 @@
62
62
  },
63
63
  "dependencies": {},
64
64
  "devDependencies": {
65
- "@arcjet/eslint-config": "1.0.0-beta.12",
66
- "@arcjet/rollup-config": "1.0.0-beta.12",
65
+ "@arcjet/eslint-config": "1.0.0-beta.14",
66
+ "@arcjet/rollup-config": "1.0.0-beta.14",
67
67
  "@bytecodealliance/jco": "1.5.0",
68
- "@rollup/wasm-node": "4.50.0",
69
- "@types/node": "24.3.0",
70
- "eslint": "9.34.0",
71
- "typescript": "5.9.2"
68
+ "@rollup/wasm-node": "4.52.5",
69
+ "@types/node": "24.9.1",
70
+ "eslint": "9.38.0",
71
+ "typescript": "5.9.3"
72
72
  },
73
73
  "publishConfig": {
74
74
  "access": "public",