diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index f63cbbd9a..4689dfb5d 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,21 +1,21 @@ { - ".": "1.0.0-alpha.14", - "analyze": "1.0.0-alpha.14", - "arcjet": "1.0.0-alpha.14", - "arcjet-bun": "1.0.0-alpha.14", - "arcjet-next": "1.0.0-alpha.14", - "arcjet-node": "1.0.0-alpha.14", - "arcjet-sveltekit": "1.0.0-alpha.14", - "decorate": "1.0.0-alpha.14", - "duration": "1.0.0-alpha.14", - "env": "1.0.0-alpha.14", - "eslint-config": "1.0.0-alpha.14", - "headers": "1.0.0-alpha.14", - "ip": "1.0.0-alpha.14", - "logger": "1.0.0-alpha.14", - "protocol": "1.0.0-alpha.14", - "rollup-config": "1.0.0-alpha.14", - "runtime": "1.0.0-alpha.14", - "sprintf": "1.0.0-alpha.14", - "tsconfig": "1.0.0-alpha.14" + ".": "1.0.0-alpha.15", + "analyze": "1.0.0-alpha.15", + "arcjet": "1.0.0-alpha.15", + "arcjet-bun": "1.0.0-alpha.15", + "arcjet-next": "1.0.0-alpha.15", + "arcjet-node": "1.0.0-alpha.15", + "arcjet-sveltekit": "1.0.0-alpha.15", + "decorate": "1.0.0-alpha.15", + "duration": "1.0.0-alpha.15", + "env": "1.0.0-alpha.15", + "eslint-config": "1.0.0-alpha.15", + "headers": "1.0.0-alpha.15", + "ip": "1.0.0-alpha.15", + "logger": "1.0.0-alpha.15", + "protocol": "1.0.0-alpha.15", + "rollup-config": "1.0.0-alpha.15", + "runtime": "1.0.0-alpha.15", + "sprintf": "1.0.0-alpha.15", + "tsconfig": "1.0.0-alpha.15" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index daed39ed8..5a23ca77e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,61 @@ # Changelog +## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2024-06-12) + + +### ⚠ BREAKING CHANGES + +* Remove rateLimit alias for fixedWindow rule ([#964](https://github.com/arcjet/arcjet-js/issues/964)) +* Remove logger dependency from core ([#929](https://github.com/arcjet/arcjet-js/issues/929)) +* Move client into protocol and rename builders in adapters ([#932](https://github.com/arcjet/arcjet-js/issues/932)) +* Freeze the ArcjetContext before using it ([#934](https://github.com/arcjet/arcjet-js/issues/934)) + +### 🪲 Bug Fixes + +* **examples:** Update Sveltekite deps & fix a typo ([#939](https://github.com/arcjet/arcjet-js/issues/939)) ([dffd4a5](https://github.com/arcjet/arcjet-js/commit/dffd4a5759c0eaddf1fbfbe0ade1e0b75d6adc14)) + + +### 📦 Dependencies + +* Bump braces from 3.0.2 to 3.0.3 ([#954](https://github.com/arcjet/arcjet-js/issues/954)) ([f3d2af5](https://github.com/arcjet/arcjet-js/commit/f3d2af53e6939f25597f75b1dfe212238afee626)) +* **dev:** Bump bun-types from 1.1.12 to 1.1.13 ([#947](https://github.com/arcjet/arcjet-js/issues/947)) ([bbf996d](https://github.com/arcjet/arcjet-js/commit/bbf996d6d2134fecee25eb218e9534b0550691fd)) +* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-app-dir-rl ([#962](https://github.com/arcjet/arcjet-js/issues/962)) ([3ef130f](https://github.com/arcjet/arcjet-js/commit/3ef130fe55c3da54927dd25b048b974ff6edf7f4)) +* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-app-dir-validate-email ([#961](https://github.com/arcjet/arcjet-js/issues/961)) ([05c8aed](https://github.com/arcjet/arcjet-js/commit/05c8aed7a2e56514d672485a5a117137e6026815)) +* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-authjs-5 ([#959](https://github.com/arcjet/arcjet-js/issues/959)) ([9af5c16](https://github.com/arcjet/arcjet-js/commit/9af5c166620b969e759bf01503321c74063fed44)) +* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-clerk-rl ([#949](https://github.com/arcjet/arcjet-js/issues/949)) ([2a3a919](https://github.com/arcjet/arcjet-js/commit/2a3a9190119b99d4aae99c73e23ed84e6e3578e5)) +* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-clerk-shield ([#957](https://github.com/arcjet/arcjet-js/issues/957)) ([18c5068](https://github.com/arcjet/arcjet-js/commit/18c506801a62f21a4521d5fd57157169a562321d)) +* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-decorate ([#952](https://github.com/arcjet/arcjet-js/issues/952)) ([3077d96](https://github.com/arcjet/arcjet-js/commit/3077d96d794d1ead9039c6429d97d86fcc924948)) +* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-ip-details ([#956](https://github.com/arcjet/arcjet-js/issues/956)) ([466c6d6](https://github.com/arcjet/arcjet-js/commit/466c6d63351af181789ed4f35986d0aaf36a7b09)) +* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-nextauth-4 ([#951](https://github.com/arcjet/arcjet-js/issues/951)) ([c6270dd](https://github.com/arcjet/arcjet-js/commit/c6270ddd266c354c1d08725493d1b997f89ba763)) +* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-openai ([#955](https://github.com/arcjet/arcjet-js/issues/955)) ([cc46877](https://github.com/arcjet/arcjet-js/commit/cc46877c730debb10622a9f674150d9229678cf4)) +* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-pages-wrap ([#953](https://github.com/arcjet/arcjet-js/issues/953)) ([6449d0d](https://github.com/arcjet/arcjet-js/commit/6449d0de43706929f8739762e7cc8a24b60382e8)) +* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-react-hook-form ([#958](https://github.com/arcjet/arcjet-js/issues/958)) ([3cc0ae7](https://github.com/arcjet/arcjet-js/commit/3cc0ae71b57de1452e00611b6d5ce286fd184f27)) +* **example:** Bump hono from 4.4.4 to 4.4.5 in /examples/nodejs-hono-rl in the dependencies group ([#923](https://github.com/arcjet/arcjet-js/issues/923)) ([8458fe8](https://github.com/arcjet/arcjet-js/commit/8458fe84a16df97de2b92fbec82a4a75350d5a9d)) +* **example:** Bump next from 14.2.3 to 14.2.4 in /examples/nextjs-14-authjs-5 in the dependencies group ([#940](https://github.com/arcjet/arcjet-js/issues/940)) ([4a1e3c1](https://github.com/arcjet/arcjet-js/commit/4a1e3c13365a0f6a8317f457ad18e745755abc60)) +* **example:** Bump prettier from 3.3.1 to 3.3.2 in /examples/sveltekit in the dependencies group ([#926](https://github.com/arcjet/arcjet-js/issues/926)) ([30e03ad](https://github.com/arcjet/arcjet-js/commit/30e03ad1d65d9e44668e73b7db68db82a626621e)) +* **example:** Bump the dependencies group across 1 directory with 3 updates ([#943](https://github.com/arcjet/arcjet-js/issues/943)) ([8e84ab6](https://github.com/arcjet/arcjet-js/commit/8e84ab616adf62975ebf3d565cb44345dff5773d)) +* **example:** Bump the dependencies group across 1 directory with 3 updates ([#960](https://github.com/arcjet/arcjet-js/issues/960)) ([12c541c](https://github.com/arcjet/arcjet-js/commit/12c541ccccc33efead5058af00a9d0d74ceacd88)) +* **example:** Bump the dependencies group across 1 directory with 3 updates ([#963](https://github.com/arcjet/arcjet-js/issues/963)) ([37f387c](https://github.com/arcjet/arcjet-js/commit/37f387c11d13885cb2249a2598afaf13cde1acbd)) +* **example:** Bump the dependencies group across 1 directory with 4 updates ([#946](https://github.com/arcjet/arcjet-js/issues/946)) ([71fcc86](https://github.com/arcjet/arcjet-js/commit/71fcc860431d80f85b856f7b397c5c429e5a49b9)) +* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-rl with 2 updates ([#937](https://github.com/arcjet/arcjet-js/issues/937)) ([9384f4e](https://github.com/arcjet/arcjet-js/commit/9384f4ebf1bd78dd4a5ef84aa83fac2e24287b3b)) +* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-validate-email with 2 updates ([#944](https://github.com/arcjet/arcjet-js/issues/944)) ([6b6fe28](https://github.com/arcjet/arcjet-js/commit/6b6fe281c7b91c533facf86db2363c8c0d72ae21)) +* **example:** Bump the dependencies group in /examples/nextjs-14-decorate with 2 updates ([#938](https://github.com/arcjet/arcjet-js/issues/938)) ([8c31888](https://github.com/arcjet/arcjet-js/commit/8c31888cf348d6c8c4aeb50c95f4e1451d1a732d)) +* **example:** Bump the dependencies group in /examples/nextjs-14-ip-details with 2 updates ([#936](https://github.com/arcjet/arcjet-js/issues/936)) ([0cb5ed7](https://github.com/arcjet/arcjet-js/commit/0cb5ed700dc946a89ba89b71427963a794dee271)) +* **example:** Bump the dependencies group in /examples/nextjs-14-nextauth-4 with 2 updates ([#942](https://github.com/arcjet/arcjet-js/issues/942)) ([00d32d1](https://github.com/arcjet/arcjet-js/commit/00d32d1c84dab67d57354de35cd60920771dba20)) +* **example:** Bump the dependencies group in /examples/nextjs-14-pages-wrap with 2 updates ([#935](https://github.com/arcjet/arcjet-js/issues/935)) ([78f1a31](https://github.com/arcjet/arcjet-js/commit/78f1a31cf8cbaca914aec3c72c11e96a5d96cdf6)) + + +### 🧹 Miscellaneous Chores + +* **deps-dev:** Bump braces from 3.0.2 to 3.0.3 in /examples/nodejs-nestjs ([#950](https://github.com/arcjet/arcjet-js/issues/950)) ([eb4efc1](https://github.com/arcjet/arcjet-js/commit/eb4efc1af48a95da9bd44dd67da298d44ebdd11e)) +* Fix typo in the release-please config ([#966](https://github.com/arcjet/arcjet-js/issues/966)) ([4e67890](https://github.com/arcjet/arcjet-js/commit/4e678908239247ebaf9003b892f7eb9da0e145ec)) +* Freeze the ArcjetContext before using it ([#934](https://github.com/arcjet/arcjet-js/issues/934)) ([6720504](https://github.com/arcjet/arcjet-js/commit/672050415e4c73027be44238abbd9c7312519978)) +* Link the versions of our new packages ([#965](https://github.com/arcjet/arcjet-js/issues/965)) ([6d20dfc](https://github.com/arcjet/arcjet-js/commit/6d20dfc17f0075c3cd3e7006cdfa367b2c68ca04)) +* Move client into protocol and rename builders in adapters ([#932](https://github.com/arcjet/arcjet-js/issues/932)) ([ea1c2b2](https://github.com/arcjet/arcjet-js/commit/ea1c2b25d146be10056cbc616180abeac75f9a01)) +* Remove logger dependency from core ([#929](https://github.com/arcjet/arcjet-js/issues/929)) ([8c15961](https://github.com/arcjet/arcjet-js/commit/8c15961dfbb7f193f93a5036b26f181fc2ae7ec7)) +* Remove rateLimit alias for fixedWindow rule ([#964](https://github.com/arcjet/arcjet-js/issues/964)) ([320d67c](https://github.com/arcjet/arcjet-js/commit/320d67c8c45ac381811615a10c86286057192291)) +* **rollup-config:** Allow more builtins to avoid warnings ([#933](https://github.com/arcjet/arcjet-js/issues/933)) ([2d6f4a0](https://github.com/arcjet/arcjet-js/commit/2d6f4a0c4bbab46eb79f96270abdc5a48dbc616b)) + ## [1.0.0-alpha.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2024-06-10) diff --git a/analyze/CHANGELOG.md b/analyze/CHANGELOG.md index 1ba18f4e0..58ea219c0 100644 --- a/analyze/CHANGELOG.md +++ b/analyze/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/analyze-v1.0.0-alpha.15) (2024-06-12) + + +### 🧹 Miscellaneous Chores + +* **@arcjet/analyze:** Synchronize arcjet-js versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/protocol bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/rollup-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + ## [1.0.0-alpha.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.13...@arcjet/analyze-v1.0.0-alpha.14) (2024-06-10) diff --git a/analyze/package.json b/analyze/package.json index a9bc17db0..58983f80b 100644 --- a/analyze/package.json +++ b/analyze/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/analyze", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "description": "Arcjet local analysis engine", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -51,12 +51,12 @@ "./wasm/arcjet_analyze_js_req_bg.js" ], "dependencies": { - "@arcjet/protocol": "1.0.0-alpha.14" + "@arcjet/protocol": "1.0.0-alpha.15" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@bytecodealliance/jco": "1.2.4", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", diff --git a/arcjet-bun/CHANGELOG.md b/arcjet-bun/CHANGELOG.md index 6c510f74f..bcdfbb0d4 100644 --- a/arcjet-bun/CHANGELOG.md +++ b/arcjet-bun/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/bun-v1.0.0-alpha.15) (2024-06-12) + + +### ⚠ BREAKING CHANGES + +* Move client into protocol and rename builders in adapters ([#932](https://github.com/arcjet/arcjet-js/issues/932)) + +### 📦 Dependencies + +* **dev:** Bump bun-types from 1.1.12 to 1.1.13 ([#947](https://github.com/arcjet/arcjet-js/issues/947)) ([bbf996d](https://github.com/arcjet/arcjet-js/commit/bbf996d6d2134fecee25eb218e9534b0550691fd)) + + +### 🧹 Miscellaneous Chores + +* Move client into protocol and rename builders in adapters ([#932](https://github.com/arcjet/arcjet-js/issues/932)) ([ea1c2b2](https://github.com/arcjet/arcjet-js/commit/ea1c2b25d146be10056cbc616180abeac75f9a01)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/env bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/headers bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/ip bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/logger bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/protocol bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * arcjet bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/rollup-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + ## [1.0.0-alpha.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.13...@arcjet/bun-v1.0.0-alpha.14) (2024-06-10) diff --git a/arcjet-bun/package.json b/arcjet-bun/package.json index b650195eb..ec2ae6bfa 100644 --- a/arcjet-bun/package.json +++ b/arcjet-bun/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/bun", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "description": "Arcjet SDK for Bun.sh", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -38,18 +38,18 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests" }, "dependencies": { - "@arcjet/env": "1.0.0-alpha.14", - "@arcjet/headers": "1.0.0-alpha.14", - "@arcjet/ip": "1.0.0-alpha.14", - "@arcjet/logger": "1.0.0-alpha.14", - "@arcjet/protocol": "1.0.0-alpha.14", + "@arcjet/env": "1.0.0-alpha.15", + "@arcjet/headers": "1.0.0-alpha.15", + "@arcjet/ip": "1.0.0-alpha.15", + "@arcjet/logger": "1.0.0-alpha.15", + "@arcjet/protocol": "1.0.0-alpha.15", "@connectrpc/connect-node": "1.4.0", - "arcjet": "1.0.0-alpha.14" + "arcjet": "1.0.0-alpha.15" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@types/node": "20.12.12", "@rollup/wasm-node": "4.18.0", diff --git a/arcjet-next/CHANGELOG.md b/arcjet-next/CHANGELOG.md index 44ddfebd7..45d6d7798 100644 --- a/arcjet-next/CHANGELOG.md +++ b/arcjet-next/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/next-v1.0.0-alpha.15) (2024-06-12) + + +### ⚠ BREAKING CHANGES + +* Move client into protocol and rename builders in adapters ([#932](https://github.com/arcjet/arcjet-js/issues/932)) + +### 🧹 Miscellaneous Chores + +* Move client into protocol and rename builders in adapters ([#932](https://github.com/arcjet/arcjet-js/issues/932)) ([ea1c2b2](https://github.com/arcjet/arcjet-js/commit/ea1c2b25d146be10056cbc616180abeac75f9a01)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/env bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/headers bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/ip bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/logger bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/protocol bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * arcjet bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/rollup-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + ## [1.0.0-alpha.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.13...@arcjet/next-v1.0.0-alpha.14) (2024-06-10) diff --git a/arcjet-next/package.json b/arcjet-next/package.json index caaf6b08e..c190b5e2a 100644 --- a/arcjet-next/package.json +++ b/arcjet-next/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/next", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "description": "Arcjet SDK for the Next.js framework", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,21 +40,21 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests" }, "dependencies": { - "@arcjet/env": "1.0.0-alpha.14", - "@arcjet/headers": "1.0.0-alpha.14", - "@arcjet/ip": "1.0.0-alpha.14", - "@arcjet/logger": "1.0.0-alpha.14", - "@arcjet/protocol": "1.0.0-alpha.14", + "@arcjet/env": "1.0.0-alpha.15", + "@arcjet/headers": "1.0.0-alpha.15", + "@arcjet/ip": "1.0.0-alpha.15", + "@arcjet/logger": "1.0.0-alpha.15", + "@arcjet/protocol": "1.0.0-alpha.15", "@connectrpc/connect-web": "1.4.0", - "arcjet": "1.0.0-alpha.14" + "arcjet": "1.0.0-alpha.15" }, "peerDependencies": { "next": ">=13" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@types/node": "18.18.0", "@rollup/wasm-node": "4.18.0", diff --git a/arcjet-node/CHANGELOG.md b/arcjet-node/CHANGELOG.md index 61036dba0..8ba2788b8 100644 --- a/arcjet-node/CHANGELOG.md +++ b/arcjet-node/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/node-v1.0.0-alpha.15) (2024-06-12) + + +### ⚠ BREAKING CHANGES + +* Move client into protocol and rename builders in adapters ([#932](https://github.com/arcjet/arcjet-js/issues/932)) + +### 🧹 Miscellaneous Chores + +* Move client into protocol and rename builders in adapters ([#932](https://github.com/arcjet/arcjet-js/issues/932)) ([ea1c2b2](https://github.com/arcjet/arcjet-js/commit/ea1c2b25d146be10056cbc616180abeac75f9a01)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/env bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/headers bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/ip bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/logger bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/protocol bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * arcjet bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/rollup-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + ## [1.0.0-alpha.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.13...@arcjet/node-v1.0.0-alpha.14) (2024-06-10) diff --git a/arcjet-node/package.json b/arcjet-node/package.json index 4d1428047..0d20124e8 100644 --- a/arcjet-node/package.json +++ b/arcjet-node/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/node", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "description": "Arcjet SDK for Node.js", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,18 +40,18 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests" }, "dependencies": { - "@arcjet/env": "1.0.0-alpha.14", - "@arcjet/headers": "1.0.0-alpha.14", - "@arcjet/ip": "1.0.0-alpha.14", - "@arcjet/logger": "1.0.0-alpha.14", - "@arcjet/protocol": "1.0.0-alpha.14", + "@arcjet/env": "1.0.0-alpha.15", + "@arcjet/headers": "1.0.0-alpha.15", + "@arcjet/ip": "1.0.0-alpha.15", + "@arcjet/logger": "1.0.0-alpha.15", + "@arcjet/protocol": "1.0.0-alpha.15", "@connectrpc/connect-node": "1.4.0", - "arcjet": "1.0.0-alpha.14" + "arcjet": "1.0.0-alpha.15" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@types/node": "18.18.0", "@rollup/wasm-node": "4.18.0", diff --git a/arcjet-sveltekit/CHANGELOG.md b/arcjet-sveltekit/CHANGELOG.md index 3208beaa2..c5c3149fe 100644 --- a/arcjet-sveltekit/CHANGELOG.md +++ b/arcjet-sveltekit/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/sveltekit-v1.0.0-alpha.15) (2024-06-12) + + +### ⚠ BREAKING CHANGES + +* Move client into protocol and rename builders in adapters ([#932](https://github.com/arcjet/arcjet-js/issues/932)) + +### 🧹 Miscellaneous Chores + +* Move client into protocol and rename builders in adapters ([#932](https://github.com/arcjet/arcjet-js/issues/932)) ([ea1c2b2](https://github.com/arcjet/arcjet-js/commit/ea1c2b25d146be10056cbc616180abeac75f9a01)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/env bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/headers bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/ip bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/logger bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/protocol bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/runtime bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * arcjet bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/rollup-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + ## [1.0.0-alpha.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.13...@arcjet/sveltekit-v1.0.0-alpha.14) (2024-06-10) diff --git a/arcjet-sveltekit/package.json b/arcjet-sveltekit/package.json index 1374db5fb..ea2385d5e 100644 --- a/arcjet-sveltekit/package.json +++ b/arcjet-sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/sveltekit", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "description": "Arcjet SDK for SvelteKit", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,20 +40,20 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests" }, "dependencies": { - "@arcjet/env": "1.0.0-alpha.14", - "@arcjet/headers": "1.0.0-alpha.14", - "@arcjet/ip": "1.0.0-alpha.14", - "@arcjet/logger": "1.0.0-alpha.14", - "@arcjet/protocol": "1.0.0-alpha.14", - "@arcjet/runtime": "1.0.0-alpha.14", + "@arcjet/env": "1.0.0-alpha.15", + "@arcjet/headers": "1.0.0-alpha.15", + "@arcjet/ip": "1.0.0-alpha.15", + "@arcjet/logger": "1.0.0-alpha.15", + "@arcjet/protocol": "1.0.0-alpha.15", + "@arcjet/runtime": "1.0.0-alpha.15", "@connectrpc/connect-node": "1.4.0", "@connectrpc/connect-web": "1.4.0", - "arcjet": "1.0.0-alpha.14" + "arcjet": "1.0.0-alpha.15" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@types/node": "18.18.0", "@rollup/wasm-node": "4.18.0", diff --git a/arcjet/CHANGELOG.md b/arcjet/CHANGELOG.md index fb9f3bda9..81abdec6a 100644 --- a/arcjet/CHANGELOG.md +++ b/arcjet/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...arcjet-v1.0.0-alpha.15) (2024-06-12) + + +### ⚠ BREAKING CHANGES + +* Remove rateLimit alias for fixedWindow rule ([#964](https://github.com/arcjet/arcjet-js/issues/964)) +* Remove logger dependency from core ([#929](https://github.com/arcjet/arcjet-js/issues/929)) +* Move client into protocol and rename builders in adapters ([#932](https://github.com/arcjet/arcjet-js/issues/932)) +* Freeze the ArcjetContext before using it ([#934](https://github.com/arcjet/arcjet-js/issues/934)) + +### 🧹 Miscellaneous Chores + +* Freeze the ArcjetContext before using it ([#934](https://github.com/arcjet/arcjet-js/issues/934)) ([6720504](https://github.com/arcjet/arcjet-js/commit/672050415e4c73027be44238abbd9c7312519978)) +* Move client into protocol and rename builders in adapters ([#932](https://github.com/arcjet/arcjet-js/issues/932)) ([ea1c2b2](https://github.com/arcjet/arcjet-js/commit/ea1c2b25d146be10056cbc616180abeac75f9a01)) +* Remove logger dependency from core ([#929](https://github.com/arcjet/arcjet-js/issues/929)) ([8c15961](https://github.com/arcjet/arcjet-js/commit/8c15961dfbb7f193f93a5036b26f181fc2ae7ec7)) +* Remove rateLimit alias for fixedWindow rule ([#964](https://github.com/arcjet/arcjet-js/issues/964)) ([320d67c](https://github.com/arcjet/arcjet-js/commit/320d67c8c45ac381811615a10c86286057192291)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/analyze bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/duration bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/headers bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/protocol bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/runtime bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/rollup-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + ## [1.0.0-alpha.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.13...arcjet-v1.0.0-alpha.14) (2024-06-10) diff --git a/arcjet/package.json b/arcjet/package.json index 8ba7f5a64..4c6ff22fc 100644 --- a/arcjet/package.json +++ b/arcjet/package.json @@ -1,6 +1,6 @@ { "name": "arcjet", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "description": "Arcjet TypeScript and JavaScript SDK core", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,16 +40,16 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest" }, "dependencies": { - "@arcjet/analyze": "1.0.0-alpha.14", - "@arcjet/duration": "1.0.0-alpha.14", - "@arcjet/headers": "1.0.0-alpha.14", - "@arcjet/protocol": "1.0.0-alpha.14", - "@arcjet/runtime": "1.0.0-alpha.14" + "@arcjet/analyze": "1.0.0-alpha.15", + "@arcjet/duration": "1.0.0-alpha.15", + "@arcjet/headers": "1.0.0-alpha.15", + "@arcjet/protocol": "1.0.0-alpha.15", + "@arcjet/runtime": "1.0.0-alpha.15" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@edge-runtime/jest-environment": "2.3.10", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", diff --git a/decorate/CHANGELOG.md b/decorate/CHANGELOG.md index 95f022da0..3568e9a71 100644 --- a/decorate/CHANGELOG.md +++ b/decorate/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/decorate-v1.0.0-alpha.15) (2024-06-12) + + +### 🧹 Miscellaneous Chores + +* **@arcjet/decorate:** Synchronize arcjet-js versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/protocol bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/sprintf bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/rollup-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + ## [1.0.0-alpha.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.13...@arcjet/decorate-v1.0.0-alpha.14) (2024-06-10) diff --git a/decorate/package.json b/decorate/package.json index 1cd048047..e38fe378b 100644 --- a/decorate/package.json +++ b/decorate/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/decorate", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "description": "Arcjet utilities for decorating responses with information", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,13 +40,13 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest" }, "dependencies": { - "@arcjet/protocol": "1.0.0-alpha.14", - "@arcjet/sprintf": "1.0.0-alpha.14" + "@arcjet/protocol": "1.0.0-alpha.15", + "@arcjet/sprintf": "1.0.0-alpha.15" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", diff --git a/duration/CHANGELOG.md b/duration/CHANGELOG.md index 91452b246..c489a445d 100644 --- a/duration/CHANGELOG.md +++ b/duration/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/duration-v1.0.0-alpha.15) (2024-06-12) + + +### 🧹 Miscellaneous Chores + +* **@arcjet/duration:** Synchronize arcjet-js versions + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/rollup-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + ## [1.0.0-alpha.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.13...@arcjet/duration-v1.0.0-alpha.14) (2024-06-10) diff --git a/duration/package.json b/duration/package.json index 7e6b7dc68..27d6c4b2d 100644 --- a/duration/package.json +++ b/duration/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/duration", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "description": "Arcjet utilities for parsing duration strings", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -41,9 +41,9 @@ }, "dependencies": {}, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", diff --git a/env/CHANGELOG.md b/env/CHANGELOG.md index 10b40e3ae..5bc2daffb 100644 --- a/env/CHANGELOG.md +++ b/env/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/env-v1.0.0-alpha.15) (2024-06-12) + + +### 🧹 Miscellaneous Chores + +* **@arcjet/env:** Synchronize arcjet-js versions + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/rollup-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + ## [1.0.0-alpha.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.13...@arcjet/env-v1.0.0-alpha.14) (2024-06-10) diff --git a/env/package.json b/env/package.json index be40b8906..698af595b 100644 --- a/env/package.json +++ b/env/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/env", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "description": "Arcjet environment detection", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -41,9 +41,9 @@ }, "dependencies": {}, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "jest": "29.7.0", diff --git a/eslint-config/CHANGELOG.md b/eslint-config/CHANGELOG.md index 77b0ceab8..2bbfde6ed 100644 --- a/eslint-config/CHANGELOG.md +++ b/eslint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/eslint-config-v1.0.0-alpha.15) (2024-06-12) + + +### 🧹 Miscellaneous Chores + +* **@arcjet/eslint-config:** Synchronize arcjet-js versions + ## [1.0.0-alpha.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.13...@arcjet/eslint-config-v1.0.0-alpha.14) (2024-06-10) diff --git a/eslint-config/package.json b/eslint-config/package.json index 6bfcd552d..198411cf9 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/eslint-config", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "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 8f95fa28f..3b596c5b7 100644 --- a/headers/CHANGELOG.md +++ b/headers/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/headers-v1.0.0-alpha.15) (2024-06-12) + + +### 🧹 Miscellaneous Chores + +* **@arcjet/headers:** Synchronize arcjet-js versions + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/rollup-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + ## [1.0.0-alpha.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.13...@arcjet/headers-v1.0.0-alpha.14) (2024-06-10) diff --git a/headers/package.json b/headers/package.json index b93803dbc..f7da8d71f 100644 --- a/headers/package.json +++ b/headers/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/headers", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "description": "Arcjet extension of the Headers class", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -41,9 +41,9 @@ }, "dependencies": {}, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", diff --git a/ip/CHANGELOG.md b/ip/CHANGELOG.md index e79004cf1..f2735d091 100644 --- a/ip/CHANGELOG.md +++ b/ip/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/ip-v1.0.0-alpha.15) (2024-06-12) + + +### 🧹 Miscellaneous Chores + +* **@arcjet/ip:** Synchronize arcjet-js versions + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/rollup-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + ## [1.0.0-alpha.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.13...@arcjet/ip-v1.0.0-alpha.14) (2024-06-10) diff --git a/ip/package.json b/ip/package.json index 1405d8a42..7b505d6ac 100644 --- a/ip/package.json +++ b/ip/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/ip", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "description": "Arcjet utilities for finding the originating IP of a request", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -41,9 +41,9 @@ }, "dependencies": {}, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", diff --git a/logger/CHANGELOG.md b/logger/CHANGELOG.md index 37520a40b..a5def963d 100644 --- a/logger/CHANGELOG.md +++ b/logger/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/logger-v1.0.0-alpha.15) (2024-06-12) + + +### 🧹 Miscellaneous Chores + +* **@arcjet/logger:** Synchronize arcjet-js versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/sprintf bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/rollup-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + ## [1.0.0-alpha.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.13...@arcjet/logger-v1.0.0-alpha.14) (2024-06-10) diff --git a/logger/package.json b/logger/package.json index 82af66964..5fa6bbf04 100644 --- a/logger/package.json +++ b/logger/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/logger", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "description": "Arcjet lightweight logger which mirrors the Pino structured logger interface", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,12 +40,12 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests" }, "dependencies": { - "@arcjet/sprintf": "1.0.0-alpha.14" + "@arcjet/sprintf": "1.0.0-alpha.15" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", diff --git a/package-lock.json b/package-lock.json index b57bff50b..340c8041c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arcjet-js", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "arcjet-js", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "workspaces": [ "*" ], @@ -16,15 +16,15 @@ }, "analyze": { "name": "@arcjet/analyze", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "dependencies": { - "@arcjet/protocol": "1.0.0-alpha.14" + "@arcjet/protocol": "1.0.0-alpha.15" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@bytecodealliance/jco": "1.2.4", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", @@ -37,20 +37,19 @@ } }, "arcjet": { - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "dependencies": { - "@arcjet/analyze": "1.0.0-alpha.14", - "@arcjet/duration": "1.0.0-alpha.14", - "@arcjet/headers": "1.0.0-alpha.14", - "@arcjet/logger": "1.0.0-alpha.14", - "@arcjet/protocol": "1.0.0-alpha.14", - "@arcjet/runtime": "1.0.0-alpha.14" + "@arcjet/analyze": "1.0.0-alpha.15", + "@arcjet/duration": "1.0.0-alpha.15", + "@arcjet/headers": "1.0.0-alpha.15", + "@arcjet/protocol": "1.0.0-alpha.15", + "@arcjet/runtime": "1.0.0-alpha.15" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@edge-runtime/jest-environment": "2.3.10", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", @@ -64,20 +63,21 @@ }, "arcjet-bun": { "name": "@arcjet/bun", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "dependencies": { - "@arcjet/env": "1.0.0-alpha.14", - "@arcjet/headers": "1.0.0-alpha.14", - "@arcjet/ip": "1.0.0-alpha.14", - "@arcjet/logger": "1.0.0-alpha.14", + "@arcjet/env": "1.0.0-alpha.15", + "@arcjet/headers": "1.0.0-alpha.15", + "@arcjet/ip": "1.0.0-alpha.15", + "@arcjet/logger": "1.0.0-alpha.15", + "@arcjet/protocol": "1.0.0-alpha.15", "@connectrpc/connect-node": "1.4.0", - "arcjet": "1.0.0-alpha.14" + "arcjet": "1.0.0-alpha.15" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "20.12.12", @@ -97,20 +97,21 @@ }, "arcjet-next": { "name": "@arcjet/next", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "dependencies": { - "@arcjet/env": "1.0.0-alpha.14", - "@arcjet/headers": "1.0.0-alpha.14", - "@arcjet/ip": "1.0.0-alpha.14", - "@arcjet/logger": "1.0.0-alpha.14", + "@arcjet/env": "1.0.0-alpha.15", + "@arcjet/headers": "1.0.0-alpha.15", + "@arcjet/ip": "1.0.0-alpha.15", + "@arcjet/logger": "1.0.0-alpha.15", + "@arcjet/protocol": "1.0.0-alpha.15", "@connectrpc/connect-web": "1.4.0", - "arcjet": "1.0.0-alpha.14" + "arcjet": "1.0.0-alpha.15" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -126,20 +127,21 @@ }, "arcjet-node": { "name": "@arcjet/node", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "dependencies": { - "@arcjet/env": "1.0.0-alpha.14", - "@arcjet/headers": "1.0.0-alpha.14", - "@arcjet/ip": "1.0.0-alpha.14", - "@arcjet/logger": "1.0.0-alpha.14", + "@arcjet/env": "1.0.0-alpha.15", + "@arcjet/headers": "1.0.0-alpha.15", + "@arcjet/ip": "1.0.0-alpha.15", + "@arcjet/logger": "1.0.0-alpha.15", + "@arcjet/protocol": "1.0.0-alpha.15", "@connectrpc/connect-node": "1.4.0", - "arcjet": "1.0.0-alpha.14" + "arcjet": "1.0.0-alpha.15" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -152,22 +154,23 @@ }, "arcjet-sveltekit": { "name": "@arcjet/sveltekit", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "dependencies": { - "@arcjet/env": "1.0.0-alpha.14", - "@arcjet/headers": "1.0.0-alpha.14", - "@arcjet/ip": "1.0.0-alpha.14", - "@arcjet/logger": "1.0.0-alpha.14", - "@arcjet/runtime": "1.0.0-alpha.14", + "@arcjet/env": "1.0.0-alpha.15", + "@arcjet/headers": "1.0.0-alpha.15", + "@arcjet/ip": "1.0.0-alpha.15", + "@arcjet/logger": "1.0.0-alpha.15", + "@arcjet/protocol": "1.0.0-alpha.15", + "@arcjet/runtime": "1.0.0-alpha.15", "@connectrpc/connect-node": "1.4.0", "@connectrpc/connect-web": "1.4.0", - "arcjet": "1.0.0-alpha.14" + "arcjet": "1.0.0-alpha.15" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -180,16 +183,16 @@ }, "decorate": { "name": "@arcjet/decorate", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "dependencies": { - "@arcjet/protocol": "1.0.0-alpha.14", - "@arcjet/sprintf": "1.0.0-alpha.14" + "@arcjet/protocol": "1.0.0-alpha.15", + "@arcjet/sprintf": "1.0.0-alpha.15" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -202,12 +205,12 @@ }, "duration": { "name": "@arcjet/duration", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -220,12 +223,12 @@ }, "env": { "name": "@arcjet/env", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "jest": "29.7.0", @@ -237,7 +240,7 @@ }, "eslint-config": { "name": "@arcjet/eslint-config", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "dependencies": { "@typescript-eslint/eslint-plugin": "7.13.0", @@ -257,12 +260,12 @@ }, "headers": { "name": "@arcjet/headers", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -275,12 +278,12 @@ }, "ip": { "name": "@arcjet/ip", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -293,15 +296,15 @@ }, "logger": { "name": "@arcjet/logger", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "dependencies": { - "@arcjet/sprintf": "1.0.0-alpha.14" + "@arcjet/sprintf": "1.0.0-alpha.15" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -6497,7 +6500,7 @@ }, "protocol": { "name": "@arcjet/protocol", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "dependencies": { "@bufbuild/protobuf": "1.10.0", @@ -6505,9 +6508,9 @@ "typeid-js": "0.7.0" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -6520,15 +6523,15 @@ }, "rollup-config": { "name": "@arcjet/rollup-config", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "dependencies": { "@rollup/plugin-replace": "5.0.7", "@rollup/plugin-typescript": "11.1.6" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -6544,12 +6547,12 @@ }, "runtime": { "name": "@arcjet/runtime", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "jest": "29.7.0", @@ -6562,12 +6565,12 @@ }, "sprintf": { "name": "@arcjet/sprintf", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -6580,7 +6583,7 @@ }, "tsconfig": { "name": "@arcjet/tsconfig", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "devDependencies": {}, "engines": { diff --git a/package.json b/package.json index a1ce8acb3..f0aa90c59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arcjet-js", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "private": true, "engines": { "node": ">=18" diff --git a/protocol/CHANGELOG.md b/protocol/CHANGELOG.md index 376530567..95604b08b 100644 --- a/protocol/CHANGELOG.md +++ b/protocol/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/protocol-v1.0.0-alpha.15) (2024-06-12) + + +### ⚠ BREAKING CHANGES + +* Move client into protocol and rename builders in adapters ([#932](https://github.com/arcjet/arcjet-js/issues/932)) + +### 🧹 Miscellaneous Chores + +* Move client into protocol and rename builders in adapters ([#932](https://github.com/arcjet/arcjet-js/issues/932)) ([ea1c2b2](https://github.com/arcjet/arcjet-js/commit/ea1c2b25d146be10056cbc616180abeac75f9a01)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/rollup-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + ## [1.0.0-alpha.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.13...@arcjet/protocol-v1.0.0-alpha.14) (2024-06-10) diff --git a/protocol/package.json b/protocol/package.json index db4514137..3cebf7ce7 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/protocol", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "description": "The TypeScript & JavaScript interface into the Arcjet protocol", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -46,9 +46,9 @@ "typeid-js": "0.7.0" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", diff --git a/rollup-config/CHANGELOG.md b/rollup-config/CHANGELOG.md index a8c07d143..d31c0eff7 100644 --- a/rollup-config/CHANGELOG.md +++ b/rollup-config/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/rollup-config-v1.0.0-alpha.15) (2024-06-12) + + +### 🧹 Miscellaneous Chores + +* **rollup-config:** Allow more builtins to avoid warnings ([#933](https://github.com/arcjet/arcjet-js/issues/933)) ([2d6f4a0](https://github.com/arcjet/arcjet-js/commit/2d6f4a0c4bbab46eb79f96270abdc5a48dbc616b)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + ## [1.0.0-alpha.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.13...@arcjet/rollup-config-v1.0.0-alpha.14) (2024-06-10) diff --git a/rollup-config/package.json b/rollup-config/package.json index 0a9be7a3c..852a808db 100644 --- a/rollup-config/package.json +++ b/rollup-config/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/rollup-config", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "description": "Custom rollup config for Arcjet projects", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -44,8 +44,8 @@ "@rollup/wasm-node": "^4" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@types/node": "18.18.0", "@rollup/wasm-node": "4.18.0", diff --git a/runtime/CHANGELOG.md b/runtime/CHANGELOG.md index e5f65457b..6e66b294f 100644 --- a/runtime/CHANGELOG.md +++ b/runtime/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/runtime-v1.0.0-alpha.15) (2024-06-12) + + +### 🧹 Miscellaneous Chores + +* **@arcjet/runtime:** Synchronize arcjet-js versions + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/rollup-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + ## [1.0.0-alpha.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.13...@arcjet/runtime-v1.0.0-alpha.14) (2024-06-10) diff --git a/runtime/package.json b/runtime/package.json index a226daf7f..6f3fb3df7 100644 --- a/runtime/package.json +++ b/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/runtime", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "description": "Arcjet runtime detection", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -41,9 +41,9 @@ }, "dependencies": {}, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "jest": "29.7.0", diff --git a/sprintf/CHANGELOG.md b/sprintf/CHANGELOG.md index 3f0858c4d..4a765a0c5 100644 --- a/sprintf/CHANGELOG.md +++ b/sprintf/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/sprintf-v1.0.0-alpha.15) (2024-06-12) + + +### 🧹 Miscellaneous Chores + +* **@arcjet/sprintf:** Synchronize arcjet-js versions + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/rollup-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15 + ## [1.0.0-alpha.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.13...@arcjet/sprintf-v1.0.0-alpha.14) (2024-06-10) diff --git a/sprintf/package.json b/sprintf/package.json index 18b1e2852..f06e89a1f 100644 --- a/sprintf/package.json +++ b/sprintf/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/sprintf", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "description": "Arcjet platform-independent replacement for util.format", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -41,9 +41,9 @@ }, "dependencies": {}, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", diff --git a/tsconfig/CHANGELOG.md b/tsconfig/CHANGELOG.md index ad00aa785..fdee1e7ed 100644 --- a/tsconfig/CHANGELOG.md +++ b/tsconfig/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/tsconfig-v1.0.0-alpha.15) (2024-06-12) + + +### 🧹 Miscellaneous Chores + +* **@arcjet/tsconfig:** Synchronize arcjet-js versions + ## [1.0.0-alpha.14](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.13...@arcjet/tsconfig-v1.0.0-alpha.14) (2024-06-10) diff --git a/tsconfig/package.json b/tsconfig/package.json index 1475ff23f..dc2a4849d 100644 --- a/tsconfig/package.json +++ b/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/tsconfig", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "description": "Custom tsconfig for Arcjet projects", "license": "Apache-2.0", "homepage": "https://arcjet.com",