Skip to content

Commit 7a865e7

Browse files
chore: Release 1.4.1
1 parent 6397074 commit 7a865e7

78 files changed

Lines changed: 1286 additions & 472 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
".": "1.4.0",
3-
"analyze": "1.4.0",
4-
"analyze-wasm": "1.4.0",
5-
"arcjet": "1.4.0",
6-
"arcjet-astro": "1.4.0",
7-
"arcjet-bun": "1.4.0",
8-
"arcjet-deno": "1.4.0",
9-
"arcjet-fastify": "1.4.0",
10-
"arcjet-guard": "1.4.0",
11-
"arcjet-nest": "1.4.0",
12-
"arcjet-next": "1.4.0",
13-
"arcjet-node": "1.4.0",
14-
"arcjet-nuxt": "1.4.0",
15-
"arcjet-react-router": "1.4.0",
16-
"arcjet-remix": "1.4.0",
17-
"arcjet-sveltekit": "1.4.0",
18-
"body": "1.4.0",
19-
"cache": "1.4.0",
20-
"decorate": "1.4.0",
21-
"duration": "1.4.0",
22-
"env": "1.4.0",
23-
"eslint-config": "1.4.0",
24-
"headers": "1.4.0",
25-
"inspect": "1.4.0",
26-
"ip": "1.4.0",
27-
"logger": "1.4.0",
28-
"nosecone": "1.4.0",
29-
"nosecone-next": "1.4.0",
30-
"nosecone-sveltekit": "1.4.0",
31-
"protocol": "1.4.0",
32-
"redact": "1.4.0",
33-
"redact-wasm": "1.4.0",
34-
"rollup-config": "1.4.0",
35-
"runtime": "1.4.0",
36-
"sprintf": "1.4.0",
37-
"stable-hash": "1.4.0",
38-
"transport": "1.4.0"
2+
".": "1.4.1",
3+
"analyze": "1.4.1",
4+
"analyze-wasm": "1.4.1",
5+
"arcjet": "1.4.1",
6+
"arcjet-astro": "1.4.1",
7+
"arcjet-bun": "1.4.1",
8+
"arcjet-deno": "1.4.1",
9+
"arcjet-fastify": "1.4.1",
10+
"arcjet-guard": "1.4.1",
11+
"arcjet-nest": "1.4.1",
12+
"arcjet-next": "1.4.1",
13+
"arcjet-node": "1.4.1",
14+
"arcjet-nuxt": "1.4.1",
15+
"arcjet-react-router": "1.4.1",
16+
"arcjet-remix": "1.4.1",
17+
"arcjet-sveltekit": "1.4.1",
18+
"body": "1.4.1",
19+
"cache": "1.4.1",
20+
"decorate": "1.4.1",
21+
"duration": "1.4.1",
22+
"env": "1.4.1",
23+
"eslint-config": "1.4.1",
24+
"headers": "1.4.1",
25+
"inspect": "1.4.1",
26+
"ip": "1.4.1",
27+
"logger": "1.4.1",
28+
"nosecone": "1.4.1",
29+
"nosecone-next": "1.4.1",
30+
"nosecone-sveltekit": "1.4.1",
31+
"protocol": "1.4.1",
32+
"redact": "1.4.1",
33+
"redact-wasm": "1.4.1",
34+
"rollup-config": "1.4.1",
35+
"runtime": "1.4.1",
36+
"sprintf": "1.4.1",
37+
"stable-hash": "1.4.1",
38+
"transport": "1.4.1"
3939
}

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# Changelog
22

