Skip to content

Commit 8981397

Browse files
chore: Release 1.0.0-beta.15 (#5391)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent adf20ea commit 8981397

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+1100
-439
lines changed
Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
".": "1.0.0-beta.14",
3-
"analyze": "1.0.0-beta.14",
4-
"analyze-wasm": "1.0.0-beta.14",
5-
"arcjet": "1.0.0-beta.14",
6-
"arcjet-astro": "1.0.0-beta.14",
7-
"arcjet-bun": "1.0.0-beta.14",
8-
"arcjet-deno": "1.0.0-beta.14",
9-
"arcjet-fastify": "1.0.0-beta.14",
10-
"arcjet-nest": "1.0.0-beta.14",
11-
"arcjet-next": "1.0.0-beta.14",
12-
"arcjet-node": "1.0.0-beta.14",
13-
"arcjet-nuxt": "1.0.0-beta.14",
14-
"arcjet-react-router": "1.0.0-beta.14",
15-
"arcjet-remix": "1.0.0-beta.14",
16-
"arcjet-sveltekit": "1.0.0-beta.14",
17-
"body": "1.0.0-beta.14",
18-
"cache": "1.0.0-beta.14",
19-
"decorate": "1.0.0-beta.14",
20-
"duration": "1.0.0-beta.14",
21-
"env": "1.0.0-beta.14",
22-
"eslint-config": "1.0.0-beta.14",
23-
"headers": "1.0.0-beta.14",
24-
"inspect": "1.0.0-beta.14",
25-
"ip": "1.0.0-beta.14",
26-
"logger": "1.0.0-beta.14",
27-
"nosecone": "1.0.0-beta.14",
28-
"nosecone-next": "1.0.0-beta.14",
29-
"nosecone-sveltekit": "1.0.0-beta.14",
30-
"protocol": "1.0.0-beta.14",
31-
"redact": "1.0.0-beta.14",
32-
"redact-wasm": "1.0.0-beta.14",
33-
"rollup-config": "1.0.0-beta.14",
34-
"runtime": "1.0.0-beta.14",
35-
"sprintf": "1.0.0-beta.14",
36-
"stable-hash": "1.0.0-beta.14",
37-
"transport": "1.0.0-beta.14"
2+
".": "1.0.0-beta.15",
3+
"analyze": "1.0.0-beta.15",
4+
"analyze-wasm": "1.0.0-beta.15",
5+
"arcjet": "1.0.0-beta.15",
6+
"arcjet-astro": "1.0.0-beta.15",
7+
"arcjet-bun": "1.0.0-beta.15",
8+
"arcjet-deno": "1.0.0-beta.15",
9+
"arcjet-fastify": "1.0.0-beta.15",
10+
"arcjet-nest": "1.0.0-beta.15",
11+
"arcjet-next": "1.0.0-beta.15",
12+
"arcjet-node": "1.0.0-beta.15",
13+
"arcjet-nuxt": "1.0.0-beta.15",
14+
"arcjet-react-router": "1.0.0-beta.15",
15+
"arcjet-remix": "1.0.0-beta.15",
16+
"arcjet-sveltekit": "1.0.0-beta.15",
17+
"body": "1.0.0-beta.15",
18+
"cache": "1.0.0-beta.15",
19+
"decorate": "1.0.0-beta.15",
20+
"duration": "1.0.0-beta.15",
21+
"env": "1.0.0-beta.15",
22+
"eslint-config": "1.0.0-beta.15",
23+
"headers": "1.0.0-beta.15",
24+
"inspect": "1.0.0-beta.15",
25+
"ip": "1.0.0-beta.15",
26+
"logger": "1.0.0-beta.15",
27+
"nosecone": "1.0.0-beta.15",
28+
"nosecone-next": "1.0.0-beta.15",
29+
"nosecone-sveltekit": "1.0.0-beta.15",
30+
"protocol": "1.0.0-beta.15",
31+
"redact": "1.0.0-beta.15",
32+
"redact-wasm": "1.0.0-beta.15",
33+
"rollup-config": "1.0.0-beta.15",
34+
"runtime": "1.0.0-beta.15",
35+
"sprintf": "1.0.0-beta.15",
36+
"stable-hash": "1.0.0-beta.15",
37+
"transport": "1.0.0-beta.15"
3838
}

