Skip to content

Commit

Permalink
Merging 4626813 into trunk-temp/pr-2498/32fd4eea-49a5-423c-b9db-7c6cf…
Browse files Browse the repository at this point in the history
…1bd1251
  • Loading branch information
trunk-io[bot] authored Jan 15, 2025
2 parents fbed883 + 4626813 commit 4bba15c
Show file tree
Hide file tree
Showing 62 changed files with 1,013 additions and 379 deletions.
60 changes: 30 additions & 30 deletions .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
".": "1.0.0-alpha.34",
"analyze": "1.0.0-alpha.34",
"analyze-wasm": "1.0.0-alpha.34",
"arcjet": "1.0.0-alpha.34",
"arcjet-bun": "1.0.0-alpha.34",
"arcjet-deno": "1.0.0-alpha.34",
"arcjet-nest": "1.0.0-alpha.34",
"arcjet-next": "1.0.0-alpha.34",
"arcjet-node": "1.0.0-alpha.34",
"arcjet-remix": "1.0.0-alpha.34",
"arcjet-sveltekit": "1.0.0-alpha.34",
"body": "1.0.0-alpha.34",
"decorate": "1.0.0-alpha.34",
"duration": "1.0.0-alpha.34",
"env": "1.0.0-alpha.34",
"eslint-config": "1.0.0-alpha.34",
"headers": "1.0.0-alpha.34",
"ip": "1.0.0-alpha.34",
"logger": "1.0.0-alpha.34",
"nosecone": "1.0.0-alpha.34",
"nosecone-next": "1.0.0-alpha.34",
"nosecone-sveltekit": "1.0.0-alpha.34",
"protocol": "1.0.0-alpha.34",
"redact": "1.0.0-alpha.34",
"redact-wasm": "1.0.0-alpha.34",
"rollup-config": "1.0.0-alpha.34",
"runtime": "1.0.0-alpha.34",
"sprintf": "1.0.0-alpha.34",
"transport": "1.0.0-alpha.34",
"tsconfig": "1.0.0-alpha.34"
".": "1.0.0-beta.1",
"analyze": "1.0.0-beta.1",
"analyze-wasm": "1.0.0-beta.1",
"arcjet": "1.0.0-beta.1",
"arcjet-bun": "1.0.0-beta.1",
"arcjet-deno": "1.0.0-beta.1",
"arcjet-nest": "1.0.0-beta.1",
"arcjet-next": "1.0.0-beta.1",
"arcjet-node": "1.0.0-beta.1",
"arcjet-remix": "1.0.0-beta.1",
"arcjet-sveltekit": "1.0.0-beta.1",
"body": "1.0.0-beta.1",
"decorate": "1.0.0-beta.1",
"duration": "1.0.0-beta.1",
"env": "1.0.0-beta.1",
"eslint-config": "1.0.0-beta.1",
"headers": "1.0.0-beta.1",
"ip": "1.0.0-beta.1",
"logger": "1.0.0-beta.1",
"nosecone": "1.0.0-beta.1",
"nosecone-next": "1.0.0-beta.1",
"nosecone-sveltekit": "1.0.0-beta.1",
"protocol": "1.0.0-beta.1",
"redact": "1.0.0-beta.1",
"redact-wasm": "1.0.0-beta.1",
"rollup-config": "1.0.0-beta.1",
"runtime": "1.0.0-beta.1",
"sprintf": "1.0.0-beta.1",
"transport": "1.0.0-beta.1",
"tsconfig": "1.0.0-beta.1"
}
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Changelog

## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...v1.0.0-beta.1) (2025-01-15)


### ⚠ BREAKING CHANGES