3+
## [1.4.1](https://github.com/arcjet/arcjet-js/compare/v1.4.0...v1.4.1) (2026-05-15)
4+
5+
6+
### 🪲 Bug Fixes
7+
8+
* update @bufbuild/protobuf to 2.12.0 and add root override to fix Bun build ([#6014](https://github.com/arcjet/arcjet-js/issues/6014)) ([ba8f1a3](https://github.com/arcjet/arcjet-js/commit/ba8f1a3081a1dbbcd3fae2f315312e85cb7415ba))
9+
10+
11+
### 📝 Documentation
12+
13+
* refresh root, next, and guard READMEs for guards release ([#6017](https://github.com/arcjet/arcjet-js/issues/6017)) ([994232c](https://github.com/arcjet/arcjet-js/commit/994232c83346cd75b93fc01095e7c1e5796b49c1))
14+
15+
16+
### 🧹 Miscellaneous Chores
17+
18+
* configure release-please to use GitHub App Token ([#6019](https://github.com/arcjet/arcjet-js/issues/6019)) ([571b1b7](https://github.com/arcjet/arcjet-js/commit/571b1b759a7ec827ec245cb9a35e90690970ed2b))
19+
* remove redundant esbuild and flatted overrides ([#6020](https://github.com/arcjet/arcjet-js/issues/6020)) ([ca2ad5a](https://github.com/arcjet/arcjet-js/commit/ca2ad5a4d0289de5d09872e69d3e449b721d77c0))
20+
21+
22+
### 🔨 Build System
23+
24+
* **deps-dev:** bump astro from 6.1.2 to 6.1.6 ([#6003](https://github.com/arcjet/arcjet-js/issues/6003)) ([6730508](https://github.com/arcjet/arcjet-js/commit/6730508b15e1aa23f4e662f2111e53bd6058573c))
25+
* **deps-dev:** bump astro from 6.1.6 to 6.1.10 ([#6031](https://github.com/arcjet/arcjet-js/issues/6031)) ([ea8963d](https://github.com/arcjet/arcjet-js/commit/ea8963ddb2e20541777329322d20dfc21d720a4a))
26+
* **deps-dev:** bump fast-uri from 3.1.0 to 3.1.2 ([#6023](https://github.com/arcjet/arcjet-js/issues/6023)) ([1d000d3](https://github.com/arcjet/arcjet-js/commit/1d000d391865eb8d34462cc7438144c02a6662fb))
27+
* **deps-dev:** bump fast-uri from 3.1.0 to 3.1.2 in /examples/nestjs ([#6024](https://github.com/arcjet/arcjet-js/issues/6024)) ([f830a47](https://github.com/arcjet/arcjet-js/commit/f830a47d75e0331be21abc8a47e77b87d6ed8200))
28+
* **deps-dev:** bump fastify from 5.8.4 to 5.8.5 ([#6000](https://github.com/arcjet/arcjet-js/issues/6000)) ([fe37f56](https://github.com/arcjet/arcjet-js/commit/fe37f565cbb2dbc8a0f69f9b115e57a29ab86795))
29+
* **deps-dev:** bump ip-address from 10.1.0 to 10.2.0 in /examples/express-newman ([#6021](https://github.com/arcjet/arcjet-js/issues/6021)) ([11dd637](https://github.com/arcjet/arcjet-js/commit/11dd63705521549bf93ffbc9518a0c08d9b92ee3))
30+
* **deps-dev:** bump next from 16.2.4 to 16.2.6 ([#6029](https://github.com/arcjet/arcjet-js/issues/6029)) ([dcf85e1](https://github.com/arcjet/arcjet-js/commit/dcf85e1d9f18fe1e9f97227694a6d9fb4668a8fb))
31+
* **deps-dev:** bump next from 16.2.4 to 16.2.6 in /arcjet-next ([#6028](https://github.com/arcjet/arcjet-js/issues/6028)) ([082c20f](https://github.com/arcjet/arcjet-js/commit/082c20fbb3aab1ecca2abc24aabd62bf4064b62c))
32+
* **deps-dev:** bump next from 16.2.4 to 16.2.6 in /nosecone-next ([#6027](https://github.com/arcjet/arcjet-js/issues/6027)) ([29f3de1](https://github.com/arcjet/arcjet-js/commit/29f3de1d537b505a84b763427695af25cc5011c0))
33+
* **deps:** bump @astrojs/node from 10.0.4 to 10.0.5 in /examples/astro ([#6008](https://github.com/arcjet/arcjet-js/issues/6008)) ([cdffb7d](https://github.com/arcjet/arcjet-js/commit/cdffb7dacffb10550c00fcd11b0b03f39c62cf11))
34+
* **deps:** bump astro from 6.1.4 to 6.1.8 in /examples/astro ([#6001](https://github.com/arcjet/arcjet-js/issues/6001)) ([69b4198](https://github.com/arcjet/arcjet-js/commit/69b41986de879ec0f094ce9609d11b64fea3978e))
35+
* **deps:** bump astro from 6.1.8 to 6.3.2 in /examples/astro ([#6032](https://github.com/arcjet/arcjet-js/issues/6032)) ([6397074](https://github.com/arcjet/arcjet-js/commit/63970749f8bdaa6c384431dc35eb22665634e04d))
36+
* **deps:** bump devalue from 5.6.4 to 5.8.1 ([#6034](https://github.com/arcjet/arcjet-js/issues/6034)) ([def151d](https://github.com/arcjet/arcjet-js/commit/def151dbfd63f1856fa1eabeb191169db89566cb))
37+
* **deps:** bump devalue from 5.6.4 to 5.8.1 in /examples/nuxt ([#6035](https://github.com/arcjet/arcjet-js/issues/6035)) ([9203466](https://github.com/arcjet/arcjet-js/commit/92034666956312385dd6e964a2ca64165cc54bb5))
38+
* **deps:** bump fast-uri from 3.1.0 to 3.1.2 in /examples/fastify ([#6026](https://github.com/arcjet/arcjet-js/issues/6026)) ([c7bffe1](https://github.com/arcjet/arcjet-js/commit/c7bffe19f6e205c6b743e752809ddc1a1a32a2c9))
39+
* **deps:** bump nitropack from 2.13.3 to 2.13.4 in /examples/nuxt ([#6022](https://github.com/arcjet/arcjet-js/issues/6022)) ([ecacd00](https://github.com/arcjet/arcjet-js/commit/ecacd005ed2159da48958437e9209a8af075cf05))
40+
* **deps:** bump simple-git from 3.33.0 to 3.36.0 in /examples/nuxt ([#6025](https://github.com/arcjet/arcjet-js/issues/6025)) ([bff84fb](https://github.com/arcjet/arcjet-js/commit/bff84fb35df3e7989da141616720496eff196b16))
41+
42+
43+
### ✅ Continuous Integration
44+
45+
* add workflow lint gate (actionlint + zizmor) ([#6030](https://github.com/arcjet/arcjet-js/issues/6030)) ([f1f4707](https://github.com/arcjet/arcjet-js/commit/f1f470700d0cdda3cd4121d86713bd9e88ea7f5b))
46+
* split update duties between Dependabot (security) and Renovate ([#6006](https://github.com/arcjet/arcjet-js/issues/6006)) ([a8a22c9](https://github.com/arcjet/arcjet-js/commit/a8a22c9d3cfdeebac824cc4638135dbc6cc98137))
47+
348
## [1.4.0](https://github.com/arcjet/arcjet-js/compare/v1.3.1...v1.4.0) (2026-04-14)
449

550

analyze-wasm/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.4.1](https://github.com/arcjet/arcjet-js/compare/v1.4.0...@arcjet/analyze-wasm-v1.4.1) (2026-05-15)
4+
5+
6+
### 🔨 Build System
7+
8+
* **deps-dev:** bump next from 16.2.4 to 16.2.6 in /arcjet-next ([#6028](https://github.com/arcjet/arcjet-js/issues/6028)) ([082c20f](https://github.com/arcjet/arcjet-js/commit/082c20fbb3aab1ecca2abc24aabd62bf4064b62c))
9+
* **deps-dev:** bump next from 16.2.4 to 16.2.6 in /nosecone-next ([#6027](https://github.com/arcjet/arcjet-js/issues/6027)) ([29f3de1](https://github.com/arcjet/arcjet-js/commit/29f3de1d537b505a84b763427695af25cc5011c0))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* devDependencies
16+
* @arcjet/eslint-config bumped from 1.4.0 to 1.4.1
17+
* @arcjet/rollup-config bumped from 1.4.0 to 1.4.1
18+
319
## [1.4.0](https://github.com/arcjet/arcjet-js/compare/v1.3.1...@arcjet/analyze-wasm-v1.4.0) (2026-04-14)
420

521

analyze-wasm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arcjet/analyze-wasm",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "WebAssembly bindings to Arcjet's local analysis engine",
55
"keywords": [
66
"analyze",
@@ -61,8 +61,8 @@
6161
},
6262
"dependencies": {},
6363
"devDependencies": {
64-
"@arcjet/eslint-config": "1.4.0",
65-
"@arcjet/rollup-config": "1.4.0",
64+
"@arcjet/eslint-config": "1.4.1",
65+
"@arcjet/rollup-config": "1.4.1",
6666
"@bytecodealliance/jco": "1.5.0",
6767
"@rollup/wasm-node": "4.60.0",
6868
"@types/node": "24.12.0",

analyze/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.4.1](https://github.com/arcjet/arcjet-js/compare/v1.4.0...@arcjet/analyze-v1.4.1) (2026-05-15)
4+
5+
6+
### 🔨 Build System
7+
8+
* **deps-dev:** bump next from 16.2.4 to 16.2.6 in /arcjet-next ([#6028](https://github.com/arcjet/arcjet-js/issues/6028)) ([082c20f](https://github.com/arcjet/arcjet-js/commit/082c20fbb3aab1ecca2abc24aabd62bf4064b62c))
9+
* **deps-dev:** bump next from 16.2.4 to 16.2.6 in /nosecone-next ([#6027](https://github.com/arcjet/arcjet-js/issues/6027)) ([29f3de1](https://github.com/arcjet/arcjet-js/commit/29f3de1d537b505a84b763427695af25cc5011c0))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @arcjet/analyze-wasm bumped from 1.4.0 to 1.4.1
17+
* @arcjet/protocol bumped from 1.4.0 to 1.4.1
18+
* devDependencies
19+
* @arcjet/eslint-config bumped from 1.4.0 to 1.4.1
20+
* @arcjet/rollup-config bumped from 1.4.0 to 1.4.1
21+
322
## [1.4.0](https://github.com/arcjet/arcjet-js/compare/v1.3.1...@arcjet/analyze-v1.4.0) (2026-04-14)
423

524

analyze/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arcjet/analyze",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Arcjet local analysis engine",
55
"keywords": [
66
"analyze",
@@ -44,12 +44,12 @@
4444
"test": "npm run build && npm run lint && npm run test-coverage"
4545
},
4646
"dependencies": {
47-
"@arcjet/analyze-wasm": "1.4.0",
48-
"@arcjet/protocol": "1.4.0"
47+
"@arcjet/analyze-wasm": "1.4.1",
48+
"@arcjet/protocol": "1.4.1"
4949
},
5050
"devDependencies": {
51-
"@arcjet/eslint-config": "1.4.0",
52-
"@arcjet/rollup-config": "1.4.0",
51+
"@arcjet/eslint-config": "1.4.1",
52+
"@arcjet/rollup-config": "1.4.1",
5353
"@bytecodealliance/jco": "1.5.0",
5454
"@rollup/wasm-node": "4.60.0",
5555
"@types/node": "24.12.0",

arcjet-astro/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [1.4.1](https://github.com/arcjet/arcjet-js/compare/v1.4.0...@arcjet/astro-v1.4.1) (2026-05-15)
4+
5+
6+
### 📝 Documentation
7+
8+
* refresh root, next, and guard READMEs for guards release ([#6017](https://github.com/arcjet/arcjet-js/issues/6017)) ([994232c](https://github.com/arcjet/arcjet-js/commit/994232c83346cd75b93fc01095e7c1e5796b49c1))
9+
10+
11+
### 🔨 Build System
12+
13+
* **deps-dev:** bump astro from 6.1.2 to 6.1.6 ([#6003](https://github.com/arcjet/arcjet-js/issues/6003)) ([6730508](https://github.com/arcjet/arcjet-js/commit/6730508b15e1aa23f4e662f2111e53bd6058573c))
14+
* **deps-dev:** bump astro from 6.1.6 to 6.1.10 ([#6031](https://github.com/arcjet/arcjet-js/issues/6031)) ([ea8963d](https://github.com/arcjet/arcjet-js/commit/ea8963ddb2e20541777329322d20dfc21d720a4a))
15+
* **deps-dev:** bump next from 16.2.4 to 16.2.6 in /arcjet-next ([#6028](https://github.com/arcjet/arcjet-js/issues/6028)) ([082c20f](https://github.com/arcjet/arcjet-js/commit/082c20fbb3aab1ecca2abc24aabd62bf4064b62c))
16+
* **deps-dev:** bump next from 16.2.4 to 16.2.6 in /nosecone-next ([#6027](https://github.com/arcjet/arcjet-js/issues/6027)) ([29f3de1](https://github.com/arcjet/arcjet-js/commit/29f3de1d537b505a84b763427695af25cc5011c0))
17+
18+
19+
### Dependencies
20+
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* @arcjet/body bumped from 1.4.0 to 1.4.1
24+
* @arcjet/env bumped from 1.4.0 to 1.4.1
25+
* @arcjet/headers bumped from 1.4.0 to 1.4.1
26+
* @arcjet/ip bumped from 1.4.0 to 1.4.1
27+
* @arcjet/logger bumped from 1.4.0 to 1.4.1
28+
* @arcjet/protocol bumped from 1.4.0 to 1.4.1
29+
* @arcjet/transport bumped from 1.4.0 to 1.4.1
30+
* arcjet bumped from 1.4.0 to 1.4.1
31+
* devDependencies
32+
* @arcjet/eslint-config bumped from 1.4.0 to 1.4.1
33+
* @arcjet/rollup-config bumped from 1.4.0 to 1.4.1
34+
335
## [1.4.0](https://github.com/arcjet/arcjet-js/compare/v1.3.1...@arcjet/astro-v1.4.0) (2026-04-14)
436

537

arcjet-astro/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arcjet/astro",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Arcjet runtime security SDK for Astro — bot protection, rate limiting, prompt injection detection, PII blocking, and WAF",
55
"keywords": [
66
"ai",
@@ -58,21 +58,21 @@
5858
"test": "npm run build && npm run lint && npm run test-coverage"
5959
},
6060
"dependencies": {
61-
"@arcjet/body": "1.4.0",
62-
"@arcjet/env": "1.4.0",
63-
"@arcjet/headers": "1.4.0",
64-
"@arcjet/ip": "1.4.0",
65-
"@arcjet/logger": "1.4.0",
66-
"@arcjet/protocol": "1.4.0",
67-
"@arcjet/transport": "1.4.0",
68-
"arcjet": "1.4.0"
61+
"@arcjet/body": "1.4.1",
62+
"@arcjet/env": "1.4.1",
63+
"@arcjet/headers": "1.4.1",
64+
"@arcjet/ip": "1.4.1",
65+
"@arcjet/logger": "1.4.1",
66+
"@arcjet/protocol": "1.4.1",
67+
"@arcjet/transport": "1.4.1",
68+
"arcjet": "1.4.1"
6969
},
7070
"peerDependencies": {
7171
"astro": "^5.9.3 || ^6.0.0"
7272
},
7373
"devDependencies": {
74-
"@arcjet/eslint-config": "1.4.0",
75-
"@arcjet/rollup-config": "1.4.0",
74+
"@arcjet/eslint-config": "1.4.1",
75+
"@arcjet/rollup-config": "1.4.1",
7676
"@rollup/wasm-node": "4.60.0",
7777
"astro": "6.1.10",
7878
"eslint": "9.39.4",

arcjet-bun/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [1.4.1](https://github.com/arcjet/arcjet-js/compare/v1.4.0...@arcjet/bun-v1.4.1) (2026-05-15)
4+
5+
6+
### 📝 Documentation
7+
8+
* refresh root, next, and guard READMEs for guards release ([#6017](https://github.com/arcjet/arcjet-js/issues/6017)) ([994232c](https://github.com/arcjet/arcjet-js/commit/994232c83346cd75b93fc01095e7c1e5796b49c1))
9+
10+
11+
### 🔨 Build System
12+
13+
* **deps-dev:** bump next from 16.2.4 to 16.2.6 in /arcjet-next ([#6028](https://github.com/arcjet/arcjet-js/issues/6028)) ([082c20f](https://github.com/arcjet/arcjet-js/commit/082c20fbb3aab1ecca2abc24aabd62bf4064b62c))
14+
* **deps-dev:** bump next from 16.2.4 to 16.2.6 in /nosecone-next ([#6027](https://github.com/arcjet/arcjet-js/issues/6027)) ([29f3de1](https://github.com/arcjet/arcjet-js/commit/29f3de1d537b505a84b763427695af25cc5011c0))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @arcjet/body bumped from 1.4.0 to 1.4.1
22+
* @arcjet/env bumped from 1.4.0 to 1.4.1
23+
* @arcjet/headers bumped from 1.4.0 to 1.4.1
24+
* @arcjet/ip bumped from 1.4.0 to 1.4.1
25+
* @arcjet/logger bumped from 1.4.0 to 1.4.1
26+
* @arcjet/protocol bumped from 1.4.0 to 1.4.1
27+
* @arcjet/transport bumped from 1.4.0 to 1.4.1
28+
* arcjet bumped from 1.4.0 to 1.4.1
29+
* devDependencies
30+
* @arcjet/eslint-config bumped from 1.4.0 to 1.4.1
31+
* @arcjet/rollup-config bumped from 1.4.0 to 1.4.1
32+
333
## [1.4.0](https://github.com/arcjet/arcjet-js/compare/v1.3.1...@arcjet/bun-v1.4.0) (2026-04-14)
434

535

arcjet-bun/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arcjet/bun",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Arcjet runtime security SDK for Bun — bot protection, rate limiting, prompt injection detection, PII blocking, and WAF",
55
"keywords": [
66
"ai",
@@ -51,18 +51,18 @@
5151
"test": "npm run build && npm run lint"
5252
},
5353
"dependencies": {
54-
"@arcjet/body": "1.4.0",
55-
"@arcjet/env": "1.4.0",
56-
"@arcjet/headers": "1.4.0",
57-
"@arcjet/ip": "1.4.0",
58-
"@arcjet/logger": "1.4.0",
59-
"@arcjet/protocol": "1.4.0",
60-
"@arcjet/transport": "1.4.0",
61-
"arcjet": "1.4.0"
54+
"@arcjet/body": "1.4.1",
55+
"@arcjet/env": "1.4.1",
56+
"@arcjet/headers": "1.4.1",
57+
"@arcjet/ip": "1.4.1",
58+
"@arcjet/logger": "1.4.1",
59+
"@arcjet/protocol": "1.4.1",
60+
"@arcjet/transport": "1.4.1",
61+
"arcjet": "1.4.1"
6262
},
6363
"devDependencies": {
64-
"@arcjet/eslint-config": "1.4.0",
65-
"@arcjet/rollup-config": "1.4.0",
64+
"@arcjet/eslint-config": "1.4.1",
65+
"@arcjet/rollup-config": "1.4.1",
6666
"@rollup/wasm-node": "4.60.0",
6767
"bun-types": "1.3.11",
6868
"eslint": "9.39.4",

0 commit comments

Comments
 (0)