From 4626813cdcee5cf5048d65dc00c58d83a24bd5a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 17:47:07 +0000 Subject: [PATCH] chore: Release 1.0.0-beta.1 --- .github/.release-please-manifest.json | 60 ++--- CHANGELOG.md | 39 +++ analyze-wasm/CHANGELOG.md | 37 +++ analyze-wasm/package.json | 8 +- analyze/CHANGELOG.md | 29 +++ analyze/package.json | 12 +- arcjet-bun/CHANGELOG.md | 24 ++ arcjet-bun/package.json | 22 +- arcjet-deno/CHANGELOG.md | 24 ++ arcjet-deno/package.json | 22 +- arcjet-nest/CHANGELOG.md | 25 ++ arcjet-nest/package.json | 24 +- arcjet-next/CHANGELOG.md | 24 ++ arcjet-next/package.json | 22 +- arcjet-node/CHANGELOG.md | 25 ++ arcjet-node/package.json | 24 +- arcjet-remix/CHANGELOG.md | 24 ++ arcjet-remix/package.json | 22 +- arcjet-sveltekit/CHANGELOG.md | 24 ++ arcjet-sveltekit/package.json | 22 +- arcjet/CHANGELOG.md | 37 +++ arcjet/package.json | 18 +- body/CHANGELOG.md | 16 ++ body/package.json | 8 +- decorate/CHANGELOG.md | 19 ++ decorate/package.json | 12 +- duration/CHANGELOG.md | 16 ++ duration/package.json | 8 +- env/CHANGELOG.md | 16 ++ env/package.json | 8 +- eslint-config/CHANGELOG.md | 7 + eslint-config/package.json | 2 +- headers/CHANGELOG.md | 16 ++ headers/package.json | 8 +- ip/CHANGELOG.md | 16 ++ ip/package.json | 8 +- logger/CHANGELOG.md | 18 ++ logger/package.json | 10 +- nosecone-next/CHANGELOG.md | 18 ++ nosecone-next/package.json | 10 +- nosecone-sveltekit/CHANGELOG.md | 18 ++ nosecone-sveltekit/package.json | 10 +- nosecone/CHANGELOG.md | 16 ++ nosecone/package.json | 8 +- package-lock.json | 350 +++++++++++++------------- package.json | 2 +- protocol/CHANGELOG.md | 33 +++ protocol/package.json | 8 +- redact-wasm/CHANGELOG.md | 25 ++ redact-wasm/package.json | 8 +- redact/CHANGELOG.md | 18 ++ redact/package.json | 10 +- rollup-config/CHANGELOG.md | 15 ++ rollup-config/package.json | 6 +- runtime/CHANGELOG.md | 16 ++ runtime/package.json | 8 +- sprintf/CHANGELOG.md | 16 ++ sprintf/package.json | 8 +- transport/CHANGELOG.md | 16 ++ transport/package.json | 8 +- tsconfig/CHANGELOG.md | 7 + tsconfig/package.json | 2 +- 62 files changed, 1013 insertions(+), 379 deletions(-) create mode 100644 analyze-wasm/CHANGELOG.md diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index d823f0757..f75266db7 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b7faea4b9..4a4af5754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/analyze-wasm/CHANGELOG.md b/analyze-wasm/CHANGELOG.md new file mode 100644 index 000000000..62c0e17a5 --- /dev/null +++ b/analyze-wasm/CHANGELOG.md @@ -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 diff --git a/analyze-wasm/package.json b/analyze-wasm/package.json index 266e432fb..0c5ac0594 100644 --- a/analyze-wasm/package.json +++ b/analyze-wasm/package.json @@ -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", @@ -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", diff --git a/analyze/CHANGELOG.md b/analyze/CHANGELOG.md index 93154ca3e..9988b7ecf 100644 --- a/analyze/CHANGELOG.md +++ b/analyze/CHANGELOG.md @@ -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) diff --git a/analyze/package.json b/analyze/package.json index ac1e36cbb..df2143032 100644 --- a/analyze/package.json +++ b/analyze/package.json @@ -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", @@ -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", diff --git a/arcjet-bun/CHANGELOG.md b/arcjet-bun/CHANGELOG.md index 411a14652..6de934f1c 100644 --- a/arcjet-bun/CHANGELOG.md +++ b/arcjet-bun/CHANGELOG.md @@ -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) diff --git a/arcjet-bun/package.json b/arcjet-bun/package.json index 9c2140b70..5f553b1a5 100644 --- a/arcjet-bun/package.json +++ b/arcjet-bun/package.json @@ -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", @@ -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", diff --git a/arcjet-deno/CHANGELOG.md b/arcjet-deno/CHANGELOG.md index 4390d851a..e151423de 100644 --- a/arcjet-deno/CHANGELOG.md +++ b/arcjet-deno/CHANGELOG.md @@ -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) diff --git a/arcjet-deno/package.json b/arcjet-deno/package.json index 46c1bea2e..64abd646c 100644 --- a/arcjet-deno/package.json +++ b/arcjet-deno/package.json @@ -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", @@ -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", diff --git a/arcjet-nest/CHANGELOG.md b/arcjet-nest/CHANGELOG.md index 8ea473697..a275fbef7 100644 --- a/arcjet-nest/CHANGELOG.md +++ b/arcjet-nest/CHANGELOG.md @@ -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) diff --git a/arcjet-nest/package.json b/arcjet-nest/package.json index d9dd18284..bce82311b 100644 --- a/arcjet-nest/package.json +++ b/arcjet-nest/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/nest", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Arcjet SDK for NestJS", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -39,23 +39,23 @@ "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/body": "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/body": "1.0.0-beta.1", + "arcjet": "1.0.0-beta.1" }, "peerDependencies": { "@nestjs/common": "^10", "reflect-metadata": "^0.1.12 || ^0.2.0" }, "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", "@nestjs/common": "^10.4.15", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", diff --git a/arcjet-next/CHANGELOG.md b/arcjet-next/CHANGELOG.md index cdb777d2b..69a698639 100644 --- a/arcjet-next/CHANGELOG.md +++ b/arcjet-next/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/next-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/next-v1.0.0-alpha.34) (2024-12-03) diff --git a/arcjet-next/package.json b/arcjet-next/package.json index c40cfaa17..178a5d0d3 100644 --- a/arcjet-next/package.json +++ b/arcjet-next/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/next", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Arcjet SDK for the Next.js framework", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -39,21 +39,21 @@ "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" }, "peerDependencies": { "next": ">=13" }, "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": "18.18.0", "@rollup/wasm-node": "4.30.1", "next": "15.1.4", diff --git a/arcjet-node/CHANGELOG.md b/arcjet-node/CHANGELOG.md index 5409bb834..d61f96820 100644 --- a/arcjet-node/CHANGELOG.md +++ b/arcjet-node/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/node-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/node-v1.0.0-alpha.34) (2024-12-03) diff --git a/arcjet-node/package.json b/arcjet-node/package.json index 1b1be1311..339fc2005 100644 --- a/arcjet-node/package.json +++ b/arcjet-node/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/node", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Arcjet SDK for Node.js", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -39,19 +39,19 @@ "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/body": "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/body": "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": "18.18.0", "@rollup/wasm-node": "4.30.1", "expect": "29.7.0", diff --git a/arcjet-remix/CHANGELOG.md b/arcjet-remix/CHANGELOG.md index e5d8d50a3..6a9e2f684 100644 --- a/arcjet-remix/CHANGELOG.md +++ b/arcjet-remix/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/remix-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/remix-v1.0.0-alpha.34) (2024-12-03) diff --git a/arcjet-remix/package.json b/arcjet-remix/package.json index 62c7c2f6c..1a688702c 100644 --- a/arcjet-remix/package.json +++ b/arcjet-remix/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/remix", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Arcjet SDK for Remix", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -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", "@rollup/wasm-node": "4.30.1", "expect": "29.7.0", "typescript": "5.7.3" diff --git a/arcjet-sveltekit/CHANGELOG.md b/arcjet-sveltekit/CHANGELOG.md index d3d8a6faa..d961af863 100644 --- a/arcjet-sveltekit/CHANGELOG.md +++ b/arcjet-sveltekit/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/sveltekit-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/sveltekit-v1.0.0-alpha.34) (2024-12-03) diff --git a/arcjet-sveltekit/package.json b/arcjet-sveltekit/package.json index bde7d545b..6ec1f0cde 100644 --- a/arcjet-sveltekit/package.json +++ b/arcjet-sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/sveltekit", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Arcjet SDK for SvelteKit", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -39,18 +39,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": "18.18.0", "@rollup/wasm-node": "4.30.1", "expect": "29.7.0", diff --git a/arcjet/CHANGELOG.md b/arcjet/CHANGELOG.md index cf50f628b..263c12ddf 100644 --- a/arcjet/CHANGELOG.md +++ b/arcjet/CHANGELOG.md @@ -1,5 +1,42 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...arcjet-v1.0.0-beta.1) (2025-01-15) + + +### ⚠ BREAKING CHANGES + +* **protocol:** Improve deprecation message on enum-like field usage ([#2855](https://github.com/arcjet/arcjet-js/issues/2855)) + +### 🚀 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 + +* **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)) + + +### 🧹 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/analyze bumped from 1.0.0-alpha.34 to 1.0.0-beta.1 + * @arcjet/duration 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/protocol bumped from 1.0.0-alpha.34 to 1.0.0-beta.1 + * @arcjet/runtime 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-v1.0.0-alpha.34) (2024-12-03) diff --git a/arcjet/package.json b/arcjet/package.json index a99cecc60..106bb00ee 100644 --- a/arcjet/package.json +++ b/arcjet/package.json @@ -1,6 +1,6 @@ { "name": "arcjet", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Arcjet TypeScript and JavaScript SDK core", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -39,16 +39,16 @@ "test": "node --test --experimental-test-coverage" }, "dependencies": { - "@arcjet/analyze": "1.0.0-alpha.34", - "@arcjet/duration": "1.0.0-alpha.34", - "@arcjet/headers": "1.0.0-alpha.34", - "@arcjet/protocol": "1.0.0-alpha.34", - "@arcjet/runtime": "1.0.0-alpha.34" + "@arcjet/analyze": "1.0.0-beta.1", + "@arcjet/duration": "1.0.0-beta.1", + "@arcjet/headers": "1.0.0-beta.1", + "@arcjet/protocol": "1.0.0-beta.1", + "@arcjet/runtime": "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", diff --git a/body/CHANGELOG.md b/body/CHANGELOG.md index 9cf25e1f4..c0a94f666 100644 --- a/body/CHANGELOG.md +++ b/body/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/body-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 + * 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/body-v1.0.0-alpha.34) (2024-12-03) diff --git a/body/package.json b/body/package.json index bc391a0d9..f45412c12 100644 --- a/body/package.json +++ b/body/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/body", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Arcjet utilities for extracting the body from a Node.js IncomingMessage", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,9 +40,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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", diff --git a/decorate/CHANGELOG.md b/decorate/CHANGELOG.md index d0d136c03..d2aab1698 100644 --- a/decorate/CHANGELOG.md +++ b/decorate/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/decorate-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/protocol bumped from 1.0.0-alpha.34 to 1.0.0-beta.1 + * @arcjet/sprintf 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/decorate-v1.0.0-alpha.34) (2024-12-03) diff --git a/decorate/package.json b/decorate/package.json index c4db9c07e..b01c26be8 100644 --- a/decorate/package.json +++ b/decorate/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/decorate", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Arcjet utilities for decorating responses with information", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -39,13 +39,13 @@ "test": "node --test --experimental-test-coverage" }, "dependencies": { - "@arcjet/protocol": "1.0.0-alpha.34", - "@arcjet/sprintf": "1.0.0-alpha.34" + "@arcjet/protocol": "1.0.0-beta.1", + "@arcjet/sprintf": "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", diff --git a/duration/CHANGELOG.md b/duration/CHANGELOG.md index 5fd2f9fa1..2469f445a 100644 --- a/duration/CHANGELOG.md +++ b/duration/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/duration-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 + * 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/duration-v1.0.0-alpha.34) (2024-12-03) diff --git a/duration/package.json b/duration/package.json index f8ef0ac3d..cee58f4be 100644 --- a/duration/package.json +++ b/duration/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/duration", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Arcjet utilities for parsing duration strings", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,9 +40,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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", diff --git a/env/CHANGELOG.md b/env/CHANGELOG.md index f0c9d82d1..74113b7a2 100644 --- a/env/CHANGELOG.md +++ b/env/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/env-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 + * 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/env-v1.0.0-alpha.34) (2024-12-03) diff --git a/env/package.json b/env/package.json index 1332b2f75..b222fdec9 100644 --- a/env/package.json +++ b/env/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/env", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Arcjet environment detection", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,9 +40,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", "@rollup/wasm-node": "4.30.1", "expect": "29.7.0", "typescript": "5.7.3" diff --git a/eslint-config/CHANGELOG.md b/eslint-config/CHANGELOG.md index a97814f8d..f7d5eb9a7 100644 --- a/eslint-config/CHANGELOG.md +++ b/eslint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/eslint-config-v1.0.0-beta.1) (2025-01-15) + + +### 🧹 Miscellaneous Chores + +* **@arcjet/eslint-config:** Synchronize arcjet-js versions + ## [1.0.0-alpha.34](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.33...@arcjet/eslint-config-v1.0.0-alpha.34) (2024-12-03) diff --git a/eslint-config/package.json b/eslint-config/package.json index 48b1df654..a07513439 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/eslint-config", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Custom eslint config for Arcjet projects", "license": "Apache-2.0", "homepage": "https://arcjet.com", diff --git a/headers/CHANGELOG.md b/headers/CHANGELOG.md index d12806ba0..0d49e8a9c 100644 --- a/headers/CHANGELOG.md +++ b/headers/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/headers-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 + * 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/headers-v1.0.0-alpha.34) (2024-12-03) diff --git a/headers/package.json b/headers/package.json index a86f48ce0..a20271abc 100644 --- a/headers/package.json +++ b/headers/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/headers", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Arcjet extension of the Headers class", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,9 +40,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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", diff --git a/ip/CHANGELOG.md b/ip/CHANGELOG.md index 44bdcfad4..5d0927341 100644 --- a/ip/CHANGELOG.md +++ b/ip/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/ip-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 + * 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/ip-v1.0.0-alpha.34) (2024-12-03) diff --git a/ip/package.json b/ip/package.json index 9b601a0e4..835f67309 100644 --- a/ip/package.json +++ b/ip/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/ip", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Arcjet utilities for finding the originating IP of a request", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,9 +40,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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", diff --git a/logger/CHANGELOG.md b/logger/CHANGELOG.md index 0a8c8cc04..189b24ff8 100644 --- a/logger/CHANGELOG.md +++ b/logger/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/logger-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/sprintf 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/logger-v1.0.0-alpha.34) (2024-12-03) diff --git a/logger/package.json b/logger/package.json index 219f969a4..109402c9b 100644 --- a/logger/package.json +++ b/logger/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/logger", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Arcjet lightweight logger which mirrors the Pino structured logger interface", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -39,12 +39,12 @@ "test": "node --test --experimental-test-coverage" }, "dependencies": { - "@arcjet/sprintf": "1.0.0-alpha.34" + "@arcjet/sprintf": "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", diff --git a/nosecone-next/CHANGELOG.md b/nosecone-next/CHANGELOG.md index eed54411d..8ff9e82ee 100644 --- a/nosecone-next/CHANGELOG.md +++ b/nosecone-next/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@nosecone/next-v1.0.0-beta.1) (2025-01-15) + + +### 🧹 Miscellaneous Chores + +* **@nosecone/next:** Synchronize arcjet-js versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * nosecone 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...@nosecone/next-v1.0.0-alpha.34) (2024-12-03) diff --git a/nosecone-next/package.json b/nosecone-next/package.json index 35fd0d04e..bd6891298 100644 --- a/nosecone-next/package.json +++ b/nosecone-next/package.json @@ -1,6 +1,6 @@ { "name": "@nosecone/next", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Protect your Next.js application with secure headers", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -39,15 +39,15 @@ "test": "node --test" }, "dependencies": { - "nosecone": "1.0.0-alpha.34" + "nosecone": "1.0.0-beta.1" }, "peerDependencies": { "next": ">=14" }, "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "next": "15.1.4", diff --git a/nosecone-sveltekit/CHANGELOG.md b/nosecone-sveltekit/CHANGELOG.md index 80584af75..f18357354 100644 --- a/nosecone-sveltekit/CHANGELOG.md +++ b/nosecone-sveltekit/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@nosecone/sveltekit-v1.0.0-beta.1) (2025-01-15) + + +### 🧹 Miscellaneous Chores + +* **@nosecone/sveltekit:** Synchronize arcjet-js versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * nosecone 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...@nosecone/sveltekit-v1.0.0-alpha.34) (2024-12-03) diff --git a/nosecone-sveltekit/package.json b/nosecone-sveltekit/package.json index 1dad70c23..dd22e7387 100644 --- a/nosecone-sveltekit/package.json +++ b/nosecone-sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@nosecone/sveltekit", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Protect your SvelteKit application with secure headers", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -39,15 +39,15 @@ "test": "node --test" }, "dependencies": { - "nosecone": "1.0.0-alpha.34" + "nosecone": "1.0.0-beta.1" }, "peerDependencies": { "@sveltejs/kit": ">=2" }, "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", "@rollup/wasm-node": "4.30.1", "@sveltejs/kit": "^2.15.2", "@types/node": "18.18.0", diff --git a/nosecone/CHANGELOG.md b/nosecone/CHANGELOG.md index 40025389e..a0f010429 100644 --- a/nosecone/CHANGELOG.md +++ b/nosecone/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...nosecone-v1.0.0-beta.1) (2025-01-15) + + +### 🧹 Miscellaneous Chores + +* **nosecone:** Synchronize arcjet-js versions + + +### 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 + ## [1.0.0-alpha.34](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.33...nosecone-v1.0.0-alpha.34) (2024-12-03) diff --git a/nosecone/package.json b/nosecone/package.json index 090bb7ea6..0879df7f6 100644 --- a/nosecone/package.json +++ b/nosecone/package.json @@ -1,6 +1,6 @@ { "name": "nosecone", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Protect your Response with secure headers", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,9 +40,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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "typescript": "5.7.3" diff --git a/package-lock.json b/package-lock.json index baae334ab..8f3457e44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arcjet-js", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "arcjet-js", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "workspaces": [ "*" ], @@ -19,16 +19,16 @@ }, "analyze": { "name": "@arcjet/analyze", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "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", @@ -41,12 +41,12 @@ }, "analyze-wasm": { "name": "@arcjet/analyze-wasm", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "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", @@ -58,19 +58,19 @@ } }, "arcjet": { - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "dependencies": { - "@arcjet/analyze": "1.0.0-alpha.34", - "@arcjet/duration": "1.0.0-alpha.34", - "@arcjet/headers": "1.0.0-alpha.34", - "@arcjet/protocol": "1.0.0-alpha.34", - "@arcjet/runtime": "1.0.0-alpha.34" + "@arcjet/analyze": "1.0.0-beta.1", + "@arcjet/duration": "1.0.0-beta.1", + "@arcjet/headers": "1.0.0-beta.1", + "@arcjet/protocol": "1.0.0-beta.1", + "@arcjet/runtime": "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", @@ -82,21 +82,21 @@ }, "arcjet-bun": { "name": "@arcjet/bun", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "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", "@rollup/wasm-node": "4.30.1", "@types/node": "20.12.12", "bun-types": "1.1.43", @@ -115,21 +115,21 @@ }, "arcjet-deno": { "name": "@arcjet/deno", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "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", "@rollup/wasm-node": "4.30.1", "@types/deno": "2.0.0", "expect": "29.7.0", @@ -138,22 +138,22 @@ }, "arcjet-nest": { "name": "@arcjet/nest", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "dependencies": { - "@arcjet/body": "1.0.0-alpha.34", - "@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/body": "1.0.0-beta.1", + "@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", "@nestjs/common": "^10.4.15", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", @@ -170,21 +170,21 @@ }, "arcjet-next": { "name": "@arcjet/next", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "next": "15.1.4", @@ -199,22 +199,22 @@ }, "arcjet-node": { "name": "@arcjet/node", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "dependencies": { - "@arcjet/body": "1.0.0-alpha.34", - "@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/body": "1.0.0-beta.1", + "@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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", @@ -226,21 +226,21 @@ }, "arcjet-remix": { "name": "@arcjet/remix", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "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", "@rollup/wasm-node": "4.30.1", "expect": "29.7.0", "typescript": "5.7.3" @@ -248,21 +248,21 @@ }, "arcjet-sveltekit": { "name": "@arcjet/sveltekit", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", @@ -274,12 +274,12 @@ }, "body": { "name": "@arcjet/body", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", @@ -291,16 +291,16 @@ }, "decorate": { "name": "@arcjet/decorate", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "dependencies": { - "@arcjet/protocol": "1.0.0-alpha.34", - "@arcjet/sprintf": "1.0.0-alpha.34" + "@arcjet/protocol": "1.0.0-beta.1", + "@arcjet/sprintf": "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", @@ -312,12 +312,12 @@ }, "duration": { "name": "@arcjet/duration", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", @@ -329,12 +329,12 @@ }, "env": { "name": "@arcjet/env", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "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", "@rollup/wasm-node": "4.30.1", "expect": "29.7.0", "typescript": "5.7.3" @@ -345,7 +345,7 @@ }, "eslint-config": { "name": "@arcjet/eslint-config", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "dependencies": { "@typescript-eslint/eslint-plugin": "8.20.0", @@ -365,12 +365,12 @@ }, "headers": { "name": "@arcjet/headers", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", @@ -382,12 +382,12 @@ }, "ip": { "name": "@arcjet/ip", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", @@ -399,15 +399,15 @@ }, "logger": { "name": "@arcjet/logger", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "dependencies": { - "@arcjet/sprintf": "1.0.0-alpha.34" + "@arcjet/sprintf": "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", @@ -5216,12 +5216,12 @@ "peer": true }, "nosecone": { - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "typescript": "5.7.3" @@ -5232,15 +5232,15 @@ }, "nosecone-next": { "name": "@nosecone/next", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "dependencies": { - "nosecone": "1.0.0-alpha.34" + "nosecone": "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "next": "15.1.4", @@ -5255,15 +5255,15 @@ }, "nosecone-sveltekit": { "name": "@nosecone/sveltekit", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "dependencies": { - "nosecone": "1.0.0-alpha.34" + "nosecone": "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", "@rollup/wasm-node": "4.30.1", "@sveltejs/kit": "^2.15.2", "@types/node": "18.18.0", @@ -5278,7 +5278,7 @@ }, "protocol": { "name": "@arcjet/protocol", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "dependencies": { "@bufbuild/protobuf": "1.10.0", @@ -5286,9 +5286,9 @@ "typeid-js": "1.1.0" }, "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", @@ -5300,15 +5300,15 @@ }, "redact": { "name": "@arcjet/redact", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "dependencies": { - "@arcjet/redact-wasm": "1.0.0-alpha.34" + "@arcjet/redact-wasm": "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", @@ -5320,12 +5320,12 @@ }, "redact-wasm": { "name": "@arcjet/redact-wasm", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "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", @@ -5338,15 +5338,15 @@ }, "rollup-config": { "name": "@arcjet/rollup-config", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "dependencies": { "@rollup/plugin-replace": "6.0.2", "@rollup/plugin-typescript": "12.1.2" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.34", - "@arcjet/tsconfig": "1.0.0-alpha.34", + "@arcjet/eslint-config": "1.0.0-beta.1", + "@arcjet/tsconfig": "1.0.0-beta.1", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", @@ -5361,12 +5361,12 @@ }, "runtime": { "name": "@arcjet/runtime", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "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", "@rollup/wasm-node": "4.30.1", "expect": "29.7.0", "typescript": "5.7.3" @@ -5377,12 +5377,12 @@ }, "sprintf": { "name": "@arcjet/sprintf", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", @@ -5394,16 +5394,16 @@ }, "transport": { "name": "@arcjet/transport", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "dependencies": { "@connectrpc/connect-node": "1.6.1", "@connectrpc/connect-web": "1.6.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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", @@ -5415,7 +5415,7 @@ }, "tsconfig": { "name": "@arcjet/tsconfig", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "devDependencies": {}, "engines": { diff --git a/package.json b/package.json index f1519ac0f..878648735 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arcjet-js", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "private": true, "engines": { "node": ">=18" diff --git a/protocol/CHANGELOG.md b/protocol/CHANGELOG.md index 955a9f766..3810ab6d1 100644 --- a/protocol/CHANGELOG.md +++ b/protocol/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/protocol-v1.0.0-beta.1) (2025-01-15) + + +### ⚠ BREAKING CHANGES + +* **protocol:** Improve deprecation message on enum-like field usage ([#2855](https://github.com/arcjet/arcjet-js/issues/2855)) + +### 🚀 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 + +* **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)) + + +### 🧹 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) +* **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)) +* 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 + * 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/protocol-v1.0.0-alpha.34) (2024-12-03) diff --git a/protocol/package.json b/protocol/package.json index c5d08fb52..f475c46fe 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/protocol", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "The TypeScript & JavaScript interface into the Arcjet protocol", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -45,9 +45,9 @@ "typeid-js": "1.1.0" }, "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", diff --git a/redact-wasm/CHANGELOG.md b/redact-wasm/CHANGELOG.md index 0f4d41ee7..a85067895 100644 --- a/redact-wasm/CHANGELOG.md +++ b/redact-wasm/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/redact-wasm-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)) + +### 🪲 Bug Fixes + +* **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)) + + +### 🧹 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 + * 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/redact-wasm-v1.0.0-alpha.34) (2024-12-03) diff --git a/redact-wasm/package.json b/redact-wasm/package.json index 38f2bbd9c..b1543ba4f 100644 --- a/redact-wasm/package.json +++ b/redact-wasm/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/redact-wasm", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Arcjet sensitive information redaction detection engine", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -48,9 +48,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", diff --git a/redact/CHANGELOG.md b/redact/CHANGELOG.md index 998b495f8..81ffe64b6 100644 --- a/redact/CHANGELOG.md +++ b/redact/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/redact-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/redact-wasm 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/redact-v1.0.0-alpha.34) (2024-12-03) diff --git a/redact/package.json b/redact/package.json index 6a461d27f..23aab70ff 100644 --- a/redact/package.json +++ b/redact/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/redact", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Arcjet sensitive information redaction library", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -39,12 +39,12 @@ "test": "node --test --experimental-test-coverage" }, "dependencies": { - "@arcjet/redact-wasm": "1.0.0-alpha.34" + "@arcjet/redact-wasm": "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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", diff --git a/rollup-config/CHANGELOG.md b/rollup-config/CHANGELOG.md index e6348b9eb..f538627f0 100644 --- a/rollup-config/CHANGELOG.md +++ b/rollup-config/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/rollup-config-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 + * devDependencies + * @arcjet/eslint-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/rollup-config-v1.0.0-alpha.34) (2024-12-03) diff --git a/rollup-config/package.json b/rollup-config/package.json index 7a1582644..ef5186b8d 100644 --- a/rollup-config/package.json +++ b/rollup-config/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/rollup-config", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Custom rollup config for Arcjet projects", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -43,8 +43,8 @@ "@rollup/wasm-node": "^4" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.34", - "@arcjet/tsconfig": "1.0.0-alpha.34", + "@arcjet/eslint-config": "1.0.0-beta.1", + "@arcjet/tsconfig": "1.0.0-beta.1", "@types/node": "18.18.0", "@rollup/wasm-node": "4.30.1", "expect": "29.7.0", diff --git a/runtime/CHANGELOG.md b/runtime/CHANGELOG.md index 95b8fee34..e2b31e069 100644 --- a/runtime/CHANGELOG.md +++ b/runtime/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/runtime-v1.0.0-beta.1) (2025-01-15) + + +### 🧹 Miscellaneous Chores + +* **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) + + +### 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 + ## [1.0.0-alpha.34](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.33...@arcjet/runtime-v1.0.0-alpha.34) (2024-12-03) diff --git a/runtime/package.json b/runtime/package.json index 6e469cc34..79d678db4 100644 --- a/runtime/package.json +++ b/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/runtime", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Arcjet runtime detection", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,9 +40,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", "@rollup/wasm-node": "4.30.1", "expect": "29.7.0", "typescript": "5.7.3" diff --git a/sprintf/CHANGELOG.md b/sprintf/CHANGELOG.md index c7f4e9c2e..d020735e7 100644 --- a/sprintf/CHANGELOG.md +++ b/sprintf/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/sprintf-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 + * 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/sprintf-v1.0.0-alpha.34) (2024-12-03) diff --git a/sprintf/package.json b/sprintf/package.json index a5eecb706..47d63fe14 100644 --- a/sprintf/package.json +++ b/sprintf/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/sprintf", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Arcjet platform-independent replacement for util.format", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,9 +40,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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", diff --git a/transport/CHANGELOG.md b/transport/CHANGELOG.md index 799695aab..b021b7786 100644 --- a/transport/CHANGELOG.md +++ b/transport/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/transport-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 + * 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/transport-v1.0.0-alpha.34) (2024-12-03) diff --git a/transport/package.json b/transport/package.json index 1650d90be..9e4814abf 100644 --- a/transport/package.json +++ b/transport/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/transport", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Transport mechanisms for the Arcjet protocol", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -48,9 +48,9 @@ "@connectrpc/connect-web": "1.6.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", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "expect": "29.7.0", diff --git a/tsconfig/CHANGELOG.md b/tsconfig/CHANGELOG.md index 5fc94a59b..d718777de 100644 --- a/tsconfig/CHANGELOG.md +++ b/tsconfig/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/tsconfig-v1.0.0-beta.1) (2025-01-15) + + +### 🧹 Miscellaneous Chores + +* **@arcjet/tsconfig:** Synchronize arcjet-js versions + ## [1.0.0-alpha.34](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.33...@arcjet/tsconfig-v1.0.0-alpha.34) (2024-12-03) diff --git a/tsconfig/package.json b/tsconfig/package.json index 540e44e0c..1152959db 100644 --- a/tsconfig/package.json +++ b/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/tsconfig", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "description": "Custom tsconfig for Arcjet projects", "license": "Apache-2.0", "homepage": "https://arcjet.com",