* **redact:** Correctly handle urlencoded data when tokenizing characters ([#2864](https://github.com/arcjet/arcjet-js/issues/2864))
* Correctly handle urlencoded data when tokenizing characters ([#2863](https://github.com/arcjet/arcjet-js/issues/2863))
* **protocol:** Improve deprecation message on enum-like field usage ([#2855](https://github.com/arcjet/arcjet-js/issues/2855))
* refactor wasm loading for analyze ([#1832](https://github.com/arcjet/arcjet-js/issues/1832))

### 🚀 New Features

* Export more option types ([#2752](https://github.com/arcjet/arcjet-js/issues/2752)) ([89a9f77](https://github.com/arcjet/arcjet-js/commit/89a9f77a74031e0e22c0c77c5426b377daa5c8be)), closes [#2751](https://github.com/arcjet/arcjet-js/issues/2751)
* support `allow` or `deny` config in validateEmail & deprecate `block` config ([#2661](https://github.com/arcjet/arcjet-js/issues/2661)) ([890afcd](https://github.com/arcjet/arcjet-js/commit/890afcd2d1afef262b741a74521b82cb85711860)), closes [#1834](https://github.com/arcjet/arcjet-js/issues/1834)


### 🪲 Bug Fixes

* Correctly handle urlencoded data when tokenizing characters ([#2863](https://github.com/arcjet/arcjet-js/issues/2863)) ([fa93290](https://github.com/arcjet/arcjet-js/commit/fa93290b91ac1edc3acf44cd4f2a9ff324da3fbd))
* **protocol:** Improve deprecation message on enum-like field usage ([#2855](https://github.com/arcjet/arcjet-js/issues/2855)) ([6512258](https://github.com/arcjet/arcjet-js/commit/6512258546076d6ac3478b02337741c2c0dbf67f))
* **protocol:** Include `cookies` and `query` fields on reports ([#2777](https://github.com/arcjet/arcjet-js/issues/2777)) ([cff2e3a](https://github.com/arcjet/arcjet-js/commit/cff2e3ae4e3ed3e714d90cd52da26ec7b6a7c4cc))
* **redact:** Correctly handle urlencoded data when tokenizing characters ([#2864](https://github.com/arcjet/arcjet-js/issues/2864)) ([fbed883](https://github.com/arcjet/arcjet-js/commit/fbed8835f7e2c4ee659bcfafecad1bfa7898c7a4))


### 🏎️ Performance Improvements

* **analyze:** Compile WebAssembly upon module load ([#2727](https://github.com/arcjet/arcjet-js/issues/2727)) ([489f1c6](https://github.com/arcjet/arcjet-js/commit/489f1c6b5248197ef170676992a9089a9bc46c6b))


### 🧹 Miscellaneous Chores

* Deprecate Arcjet enum-like objects ([#2684](https://github.com/arcjet/arcjet-js/issues/2684)) ([7d9ac4f](https://github.com/arcjet/arcjet-js/commit/7d9ac4f6401c2e47632c8dc97845f6cd3abf92f9)), closes [#2621](https://github.com/arcjet/arcjet-js/issues/2621)
* **examples:** Add Auth.js chained middleware example using Nosecone ([#2640](https://github.com/arcjet/arcjet-js/issues/2640)) ([d9774cc](https://github.com/arcjet/arcjet-js/commit/d9774cca64065a85965f5914622bb702a5dbc759))
* **examples:** Restrict React to v18 in Next 14 example ([#2778](https://github.com/arcjet/arcjet-js/issues/2778)) ([50cde21](https://github.com/arcjet/arcjet-js/commit/50cde215e7b44c904d2f0d2887130e8e6100fa99))
* **protocol:** Opt out of Buf & ConnectRPC v2 changes ([#2473](https://github.com/arcjet/arcjet-js/issues/2473)) ([06b5b21](https://github.com/arcjet/arcjet-js/commit/06b5b21d10c4a861c5379b4896168284d5c33225))
* refactor wasm loading for analyze ([#1832](https://github.com/arcjet/arcjet-js/issues/1832)) ([02e4435](https://github.com/arcjet/arcjet-js/commit/02e4435a86b6b40b97feb369f0402b2199a4bc12)), closes [#1448](https://github.com/arcjet/arcjet-js/issues/1448)
* **runtime:** Replace Jest with Node test harness ([#2565](https://github.com/arcjet/arcjet-js/issues/2565)) ([ec60fe2](https://github.com/arcjet/arcjet-js/commit/ec60fe2c39519eeb3ffdfd7b89ba0aac544cc478)), closes [#9](https://github.com/arcjet/arcjet-js/issues/9)
* Switch most test harnesses to node:test ([#2479](https://github.com/arcjet/arcjet-js/issues/2479)) ([8a71bbc](https://github.com/arcjet/arcjet-js/commit/8a71bbc3d1fa6b63586f1bae7fa6f0f8d4fbad66))

## [1.0.0-alpha.34](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2024-12-03)


Expand Down
37 changes: 37 additions & 0 deletions analyze-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Changelog

## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/analyze-wasm-v1.0.0-beta.1) (2025-01-15)


### ⚠ BREAKING CHANGES

* Correctly handle urlencoded data when tokenizing characters ([#2863](https://github.com/arcjet/arcjet-js/issues/2863))
* refactor wasm loading for analyze ([#1832](https://github.com/arcjet/arcjet-js/issues/1832))

### 🚀 New Features

* support `allow` or `deny` config in validateEmail & deprecate `block` config ([#2661](https://github.com/arcjet/arcjet-js/issues/2661)) ([890afcd](https://github.com/arcjet/arcjet-js/commit/890afcd2d1afef262b741a74521b82cb85711860)), closes [#1834](https://github.com/arcjet/arcjet-js/issues/1834)


### 🪲 Bug Fixes

* Correctly handle urlencoded data when tokenizing characters ([#2863](https://github.com/arcjet/arcjet-js/issues/2863)) ([fa93290](https://github.com/arcjet/arcjet-js/commit/fa93290b91ac1edc3acf44cd4f2a9ff324da3fbd))


### 🏎️ Performance Improvements

* **analyze:** Compile WebAssembly upon module load ([#2727](https://github.com/arcjet/arcjet-js/issues/2727)) ([489f1c6](https://github.com/arcjet/arcjet-js/commit/489f1c6b5248197ef170676992a9089a9bc46c6b))


### 🧹 Miscellaneous Chores

* refactor wasm loading for analyze ([#1832](https://github.com/arcjet/arcjet-js/issues/1832)) ([02e4435](https://github.com/arcjet/arcjet-js/commit/02e4435a86b6b40b97feb369f0402b2199a4bc12)), closes [#1448](https://github.com/arcjet/arcjet-js/issues/1448)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/rollup-config bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/tsconfig bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
8 changes: 4 additions & 4 deletions analyze-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcjet/analyze-wasm",
"version": "1.0.0-alpha.34",
"version": "1.0.0-beta.1",
"description": "WebAssembly bindings to Arcjet's local analysis engine",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
Expand Down Expand Up @@ -49,9 +49,9 @@
},
"dependencies": {},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.34",
"@arcjet/rollup-config": "1.0.0-alpha.34",
"@arcjet/tsconfig": "1.0.0-alpha.34",
"@arcjet/eslint-config": "1.0.0-beta.1",
"@arcjet/rollup-config": "1.0.0-beta.1",
"@arcjet/tsconfig": "1.0.0-beta.1",
"@bytecodealliance/jco": "1.5.0",
"@rollup/wasm-node": "4.30.1",
"@types/node": "18.18.0",
Expand Down
29 changes: 29 additions & 0 deletions analyze/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/analyze-v1.0.0-beta.1) (2025-01-15)


### ⚠ BREAKING CHANGES

* refactor wasm loading for analyze ([#1832](https://github.com/arcjet/arcjet-js/issues/1832))

### 🚀 New Features

* support `allow` or `deny` config in validateEmail & deprecate `block` config ([#2661](https://github.com/arcjet/arcjet-js/issues/2661)) ([890afcd](https://github.com/arcjet/arcjet-js/commit/890afcd2d1afef262b741a74521b82cb85711860)), closes [#1834](https://github.com/arcjet/arcjet-js/issues/1834)


### 🧹 Miscellaneous Chores

* refactor wasm loading for analyze ([#1832](https://github.com/arcjet/arcjet-js/issues/1832)) ([02e4435](https://github.com/arcjet/arcjet-js/commit/02e4435a86b6b40b97feb369f0402b2199a4bc12)), closes [#1448](https://github.com/arcjet/arcjet-js/issues/1448)
* Switch most test harnesses to node:test ([#2479](https://github.com/arcjet/arcjet-js/issues/2479)) ([8a71bbc](https://github.com/arcjet/arcjet-js/commit/8a71bbc3d1fa6b63586f1bae7fa6f0f8d4fbad66))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @arcjet/analyze-wasm bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/protocol bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/rollup-config bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/tsconfig bumped from 1.0.0-alpha.34 to 1.0.0-beta.1

## [1.0.0-alpha.34](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.33...@arcjet/analyze-v1.0.0-alpha.34) (2024-12-03)


Expand Down
12 changes: 6 additions & 6 deletions analyze/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcjet/analyze",
"version": "1.0.0-alpha.34",
"version": "1.0.0-beta.1",
"description": "Arcjet local analysis engine",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
Expand Down Expand Up @@ -41,13 +41,13 @@
"test": "node --test --experimental-test-coverage"
},
"dependencies": {
"@arcjet/analyze-wasm": "1.0.0-alpha.34",
"@arcjet/protocol": "1.0.0-alpha.34"
"@arcjet/analyze-wasm": "1.0.0-beta.1",
"@arcjet/protocol": "1.0.0-beta.1"
},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.34",
"@arcjet/rollup-config": "1.0.0-alpha.34",
"@arcjet/tsconfig": "1.0.0-alpha.34",
"@arcjet/eslint-config": "1.0.0-beta.1",
"@arcjet/rollup-config": "1.0.0-beta.1",
"@arcjet/tsconfig": "1.0.0-beta.1",
"@bytecodealliance/jco": "1.5.0",
"@rollup/wasm-node": "4.30.1",
"@types/node": "18.18.0",
Expand Down
24 changes: 24 additions & 0 deletions arcjet-bun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/bun-v1.0.0-beta.1) (2025-01-15)


### 🧹 Miscellaneous Chores

* Switch most test harnesses to node:test ([#2479](https://github.com/arcjet/arcjet-js/issues/2479)) ([8a71bbc](https://github.com/arcjet/arcjet-js/commit/8a71bbc3d1fa6b63586f1bae7fa6f0f8d4fbad66))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @arcjet/env bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/headers bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/ip bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/logger bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/protocol bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/transport bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* arcjet bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/rollup-config bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/tsconfig bumped from 1.0.0-alpha.34 to 1.0.0-beta.1

## [1.0.0-alpha.34](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.33...@arcjet/bun-v1.0.0-alpha.34) (2024-12-03)


Expand Down
22 changes: 11 additions & 11 deletions arcjet-bun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcjet/bun",
"version": "1.0.0-alpha.34",
"version": "1.0.0-beta.1",
"description": "Arcjet SDK for Bun.sh",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
Expand Down Expand Up @@ -37,18 +37,18 @@
"test": "node --test --experimental-test-coverage"
},
"dependencies": {
"@arcjet/env": "1.0.0-alpha.34",
"@arcjet/headers": "1.0.0-alpha.34",
"@arcjet/ip": "1.0.0-alpha.34",
"@arcjet/logger": "1.0.0-alpha.34",
"@arcjet/protocol": "1.0.0-alpha.34",
"@arcjet/transport": "1.0.0-alpha.34",
"arcjet": "1.0.0-alpha.34"
"@arcjet/env": "1.0.0-beta.1",
"@arcjet/headers": "1.0.0-beta.1",
"@arcjet/ip": "1.0.0-beta.1",
"@arcjet/logger": "1.0.0-beta.1",
"@arcjet/protocol": "1.0.0-beta.1",
"@arcjet/transport": "1.0.0-beta.1",
"arcjet": "1.0.0-beta.1"
},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.34",
"@arcjet/rollup-config": "1.0.0-alpha.34",
"@arcjet/tsconfig": "1.0.0-alpha.34",
"@arcjet/eslint-config": "1.0.0-beta.1",
"@arcjet/rollup-config": "1.0.0-beta.1",
"@arcjet/tsconfig": "1.0.0-beta.1",
"@types/node": "20.12.12",
"@rollup/wasm-node": "4.30.1",
"bun-types": "1.1.43",
Expand Down
24 changes: 24 additions & 0 deletions arcjet-deno/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/deno-v1.0.0-beta.1) (2025-01-15)


### 🧹 Miscellaneous Chores

* Switch most test harnesses to node:test ([#2479](https://github.com/arcjet/arcjet-js/issues/2479)) ([8a71bbc](https://github.com/arcjet/arcjet-js/commit/8a71bbc3d1fa6b63586f1bae7fa6f0f8d4fbad66))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @arcjet/env bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/headers bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/ip bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/logger bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/protocol bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/transport bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* arcjet bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/rollup-config bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/tsconfig bumped from 1.0.0-alpha.34 to 1.0.0-beta.1

## [1.0.0-alpha.34](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.33...@arcjet/deno-v1.0.0-alpha.34) (2024-12-03)


Expand Down
22 changes: 11 additions & 11 deletions arcjet-deno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcjet/deno",
"version": "1.0.0-alpha.34",
"version": "1.0.0-beta.1",
"description": "Arcjet SDK for Deno",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
Expand Down Expand Up @@ -37,18 +37,18 @@
"test": "node --test --experimental-test-coverage"
},
"dependencies": {
"@arcjet/env": "1.0.0-alpha.34",
"@arcjet/headers": "1.0.0-alpha.34",
"@arcjet/ip": "1.0.0-alpha.34",
"@arcjet/logger": "1.0.0-alpha.34",
"@arcjet/protocol": "1.0.0-alpha.34",
"@arcjet/transport": "1.0.0-alpha.34",
"arcjet": "1.0.0-alpha.34"
"@arcjet/env": "1.0.0-beta.1",
"@arcjet/headers": "1.0.0-beta.1",
"@arcjet/ip": "1.0.0-beta.1",
"@arcjet/logger": "1.0.0-beta.1",
"@arcjet/protocol": "1.0.0-beta.1",
"@arcjet/transport": "1.0.0-beta.1",
"arcjet": "1.0.0-beta.1"
},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.34",
"@arcjet/rollup-config": "1.0.0-alpha.34",
"@arcjet/tsconfig": "1.0.0-alpha.34",
"@arcjet/eslint-config": "1.0.0-beta.1",
"@arcjet/rollup-config": "1.0.0-beta.1",
"@arcjet/tsconfig": "1.0.0-beta.1",
"@types/deno": "2.0.0",
"@rollup/wasm-node": "4.30.1",
"expect": "29.7.0",
Expand Down
25 changes: 25 additions & 0 deletions arcjet-nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/nest-v1.0.0-beta.1) (2025-01-15)


### 🧹 Miscellaneous Chores

* Switch most test harnesses to node:test ([#2479](https://github.com/arcjet/arcjet-js/issues/2479)) ([8a71bbc](https://github.com/arcjet/arcjet-js/commit/8a71bbc3d1fa6b63586f1bae7fa6f0f8d4fbad66))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @arcjet/env bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/headers bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/ip bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/logger bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/protocol bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/transport bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/body bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* arcjet bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/rollup-config bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
* @arcjet/tsconfig bumped from 1.0.0-alpha.34 to 1.0.0-beta.1

## [1.0.0-alpha.34](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.33...@arcjet/nest-v1.0.0-alpha.34) (2024-12-03)


Expand Down
Loading

0 comments on commit 4bba15c

Please sign in to comment.