CHANGELOG.md

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

3+
## [1.0.0-beta.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2025-11-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* handle phone numbers with paren groups while restricting groups ([#5362](https://github.com/arcjet/arcjet-js/issues/5362))
9+
10+
### 🚀 New Features
11+
12+
* add `x-arcjet-ip` header in development ([#5397](https://github.com/arcjet/arcjet-js/issues/5397)) ([b40da4f](https://github.com/arcjet/arcjet-js/commit/b40da4fd4725db3356abca818712dd7c65b4964f))
13+
* **ip:** support cidr strings in proxies ([#5394](https://github.com/arcjet/arcjet-js/issues/5394)) ([adf20ea](https://github.com/arcjet/arcjet-js/commit/adf20ea3c10a64d4bbb7f52b71210eeb93772aef))
14+
* support `firebase` platform ([#5392](https://github.com/arcjet/arcjet-js/issues/5392)) ([ca46d50](https://github.com/arcjet/arcjet-js/commit/ca46d50c8503ecf75ec8ab8fd1663c7d1d4d687f))
15+
16+
17+
### 🪲 Bug Fixes
18+
19+
* handle phone numbers with paren groups while restricting groups ([#5362](https://github.com/arcjet/arcjet-js/issues/5362)) ([49658da](https://github.com/arcjet/arcjet-js/commit/49658da6f9c95e57ca5516f5a1669ffa353f9c03))
20+
321
## [1.0.0-beta.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2025-11-04)
422

523

analyze-wasm/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.0.0-beta.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.14...@arcjet/analyze-wasm-v1.0.0-beta.15) (2025-11-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* handle phone numbers with paren groups while restricting groups ([#5362](https://github.com/arcjet/arcjet-js/issues/5362))
9+
10+
### 🪲 Bug Fixes
11+
12+
* handle phone numbers with paren groups while restricting groups ([#5362](https://github.com/arcjet/arcjet-js/issues/5362)) ([49658da](https://github.com/arcjet/arcjet-js/commit/49658da6f9c95e57ca5516f5a1669ffa353f9c03))
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* devDependencies
19+
* @arcjet/eslint-config bumped from 1.0.0-beta.14 to 1.0.0-beta.15
20+
* @arcjet/rollup-config bumped from 1.0.0-beta.14 to 1.0.0-beta.15
21+
322
## [1.0.0-beta.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.13...@arcjet/analyze-wasm-v1.0.0-beta.14) (2025-11-04)
423

524

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.0.0-beta.14",
3+
"version": "1.0.0-beta.15",
44
"description": "WebAssembly bindings to Arcjet's local analysis engine",
55
"keywords": [
66
"analyze",
@@ -62,8 +62,8 @@
6262
},
6363
"dependencies": {},
6464
"devDependencies": {
65-
"@arcjet/eslint-config": "1.0.0-beta.14",
66-
"@arcjet/rollup-config": "1.0.0-beta.14",
65+
"@arcjet/eslint-config": "1.0.0-beta.15",
66+
"@arcjet/rollup-config": "1.0.0-beta.15",
6767
"@bytecodealliance/jco": "1.5.0",
6868
"@rollup/wasm-node": "4.52.5",
6969
"@types/node": "24.9.1",

analyze/CHANGELOG.md

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

3+
## [1.0.0-beta.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.14...@arcjet/analyze-v1.0.0-beta.15) (2025-11-07)
4+
5+
6+
### 🧹 Miscellaneous Chores
7+
8+
* **@arcjet/analyze:** Synchronize arcjet-js versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @arcjet/analyze-wasm bumped from 1.0.0-beta.14 to 1.0.0-beta.15
16+
* @arcjet/protocol bumped from 1.0.0-beta.14 to 1.0.0-beta.15
17+
* devDependencies
18+
* @arcjet/eslint-config bumped from 1.0.0-beta.14 to 1.0.0-beta.15
19+
* @arcjet/rollup-config bumped from 1.0.0-beta.14 to 1.0.0-beta.15
20+
321
## [1.0.0-beta.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.13...@arcjet/analyze-v1.0.0-beta.14) (2025-11-04)
422

523

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.0.0-beta.14",
3+
"version": "1.0.0-beta.15",
44
"description": "Arcjet local analysis engine",
55
"keywords": [
66
"analyze",
@@ -45,12 +45,12 @@
4545
"test": "npm run build && npm run lint && npm run test-coverage"
4646
},
4747
"dependencies": {
48-
"@arcjet/analyze-wasm": "1.0.0-beta.14",
49-
"@arcjet/protocol": "1.0.0-beta.14"
48+
"@arcjet/analyze-wasm": "1.0.0-beta.15",
49+
"@arcjet/protocol": "1.0.0-beta.15"
5050
},
5151
"devDependencies": {
52-
"@arcjet/eslint-config": "1.0.0-beta.14",
53-
"@arcjet/rollup-config": "1.0.0-beta.14",
52+
"@arcjet/eslint-config": "1.0.0-beta.15",
53+
"@arcjet/rollup-config": "1.0.0-beta.15",
5454
"@bytecodealliance/jco": "1.5.0",
5555
"@rollup/wasm-node": "4.52.5",
5656
"@types/node": "24.9.1",

arcjet-astro/CHANGELOG.md

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

3+
## [1.0.0-beta.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.14...@arcjet/astro-v1.0.0-beta.15) (2025-11-07)
4+
5+
6+
### 🚀 New Features
7+
8+
* add `x-arcjet-ip` header in development ([#5397](https://github.com/arcjet/arcjet-js/issues/5397)) ([b40da4f](https://github.com/arcjet/arcjet-js/commit/b40da4fd4725db3356abca818712dd7c65b4964f))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @arcjet/env bumped from 1.0.0-beta.14 to 1.0.0-beta.15
16+
* @arcjet/headers bumped from 1.0.0-beta.14 to 1.0.0-beta.15
17+
* @arcjet/ip bumped from 1.0.0-beta.14 to 1.0.0-beta.15
18+
* @arcjet/logger bumped from 1.0.0-beta.14 to 1.0.0-beta.15
19+
* @arcjet/protocol bumped from 1.0.0-beta.14 to 1.0.0-beta.15
20+
* @arcjet/transport bumped from 1.0.0-beta.14 to 1.0.0-beta.15
21+
* arcjet bumped from 1.0.0-beta.14 to 1.0.0-beta.15
22+
* devDependencies
23+
* @arcjet/eslint-config bumped from 1.0.0-beta.14 to 1.0.0-beta.15
24+
* @arcjet/rollup-config bumped from 1.0.0-beta.14 to 1.0.0-beta.15
25+
326
## [1.0.0-beta.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.13...@arcjet/astro-v1.0.0-beta.14) (2025-11-04)
427

528

arcjet-astro/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arcjet/astro",
3-
"version": "1.0.0-beta.14",
3+
"version": "1.0.0-beta.15",
44
"description": "Arcjet helps developers protect their Astro sites in just a few lines of code. Bot detection. Rate limiting. Email validation. Attack protection. Data redaction. A developer-first approach to security.",
55
"keywords": [
66
"analyze",
@@ -52,20 +52,20 @@
5252
"test": "npm run build && npm run lint && npm run test-coverage"
5353
},
5454
"dependencies": {
55-
"@arcjet/env": "1.0.0-beta.14",
56-
"@arcjet/headers": "1.0.0-beta.14",
57-
"@arcjet/ip": "1.0.0-beta.14",
58-
"@arcjet/logger": "1.0.0-beta.14",
59-
"@arcjet/protocol": "1.0.0-beta.14",
60-
"@arcjet/transport": "1.0.0-beta.14",
61-
"arcjet": "1.0.0-beta.14"
55+
"@arcjet/env": "1.0.0-beta.15",
56+
"@arcjet/headers": "1.0.0-beta.15",
57+
"@arcjet/ip": "1.0.0-beta.15",
58+
"@arcjet/logger": "1.0.0-beta.15",
59+
"@arcjet/protocol": "1.0.0-beta.15",
60+
"@arcjet/transport": "1.0.0-beta.15",
61+
"arcjet": "1.0.0-beta.15"
6262
},
6363
"peerDependencies": {
6464
"astro": "^5.9.3"
6565
},
6666
"devDependencies": {
67-
"@arcjet/eslint-config": "1.0.0-beta.14",
68-
"@arcjet/rollup-config": "1.0.0-beta.14",
67+
"@arcjet/eslint-config": "1.0.0-beta.15",
68+
"@arcjet/rollup-config": "1.0.0-beta.15",
6969
"@rollup/wasm-node": "4.52.5",
7070
"astro": "5.15.1",
7171
"eslint": "9.38.0",

arcjet-bun/CHANGELOG.md

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

3+
## [1.0.0-beta.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.14...@arcjet/bun-v1.0.0-beta.15) (2025-11-07)
4+
5+
6+
### 🚀 New Features
7+
8+
* add `x-arcjet-ip` header in development ([#5397](https://github.com/arcjet/arcjet-js/issues/5397)) ([b40da4f](https://github.com/arcjet/arcjet-js/commit/b40da4fd4725db3356abca818712dd7c65b4964f))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @arcjet/env bumped from 1.0.0-beta.14 to 1.0.0-beta.15
16+
* @arcjet/headers bumped from 1.0.0-beta.14 to 1.0.0-beta.15
17+
* @arcjet/ip bumped from 1.0.0-beta.14 to 1.0.0-beta.15
18+
* @arcjet/logger bumped from 1.0.0-beta.14 to 1.0.0-beta.15
19+
* @arcjet/protocol bumped from 1.0.0-beta.14 to 1.0.0-beta.15
20+
* @arcjet/transport bumped from 1.0.0-beta.14 to 1.0.0-beta.15
21+
* arcjet bumped from 1.0.0-beta.14 to 1.0.0-beta.15
22+
* devDependencies
23+
* @arcjet/eslint-config bumped from 1.0.0-beta.14 to 1.0.0-beta.15
24+
* @arcjet/rollup-config bumped from 1.0.0-beta.14 to 1.0.0-beta.15
25+
326
## [1.0.0-beta.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.13...@arcjet/bun-v1.0.0-beta.14) (2025-11-04)
427

528

arcjet-bun/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arcjet/bun",
3-
"version": "1.0.0-beta.14",
3+
"version": "1.0.0-beta.15",
44
"description": "Arcjet SDK for Bun",
55
"keywords": [
66
"analyze",
@@ -45,17 +45,17 @@
4545
"test": "npm run build && npm run lint"
4646
},
4747
"dependencies": {
48-
"@arcjet/env": "1.0.0-beta.14",
49-
"@arcjet/headers": "1.0.0-beta.14",
50-
"@arcjet/ip": "1.0.0-beta.14",
51-
"@arcjet/logger": "1.0.0-beta.14",
52-
"@arcjet/protocol": "1.0.0-beta.14",
53-
"@arcjet/transport": "1.0.0-beta.14",
54-
"arcjet": "1.0.0-beta.14"
48+
"@arcjet/env": "1.0.0-beta.15",
49+
"@arcjet/headers": "1.0.0-beta.15",
50+
"@arcjet/ip": "1.0.0-beta.15",
51+
"@arcjet/logger": "1.0.0-beta.15",
52+
"@arcjet/protocol": "1.0.0-beta.15",
53+
"@arcjet/transport": "1.0.0-beta.15",
54+
"arcjet": "1.0.0-beta.15"
5555
},
5656
"devDependencies": {
57-
"@arcjet/eslint-config": "1.0.0-beta.14",
58-
"@arcjet/rollup-config": "1.0.0-beta.14",
57+
"@arcjet/eslint-config": "1.0.0-beta.15",
58+
"@arcjet/rollup-config": "1.0.0-beta.15",
5959
"@rollup/wasm-node": "4.52.5",
6060
"bun-types": "1.3.1",
6161
"eslint": "9.38.0",

0 commit comments

Comments
 (0)