diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index a1eb1d1bf..f63cbbd9a 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,21 +1,21 @@ { - ".": "1.0.0-alpha.13", - "analyze": "1.0.0-alpha.13", - "arcjet": "1.0.0-alpha.13", - "arcjet-bun": "1.0.0-alpha.13", - "arcjet-next": "1.0.0-alpha.13", - "arcjet-node": "1.0.0-alpha.13", - "arcjet-sveltekit": "1.0.0-alpha.13", - "decorate": "1.0.0-alpha.13", - "duration": "1.0.0-alpha.13", - "env": "1.0.0-alpha.13", - "eslint-config": "1.0.0-alpha.13", - "headers": "1.0.0-alpha.13", - "ip": "1.0.0-alpha.13", - "logger": "1.0.0-alpha.13", - "protocol": "1.0.0-alpha.13", - "rollup-config": "1.0.0-alpha.13", - "runtime": "1.0.0-alpha.13", - "sprintf": "1.0.0-alpha.13", - "tsconfig": "1.0.0-alpha.13" + ".": "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" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2637d2f9c..daed39ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,87 @@ # Changelog +## [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) + + +### โš  BREAKING CHANGES + +* Move all environment lookup into separate package ([#897](https://github.com/arcjet/arcjet-js/issues/897)) +* **ip:** Allow platform to be specified when looking up IP ([#896](https://github.com/arcjet/arcjet-js/issues/896)) +* Add fallback IP in each adapter ([#895](https://github.com/arcjet/arcjet-js/issues/895)) +* **analyze:** Leverage conditional exports to load Wasm appropriately ([#887](https://github.com/arcjet/arcjet-js/issues/887)) +* **logger:** Align logger with Pino API ([#858](https://github.com/arcjet/arcjet-js/issues/858)) +* Create runtime package and remove from SDK ([#871](https://github.com/arcjet/arcjet-js/issues/871)) +* **decorate:** Use console to log instead of Arcjet logger ([#865](https://github.com/arcjet/arcjet-js/issues/865)) +* **logger:** Replace nodejs util import with our sprintf library ([#857](https://github.com/arcjet/arcjet-js/issues/857)) +* Allow ArcjetContext extension via new argument to core `protect()` ([#841](https://github.com/arcjet/arcjet-js/issues/841)) +* Separate `@arcjet/headers` package from core ([#824](https://github.com/arcjet/arcjet-js/issues/824)) +* **ip:** Rework priority of IP detection ([#799](https://github.com/arcjet/arcjet-js/issues/799)) + +### ๐Ÿš€ New Features + +* Add fallback IP in each adapter ([#895](https://github.com/arcjet/arcjet-js/issues/895)) ([0f23cff](https://github.com/arcjet/arcjet-js/commit/0f23cff62214462504a21b84e00b258721e31ead)), closes [#51](https://github.com/arcjet/arcjet-js/issues/51) [#885](https://github.com/arcjet/arcjet-js/issues/885) +* Allow ArcjetContext extension via new argument to core `protect()` ([#841](https://github.com/arcjet/arcjet-js/issues/841)) ([96bbe94](https://github.com/arcjet/arcjet-js/commit/96bbe941b2f1613bc870e8f6073db919c1f41a7e)) +* Create runtime package and remove from SDK ([#871](https://github.com/arcjet/arcjet-js/issues/871)) ([4e9e216](https://github.com/arcjet/arcjet-js/commit/4e9e2169e587ab010ff587a915ae8e1416c9b8f5)) +* Create sprintf package to replace util.format ([#856](https://github.com/arcjet/arcjet-js/issues/856)) ([160a16e](https://github.com/arcjet/arcjet-js/commit/160a16e94da1a2cd40ea7db0d339d68beed1c20d)) +* **ip:** Allow platform to be specified when looking up IP ([#896](https://github.com/arcjet/arcjet-js/issues/896)) ([c9f54bb](https://github.com/arcjet/arcjet-js/commit/c9f54bbe0561b13dbb2dbc6f58087a1b25218504)) +* **logger:** Align logger with Pino API ([#858](https://github.com/arcjet/arcjet-js/issues/858)) ([1806b94](https://github.com/arcjet/arcjet-js/commit/1806b94d7f7d0a7fd052e3121892d4dc1fdb719b)), closes [#822](https://github.com/arcjet/arcjet-js/issues/822) [#855](https://github.com/arcjet/arcjet-js/issues/855) +* Move all environment lookup into separate package ([#897](https://github.com/arcjet/arcjet-js/issues/897)) ([a5bb8ca](https://github.com/arcjet/arcjet-js/commit/a5bb8ca6bad9d831b3f67f12b3ef87048ced25bb)) +* Separate `@arcjet/headers` package from core ([#824](https://github.com/arcjet/arcjet-js/issues/824)) ([c8364f4](https://github.com/arcjet/arcjet-js/commit/c8364f464b99b5b66749ea776e29c728257a2d74)) + + +### ๐Ÿชฒ Bug Fixes + +* **analyze:** Disable cache during base64 decode ([#838](https://github.com/arcjet/arcjet-js/issues/838)) ([72fb961](https://github.com/arcjet/arcjet-js/commit/72fb9610aa2ead7bf26121bb793ec2086b8d4f70)) +* **ip:** Rework priority of IP detection ([#799](https://github.com/arcjet/arcjet-js/issues/799)) ([1df6291](https://github.com/arcjet/arcjet-js/commit/1df62917c934feba4f3ce76054817058f5cfadd9)) + + +### ๐Ÿ“ฆ Dependencies + +* Bump @bufbuild/protobuf from 1.9.0 to 1.10.0 ([#847](https://github.com/arcjet/arcjet-js/issues/847)) ([de8266f](https://github.com/arcjet/arcjet-js/commit/de8266f53beb66d0e4770b82cb0c372715704993)) +* Bump @rollup/plugin-replace from 5.0.5 to 5.0.7 ([#920](https://github.com/arcjet/arcjet-js/issues/920)) ([176170b](https://github.com/arcjet/arcjet-js/commit/176170b600790bb2198d49c30e16096de60553c5)) +* Bump @typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0 ([#918](https://github.com/arcjet/arcjet-js/issues/918)) ([bbd72a5](https://github.com/arcjet/arcjet-js/commit/bbd72a5c007a40ee31ed72b9ff145d24bef4274c)) +* Bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.12.0 ([#862](https://github.com/arcjet/arcjet-js/issues/862)) ([51330b7](https://github.com/arcjet/arcjet-js/commit/51330b77852e51704e2cffc9994115f24f4fae17)) +* Bump @typescript-eslint/parser from 7.12.0 to 7.13.0 ([#917](https://github.com/arcjet/arcjet-js/issues/917)) ([cfe0c14](https://github.com/arcjet/arcjet-js/commit/cfe0c147a209828be7555f4d3781213d3e8e0edb)) +* Bump @typescript-eslint/parser from 7.9.0 to 7.12.0 ([#861](https://github.com/arcjet/arcjet-js/issues/861)) ([eaf8c26](https://github.com/arcjet/arcjet-js/commit/eaf8c26c81bb202a9417c993f37e336b91b871b0)) +* Bump eslint-config-turbo from 1.13.3 to 2.0.3 ([#893](https://github.com/arcjet/arcjet-js/issues/893)) ([97525af](https://github.com/arcjet/arcjet-js/commit/97525af1ae3f9395e403113733419ab9fbdf5f12)) +* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](https://github.com/arcjet/arcjet-js/issues/803)) ([e6321af](https://github.com/arcjet/arcjet-js/commit/e6321afbad7127442d78b9c760c0e4c1ef73a77c)) +* **dev:** Bump bun-types from 1.1.8 to 1.1.12 ([#853](https://github.com/arcjet/arcjet-js/issues/853)) ([a42fbd3](https://github.com/arcjet/arcjet-js/commit/a42fbd3c6c1e718343c579cbfd893f07a1859da3)) +* **example:** Bump @types/bun from 1.1.2 to 1.1.3 in /examples/bun-hono-rl in the dependencies group ([#804](https://github.com/arcjet/arcjet-js/issues/804)) ([ecada7f](https://github.com/arcjet/arcjet-js/commit/ecada7fd3ba29b90819d3dc1f9a7b4280dfb1f43)) +* **example:** Bump @types/bun from 1.1.2 to 1.1.3 in /examples/bun-rl in the dependencies group ([#800](https://github.com/arcjet/arcjet-js/issues/800)) ([de15757](https://github.com/arcjet/arcjet-js/commit/de157578743e9ef4f6860a1cd598420eccdf3db0)) +* **example:** Bump ai from 3.1.30 to 3.1.31 in /examples/nextjs-14-openai in the dependencies group ([#915](https://github.com/arcjet/arcjet-js/issues/915)) ([84510a8](https://github.com/arcjet/arcjet-js/commit/84510a827ed07ad7b378778a121fd6c4782dc1ae)) +* **example:** Bump lucide-react from 0.390.0 to 0.394.0 in /examples/nextjs-14-authjs-5 in the dependencies group ([#916](https://github.com/arcjet/arcjet-js/issues/916)) ([0414404](https://github.com/arcjet/arcjet-js/commit/04144047ba9894375202b17bb1db4feebb0cef43)) +* **example:** Bump the dependencies group across 1 directory with 12 updates ([#921](https://github.com/arcjet/arcjet-js/issues/921)) ([2e373c4](https://github.com/arcjet/arcjet-js/commit/2e373c458125075db9430e120969bbf330b9bdcd)) +* **example:** Bump the dependencies group across 1 directory with 2 updates ([#872](https://github.com/arcjet/arcjet-js/issues/872)) ([2e8257d](https://github.com/arcjet/arcjet-js/commit/2e8257d9cde6a48bef3bb2bbe1373cc5e2af17d7)) +* **example:** Bump the dependencies group across 1 directory with 2 updates ([#876](https://github.com/arcjet/arcjet-js/issues/876)) ([e35a61a](https://github.com/arcjet/arcjet-js/commit/e35a61a5303eb2bfbd8e35e03ed8a9aa72e4d29b)) +* **example:** Bump the dependencies group across 1 directory with 2 updates ([#877](https://github.com/arcjet/arcjet-js/issues/877)) ([37b268f](https://github.com/arcjet/arcjet-js/commit/37b268f4d3192bc676cfc08596795a7bec4801e8)) +* **example:** Bump the dependencies group across 1 directory with 2 updates ([#878](https://github.com/arcjet/arcjet-js/issues/878)) ([03e8f0a](https://github.com/arcjet/arcjet-js/commit/03e8f0a48b21eeaee10d8184a7e68432f2998aea)) +* **example:** Bump the dependencies group across 1 directory with 2 updates ([#881](https://github.com/arcjet/arcjet-js/issues/881)) ([f37d892](https://github.com/arcjet/arcjet-js/commit/f37d892eed7245caf932327e2839b5ad02ff894e)) +* **example:** Bump the dependencies group across 1 directory with 2 updates ([#883](https://github.com/arcjet/arcjet-js/issues/883)) ([22b4792](https://github.com/arcjet/arcjet-js/commit/22b47920fcead6c706f476d6d0858c7c5b1a072f)) +* **example:** Bump the dependencies group across 1 directory with 2 updates ([#888](https://github.com/arcjet/arcjet-js/issues/888)) ([6d5b708](https://github.com/arcjet/arcjet-js/commit/6d5b708dae0cbe6c702124088b09270fefe4b35b)) +* **example:** Bump the dependencies group across 1 directory with 3 updates ([#875](https://github.com/arcjet/arcjet-js/issues/875)) ([a7b541e](https://github.com/arcjet/arcjet-js/commit/a7b541eed02b1b2cb7dc4e381763c0114a01c6a7)) +* **example:** Bump the dependencies group across 1 directory with 3 updates ([#882](https://github.com/arcjet/arcjet-js/issues/882)) ([1b38026](https://github.com/arcjet/arcjet-js/commit/1b3802631e8bd479758c4bcd2eb01c9f684baef6)) +* **example:** Bump the dependencies group across 1 directory with 4 updates ([#892](https://github.com/arcjet/arcjet-js/issues/892)) ([4dddd0c](https://github.com/arcjet/arcjet-js/commit/4dddd0c4d9261acda832b80f32d54adf1603cc43)) +* **example:** Bump the dependencies group across 1 directory with 4 updates ([#899](https://github.com/arcjet/arcjet-js/issues/899)) ([99886d1](https://github.com/arcjet/arcjet-js/commit/99886d1ac68dbe255254b2cd4cfb69cb9b9301ae)) +* **example:** Bump the dependencies group across 1 directory with 9 updates ([#889](https://github.com/arcjet/arcjet-js/issues/889)) ([a5f9db6](https://github.com/arcjet/arcjet-js/commit/a5f9db6a731c8e01b197c4a29be7c7ade69d2b1e)) +* **example:** Bump the dependencies group in /examples/nextjs-14-react-hook-form with 2 updates ([#919](https://github.com/arcjet/arcjet-js/issues/919)) ([391f3fc](https://github.com/arcjet/arcjet-js/commit/391f3fc253f5575fc4a010a0a628ab2dd2ee5c68)) + + +### ๐Ÿ“ Documentation + +* Add headers package to root readme ([#837](https://github.com/arcjet/arcjet-js/issues/837)) ([d1089ad](https://github.com/arcjet/arcjet-js/commit/d1089add5222eab3e968ad0c759d7a08a70ff6e0)) +* Add quick start links & update Bun example ([#870](https://github.com/arcjet/arcjet-js/issues/870)) ([ee3079f](https://github.com/arcjet/arcjet-js/commit/ee3079f21484ed3b5cf67ae03a45cb9d07b3d911)) +* Remove wording that implies is Shield is added by default ([#796](https://github.com/arcjet/arcjet-js/issues/796)) ([a85d18c](https://github.com/arcjet/arcjet-js/commit/a85d18ca6f6da589cfad58d3167b1c8a4b1edc55)) + + +### ๐Ÿงน Miscellaneous Chores + +* **analyze:** Leverage conditional exports to load Wasm appropriately ([#887](https://github.com/arcjet/arcjet-js/issues/887)) ([d7a698f](https://github.com/arcjet/arcjet-js/commit/d7a698f136e93dc927c0cb9a9a8c48d15ed48f83)) +* **ci:** Avoid dependabot for bun examples ([#914](https://github.com/arcjet/arcjet-js/issues/914)) ([09391f7](https://github.com/arcjet/arcjet-js/commit/09391f74de11aa92676fc0ad4385685b5050d992)) +* **decorate:** Use console to log instead of Arcjet logger ([#865](https://github.com/arcjet/arcjet-js/issues/865)) ([39bfcfc](https://github.com/arcjet/arcjet-js/commit/39bfcfc1017c25a1ce283d0604b491432deb8e8d)) +* **docs:** Add live example app to READMEs ([#823](https://github.com/arcjet/arcjet-js/issues/823)) ([8b1c811](https://github.com/arcjet/arcjet-js/commit/8b1c81188b0035cfde810917239ea584e6ce3b3d)) +* **logger:** Replace nodejs util import with our sprintf library ([#857](https://github.com/arcjet/arcjet-js/issues/857)) ([edd99a1](https://github.com/arcjet/arcjet-js/commit/edd99a11ca80a36115e9977b13039b4c3b0e761a)) +* **logger:** Update description to match implementation ([#907](https://github.com/arcjet/arcjet-js/issues/907)) ([0840358](https://github.com/arcjet/arcjet-js/commit/0840358a00d70ff573c7a9f14bdc38623fad0f0d)) + ## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2024-05-20) diff --git a/analyze/CHANGELOG.md b/analyze/CHANGELOG.md index 155b31ed7..1ba18f4e0 100644 --- a/analyze/CHANGELOG.md +++ b/analyze/CHANGELOG.md @@ -1,5 +1,49 @@ # Changelog +## [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) + + +### โš  BREAKING CHANGES + +* **analyze:** Leverage conditional exports to load Wasm appropriately ([#887](https://github.com/arcjet/arcjet-js/issues/887)) +* **logger:** Align logger with Pino API ([#858](https://github.com/arcjet/arcjet-js/issues/858)) + +### ๐Ÿš€ New Features + +* **logger:** Align logger with Pino API ([#858](https://github.com/arcjet/arcjet-js/issues/858)) ([1806b94](https://github.com/arcjet/arcjet-js/commit/1806b94d7f7d0a7fd052e3121892d4dc1fdb719b)), closes [#822](https://github.com/arcjet/arcjet-js/issues/822) [#855](https://github.com/arcjet/arcjet-js/issues/855) + + +### ๐Ÿชฒ Bug Fixes + +* **analyze:** Disable cache during base64 decode ([#838](https://github.com/arcjet/arcjet-js/issues/838)) ([72fb961](https://github.com/arcjet/arcjet-js/commit/72fb9610aa2ead7bf26121bb793ec2086b8d4f70)) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](https://github.com/arcjet/arcjet-js/issues/803)) ([e6321af](https://github.com/arcjet/arcjet-js/commit/e6321afbad7127442d78b9c760c0e4c1ef73a77c)) + + +### ๐Ÿ“ Documentation + +* Add quick start links & update Bun example ([#870](https://github.com/arcjet/arcjet-js/issues/870)) ([ee3079f](https://github.com/arcjet/arcjet-js/commit/ee3079f21484ed3b5cf67ae03a45cb9d07b3d911)) +* Remove wording that implies is Shield is added by default ([#796](https://github.com/arcjet/arcjet-js/issues/796)) ([a85d18c](https://github.com/arcjet/arcjet-js/commit/a85d18ca6f6da589cfad58d3167b1c8a4b1edc55)) + + +### ๐Ÿงน Miscellaneous Chores + +* **analyze:** Leverage conditional exports to load Wasm appropriately ([#887](https://github.com/arcjet/arcjet-js/issues/887)) ([d7a698f](https://github.com/arcjet/arcjet-js/commit/d7a698f136e93dc927c0cb9a9a8c48d15ed48f83)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/protocol bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/rollup-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + ## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/analyze-v1.0.0-alpha.13) (2024-05-20) diff --git a/analyze/package.json b/analyze/package.json index 086cd8579..a9bc17db0 100644 --- a/analyze/package.json +++ b/analyze/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/analyze", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "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.13" + "@arcjet/protocol": "1.0.0-alpha.14" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@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 267d42b8e..6c510f74f 100644 --- a/arcjet-bun/CHANGELOG.md +++ b/arcjet-bun/CHANGELOG.md @@ -1,5 +1,58 @@ # Changelog +## [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) + + +### โš  BREAKING CHANGES + +* Move all environment lookup into separate package ([#897](https://github.com/arcjet/arcjet-js/issues/897)) +* **ip:** Allow platform to be specified when looking up IP ([#896](https://github.com/arcjet/arcjet-js/issues/896)) +* Add fallback IP in each adapter ([#895](https://github.com/arcjet/arcjet-js/issues/895)) +* Create runtime package and remove from SDK ([#871](https://github.com/arcjet/arcjet-js/issues/871)) +* Allow ArcjetContext extension via new argument to core `protect()` ([#841](https://github.com/arcjet/arcjet-js/issues/841)) +* Separate `@arcjet/headers` package from core ([#824](https://github.com/arcjet/arcjet-js/issues/824)) + +### ๐Ÿš€ New Features + +* Add fallback IP in each adapter ([#895](https://github.com/arcjet/arcjet-js/issues/895)) ([0f23cff](https://github.com/arcjet/arcjet-js/commit/0f23cff62214462504a21b84e00b258721e31ead)), closes [#51](https://github.com/arcjet/arcjet-js/issues/51) [#885](https://github.com/arcjet/arcjet-js/issues/885) +* Allow ArcjetContext extension via new argument to core `protect()` ([#841](https://github.com/arcjet/arcjet-js/issues/841)) ([96bbe94](https://github.com/arcjet/arcjet-js/commit/96bbe941b2f1613bc870e8f6073db919c1f41a7e)) +* Create runtime package and remove from SDK ([#871](https://github.com/arcjet/arcjet-js/issues/871)) ([4e9e216](https://github.com/arcjet/arcjet-js/commit/4e9e2169e587ab010ff587a915ae8e1416c9b8f5)) +* **ip:** Allow platform to be specified when looking up IP ([#896](https://github.com/arcjet/arcjet-js/issues/896)) ([c9f54bb](https://github.com/arcjet/arcjet-js/commit/c9f54bbe0561b13dbb2dbc6f58087a1b25218504)) +* Move all environment lookup into separate package ([#897](https://github.com/arcjet/arcjet-js/issues/897)) ([a5bb8ca](https://github.com/arcjet/arcjet-js/commit/a5bb8ca6bad9d831b3f67f12b3ef87048ced25bb)) +* Separate `@arcjet/headers` package from core ([#824](https://github.com/arcjet/arcjet-js/issues/824)) ([c8364f4](https://github.com/arcjet/arcjet-js/commit/c8364f464b99b5b66749ea776e29c728257a2d74)) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](https://github.com/arcjet/arcjet-js/issues/803)) ([e6321af](https://github.com/arcjet/arcjet-js/commit/e6321afbad7127442d78b9c760c0e4c1ef73a77c)) +* **dev:** Bump bun-types from 1.1.8 to 1.1.12 ([#853](https://github.com/arcjet/arcjet-js/issues/853)) ([a42fbd3](https://github.com/arcjet/arcjet-js/commit/a42fbd3c6c1e718343c579cbfd893f07a1859da3)) + + +### ๐Ÿ“ Documentation + +* Add quick start links & update Bun example ([#870](https://github.com/arcjet/arcjet-js/issues/870)) ([ee3079f](https://github.com/arcjet/arcjet-js/commit/ee3079f21484ed3b5cf67ae03a45cb9d07b3d911)) +* Remove wording that implies is Shield is added by default ([#796](https://github.com/arcjet/arcjet-js/issues/796)) ([a85d18c](https://github.com/arcjet/arcjet-js/commit/a85d18ca6f6da589cfad58d3167b1c8a4b1edc55)) + + +### ๐Ÿงน Miscellaneous Chores + +* **docs:** Add live example app to READMEs ([#823](https://github.com/arcjet/arcjet-js/issues/823)) ([8b1c811](https://github.com/arcjet/arcjet-js/commit/8b1c81188b0035cfde810917239ea584e6ce3b3d)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/env bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/headers bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/ip bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/logger bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * arcjet bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/rollup-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + ## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/bun-v1.0.0-alpha.13) (2024-05-20) diff --git a/arcjet-bun/package.json b/arcjet-bun/package.json index 3887c3478..2364cb09d 100644 --- a/arcjet-bun/package.json +++ b/arcjet-bun/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/bun", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "description": "Arcjet SDK for Bun.sh", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -38,17 +38,17 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests" }, "dependencies": { - "@arcjet/env": "1.0.0-alpha.13", - "@arcjet/headers": "1.0.0-alpha.13", - "@arcjet/ip": "1.0.0-alpha.13", - "@arcjet/logger": "1.0.0-alpha.13", + "@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", "@connectrpc/connect-node": "1.4.0", - "arcjet": "1.0.0-alpha.13" + "arcjet": "1.0.0-alpha.14" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@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 b7a34a713..44ddfebd7 100644 --- a/arcjet-next/CHANGELOG.md +++ b/arcjet-next/CHANGELOG.md @@ -1,5 +1,57 @@ # Changelog +## [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) + + +### โš  BREAKING CHANGES + +* Move all environment lookup into separate package ([#897](https://github.com/arcjet/arcjet-js/issues/897)) +* **ip:** Allow platform to be specified when looking up IP ([#896](https://github.com/arcjet/arcjet-js/issues/896)) +* Add fallback IP in each adapter ([#895](https://github.com/arcjet/arcjet-js/issues/895)) +* Create runtime package and remove from SDK ([#871](https://github.com/arcjet/arcjet-js/issues/871)) +* Allow ArcjetContext extension via new argument to core `protect()` ([#841](https://github.com/arcjet/arcjet-js/issues/841)) +* Separate `@arcjet/headers` package from core ([#824](https://github.com/arcjet/arcjet-js/issues/824)) + +### ๐Ÿš€ New Features + +* Add fallback IP in each adapter ([#895](https://github.com/arcjet/arcjet-js/issues/895)) ([0f23cff](https://github.com/arcjet/arcjet-js/commit/0f23cff62214462504a21b84e00b258721e31ead)), closes [#51](https://github.com/arcjet/arcjet-js/issues/51) [#885](https://github.com/arcjet/arcjet-js/issues/885) +* Allow ArcjetContext extension via new argument to core `protect()` ([#841](https://github.com/arcjet/arcjet-js/issues/841)) ([96bbe94](https://github.com/arcjet/arcjet-js/commit/96bbe941b2f1613bc870e8f6073db919c1f41a7e)) +* Create runtime package and remove from SDK ([#871](https://github.com/arcjet/arcjet-js/issues/871)) ([4e9e216](https://github.com/arcjet/arcjet-js/commit/4e9e2169e587ab010ff587a915ae8e1416c9b8f5)) +* **ip:** Allow platform to be specified when looking up IP ([#896](https://github.com/arcjet/arcjet-js/issues/896)) ([c9f54bb](https://github.com/arcjet/arcjet-js/commit/c9f54bbe0561b13dbb2dbc6f58087a1b25218504)) +* Move all environment lookup into separate package ([#897](https://github.com/arcjet/arcjet-js/issues/897)) ([a5bb8ca](https://github.com/arcjet/arcjet-js/commit/a5bb8ca6bad9d831b3f67f12b3ef87048ced25bb)) +* Separate `@arcjet/headers` package from core ([#824](https://github.com/arcjet/arcjet-js/issues/824)) ([c8364f4](https://github.com/arcjet/arcjet-js/commit/c8364f464b99b5b66749ea776e29c728257a2d74)) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](https://github.com/arcjet/arcjet-js/issues/803)) ([e6321af](https://github.com/arcjet/arcjet-js/commit/e6321afbad7127442d78b9c760c0e4c1ef73a77c)) + + +### ๐Ÿ“ Documentation + +* Add quick start links & update Bun example ([#870](https://github.com/arcjet/arcjet-js/issues/870)) ([ee3079f](https://github.com/arcjet/arcjet-js/commit/ee3079f21484ed3b5cf67ae03a45cb9d07b3d911)) +* Remove wording that implies is Shield is added by default ([#796](https://github.com/arcjet/arcjet-js/issues/796)) ([a85d18c](https://github.com/arcjet/arcjet-js/commit/a85d18ca6f6da589cfad58d3167b1c8a4b1edc55)) + + +### ๐Ÿงน Miscellaneous Chores + +* **docs:** Add live example app to READMEs ([#823](https://github.com/arcjet/arcjet-js/issues/823)) ([8b1c811](https://github.com/arcjet/arcjet-js/commit/8b1c81188b0035cfde810917239ea584e6ce3b3d)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/env bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/headers bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/ip bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/logger bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * arcjet bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/rollup-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + ## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/next-v1.0.0-alpha.13) (2024-05-20) diff --git a/arcjet-next/package.json b/arcjet-next/package.json index 6d894c041..366bc1219 100644 --- a/arcjet-next/package.json +++ b/arcjet-next/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/next", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "description": "Arcjet SDK for the Next.js framework", "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.13", - "@arcjet/headers": "1.0.0-alpha.13", - "@arcjet/ip": "1.0.0-alpha.13", - "@arcjet/logger": "1.0.0-alpha.13", + "@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", "@connectrpc/connect-web": "1.4.0", - "arcjet": "1.0.0-alpha.13" + "arcjet": "1.0.0-alpha.14" }, "peerDependencies": { "next": ">=13" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@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 a5e70897c..61036dba0 100644 --- a/arcjet-node/CHANGELOG.md +++ b/arcjet-node/CHANGELOG.md @@ -1,5 +1,57 @@ # Changelog +## [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) + + +### โš  BREAKING CHANGES + +* Move all environment lookup into separate package ([#897](https://github.com/arcjet/arcjet-js/issues/897)) +* **ip:** Allow platform to be specified when looking up IP ([#896](https://github.com/arcjet/arcjet-js/issues/896)) +* Add fallback IP in each adapter ([#895](https://github.com/arcjet/arcjet-js/issues/895)) +* Create runtime package and remove from SDK ([#871](https://github.com/arcjet/arcjet-js/issues/871)) +* Allow ArcjetContext extension via new argument to core `protect()` ([#841](https://github.com/arcjet/arcjet-js/issues/841)) +* Separate `@arcjet/headers` package from core ([#824](https://github.com/arcjet/arcjet-js/issues/824)) + +### ๐Ÿš€ New Features + +* Add fallback IP in each adapter ([#895](https://github.com/arcjet/arcjet-js/issues/895)) ([0f23cff](https://github.com/arcjet/arcjet-js/commit/0f23cff62214462504a21b84e00b258721e31ead)), closes [#51](https://github.com/arcjet/arcjet-js/issues/51) [#885](https://github.com/arcjet/arcjet-js/issues/885) +* Allow ArcjetContext extension via new argument to core `protect()` ([#841](https://github.com/arcjet/arcjet-js/issues/841)) ([96bbe94](https://github.com/arcjet/arcjet-js/commit/96bbe941b2f1613bc870e8f6073db919c1f41a7e)) +* Create runtime package and remove from SDK ([#871](https://github.com/arcjet/arcjet-js/issues/871)) ([4e9e216](https://github.com/arcjet/arcjet-js/commit/4e9e2169e587ab010ff587a915ae8e1416c9b8f5)) +* **ip:** Allow platform to be specified when looking up IP ([#896](https://github.com/arcjet/arcjet-js/issues/896)) ([c9f54bb](https://github.com/arcjet/arcjet-js/commit/c9f54bbe0561b13dbb2dbc6f58087a1b25218504)) +* Move all environment lookup into separate package ([#897](https://github.com/arcjet/arcjet-js/issues/897)) ([a5bb8ca](https://github.com/arcjet/arcjet-js/commit/a5bb8ca6bad9d831b3f67f12b3ef87048ced25bb)) +* Separate `@arcjet/headers` package from core ([#824](https://github.com/arcjet/arcjet-js/issues/824)) ([c8364f4](https://github.com/arcjet/arcjet-js/commit/c8364f464b99b5b66749ea776e29c728257a2d74)) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](https://github.com/arcjet/arcjet-js/issues/803)) ([e6321af](https://github.com/arcjet/arcjet-js/commit/e6321afbad7127442d78b9c760c0e4c1ef73a77c)) + + +### ๐Ÿ“ Documentation + +* Add quick start links & update Bun example ([#870](https://github.com/arcjet/arcjet-js/issues/870)) ([ee3079f](https://github.com/arcjet/arcjet-js/commit/ee3079f21484ed3b5cf67ae03a45cb9d07b3d911)) +* Remove wording that implies is Shield is added by default ([#796](https://github.com/arcjet/arcjet-js/issues/796)) ([a85d18c](https://github.com/arcjet/arcjet-js/commit/a85d18ca6f6da589cfad58d3167b1c8a4b1edc55)) + + +### ๐Ÿงน Miscellaneous Chores + +* **docs:** Add live example app to READMEs ([#823](https://github.com/arcjet/arcjet-js/issues/823)) ([8b1c811](https://github.com/arcjet/arcjet-js/commit/8b1c81188b0035cfde810917239ea584e6ce3b3d)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/env bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/headers bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/ip bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/logger bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * arcjet bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/rollup-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + ## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/node-v1.0.0-alpha.13) (2024-05-20) diff --git a/arcjet-node/package.json b/arcjet-node/package.json index ca355f7ed..7fbc896c8 100644 --- a/arcjet-node/package.json +++ b/arcjet-node/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/node", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "description": "Arcjet SDK for Node.js", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,17 +40,17 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests" }, "dependencies": { - "@arcjet/env": "1.0.0-alpha.13", - "@arcjet/headers": "1.0.0-alpha.13", - "@arcjet/ip": "1.0.0-alpha.13", - "@arcjet/logger": "1.0.0-alpha.13", + "@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", "@connectrpc/connect-node": "1.4.0", - "arcjet": "1.0.0-alpha.13" + "arcjet": "1.0.0-alpha.14" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@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 9a06ccc64..3208beaa2 100644 --- a/arcjet-sveltekit/CHANGELOG.md +++ b/arcjet-sveltekit/CHANGELOG.md @@ -1,5 +1,58 @@ # Changelog +## [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) + + +### โš  BREAKING CHANGES + +* Move all environment lookup into separate package ([#897](https://github.com/arcjet/arcjet-js/issues/897)) +* **ip:** Allow platform to be specified when looking up IP ([#896](https://github.com/arcjet/arcjet-js/issues/896)) +* Add fallback IP in each adapter ([#895](https://github.com/arcjet/arcjet-js/issues/895)) +* Create runtime package and remove from SDK ([#871](https://github.com/arcjet/arcjet-js/issues/871)) +* Allow ArcjetContext extension via new argument to core `protect()` ([#841](https://github.com/arcjet/arcjet-js/issues/841)) +* Separate `@arcjet/headers` package from core ([#824](https://github.com/arcjet/arcjet-js/issues/824)) + +### ๐Ÿš€ New Features + +* Add fallback IP in each adapter ([#895](https://github.com/arcjet/arcjet-js/issues/895)) ([0f23cff](https://github.com/arcjet/arcjet-js/commit/0f23cff62214462504a21b84e00b258721e31ead)), closes [#51](https://github.com/arcjet/arcjet-js/issues/51) [#885](https://github.com/arcjet/arcjet-js/issues/885) +* Allow ArcjetContext extension via new argument to core `protect()` ([#841](https://github.com/arcjet/arcjet-js/issues/841)) ([96bbe94](https://github.com/arcjet/arcjet-js/commit/96bbe941b2f1613bc870e8f6073db919c1f41a7e)) +* Create runtime package and remove from SDK ([#871](https://github.com/arcjet/arcjet-js/issues/871)) ([4e9e216](https://github.com/arcjet/arcjet-js/commit/4e9e2169e587ab010ff587a915ae8e1416c9b8f5)) +* **ip:** Allow platform to be specified when looking up IP ([#896](https://github.com/arcjet/arcjet-js/issues/896)) ([c9f54bb](https://github.com/arcjet/arcjet-js/commit/c9f54bbe0561b13dbb2dbc6f58087a1b25218504)) +* Move all environment lookup into separate package ([#897](https://github.com/arcjet/arcjet-js/issues/897)) ([a5bb8ca](https://github.com/arcjet/arcjet-js/commit/a5bb8ca6bad9d831b3f67f12b3ef87048ced25bb)) +* Separate `@arcjet/headers` package from core ([#824](https://github.com/arcjet/arcjet-js/issues/824)) ([c8364f4](https://github.com/arcjet/arcjet-js/commit/c8364f464b99b5b66749ea776e29c728257a2d74)) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](https://github.com/arcjet/arcjet-js/issues/803)) ([e6321af](https://github.com/arcjet/arcjet-js/commit/e6321afbad7127442d78b9c760c0e4c1ef73a77c)) + + +### ๐Ÿ“ Documentation + +* Add quick start links & update Bun example ([#870](https://github.com/arcjet/arcjet-js/issues/870)) ([ee3079f](https://github.com/arcjet/arcjet-js/commit/ee3079f21484ed3b5cf67ae03a45cb9d07b3d911)) +* Remove wording that implies is Shield is added by default ([#796](https://github.com/arcjet/arcjet-js/issues/796)) ([a85d18c](https://github.com/arcjet/arcjet-js/commit/a85d18ca6f6da589cfad58d3167b1c8a4b1edc55)) + + +### ๐Ÿงน Miscellaneous Chores + +* **docs:** Add live example app to READMEs ([#823](https://github.com/arcjet/arcjet-js/issues/823)) ([8b1c811](https://github.com/arcjet/arcjet-js/commit/8b1c81188b0035cfde810917239ea584e6ce3b3d)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/env bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/headers bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/ip bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/logger bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/runtime bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * arcjet bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/rollup-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + ## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/sveltekit-v1.0.0-alpha.13) (2024-05-20) diff --git a/arcjet-sveltekit/package.json b/arcjet-sveltekit/package.json index 28c5436f9..81e3ad274 100644 --- a/arcjet-sveltekit/package.json +++ b/arcjet-sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/sveltekit", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "description": "Arcjet SDK for SvelteKit", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,19 +40,19 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests" }, "dependencies": { - "@arcjet/env": "1.0.0-alpha.13", - "@arcjet/headers": "1.0.0-alpha.13", - "@arcjet/ip": "1.0.0-alpha.13", - "@arcjet/logger": "1.0.0-alpha.13", - "@arcjet/runtime": "1.0.0-alpha.13", + "@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", "@connectrpc/connect-node": "1.4.0", "@connectrpc/connect-web": "1.4.0", - "arcjet": "1.0.0-alpha.13" + "arcjet": "1.0.0-alpha.14" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@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 9c4e88468..fb9f3bda9 100644 --- a/arcjet/CHANGELOG.md +++ b/arcjet/CHANGELOG.md @@ -1,5 +1,51 @@ # Changelog +## [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) + + +### โš  BREAKING CHANGES + +* Move all environment lookup into separate package ([#897](https://github.com/arcjet/arcjet-js/issues/897)) +* **logger:** Align logger with Pino API ([#858](https://github.com/arcjet/arcjet-js/issues/858)) +* Create runtime package and remove from SDK ([#871](https://github.com/arcjet/arcjet-js/issues/871)) +* Allow ArcjetContext extension via new argument to core `protect()` ([#841](https://github.com/arcjet/arcjet-js/issues/841)) +* Separate `@arcjet/headers` package from core ([#824](https://github.com/arcjet/arcjet-js/issues/824)) + +### ๐Ÿš€ New Features + +* Allow ArcjetContext extension via new argument to core `protect()` ([#841](https://github.com/arcjet/arcjet-js/issues/841)) ([96bbe94](https://github.com/arcjet/arcjet-js/commit/96bbe941b2f1613bc870e8f6073db919c1f41a7e)) +* Create runtime package and remove from SDK ([#871](https://github.com/arcjet/arcjet-js/issues/871)) ([4e9e216](https://github.com/arcjet/arcjet-js/commit/4e9e2169e587ab010ff587a915ae8e1416c9b8f5)) +* **logger:** Align logger with Pino API ([#858](https://github.com/arcjet/arcjet-js/issues/858)) ([1806b94](https://github.com/arcjet/arcjet-js/commit/1806b94d7f7d0a7fd052e3121892d4dc1fdb719b)), closes [#822](https://github.com/arcjet/arcjet-js/issues/822) [#855](https://github.com/arcjet/arcjet-js/issues/855) +* Move all environment lookup into separate package ([#897](https://github.com/arcjet/arcjet-js/issues/897)) ([a5bb8ca](https://github.com/arcjet/arcjet-js/commit/a5bb8ca6bad9d831b3f67f12b3ef87048ced25bb)) +* Separate `@arcjet/headers` package from core ([#824](https://github.com/arcjet/arcjet-js/issues/824)) ([c8364f4](https://github.com/arcjet/arcjet-js/commit/c8364f464b99b5b66749ea776e29c728257a2d74)) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](https://github.com/arcjet/arcjet-js/issues/803)) ([e6321af](https://github.com/arcjet/arcjet-js/commit/e6321afbad7127442d78b9c760c0e4c1ef73a77c)) + + +### ๐Ÿ“ Documentation + +* Add quick start links & update Bun example ([#870](https://github.com/arcjet/arcjet-js/issues/870)) ([ee3079f](https://github.com/arcjet/arcjet-js/commit/ee3079f21484ed3b5cf67ae03a45cb9d07b3d911)) +* Remove wording that implies is Shield is added by default ([#796](https://github.com/arcjet/arcjet-js/issues/796)) ([a85d18c](https://github.com/arcjet/arcjet-js/commit/a85d18ca6f6da589cfad58d3167b1c8a4b1edc55)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/analyze bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/duration bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/headers bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/logger bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/protocol bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/runtime bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/rollup-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + ## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...arcjet-v1.0.0-alpha.13) (2024-05-20) diff --git a/arcjet/package.json b/arcjet/package.json index b20de41b2..38db6b089 100644 --- a/arcjet/package.json +++ b/arcjet/package.json @@ -1,6 +1,6 @@ { "name": "arcjet", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "description": "Arcjet TypeScript and JavaScript SDK core", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,17 +40,17 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest" }, "dependencies": { - "@arcjet/analyze": "1.0.0-alpha.13", - "@arcjet/duration": "1.0.0-alpha.13", - "@arcjet/headers": "1.0.0-alpha.13", - "@arcjet/logger": "1.0.0-alpha.13", - "@arcjet/protocol": "1.0.0-alpha.13", - "@arcjet/runtime": "1.0.0-alpha.13" + "@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" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@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 0e167b578..95f022da0 100644 --- a/decorate/CHANGELOG.md +++ b/decorate/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [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) + + +### โš  BREAKING CHANGES + +* **decorate:** Use console to log instead of Arcjet logger ([#865](https://github.com/arcjet/arcjet-js/issues/865)) + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](https://github.com/arcjet/arcjet-js/issues/803)) ([e6321af](https://github.com/arcjet/arcjet-js/commit/e6321afbad7127442d78b9c760c0e4c1ef73a77c)) + + +### ๐Ÿ“ Documentation + +* Add quick start links & update Bun example ([#870](https://github.com/arcjet/arcjet-js/issues/870)) ([ee3079f](https://github.com/arcjet/arcjet-js/commit/ee3079f21484ed3b5cf67ae03a45cb9d07b3d911)) + + +### ๐Ÿงน Miscellaneous Chores + +* **decorate:** Use console to log instead of Arcjet logger ([#865](https://github.com/arcjet/arcjet-js/issues/865)) ([39bfcfc](https://github.com/arcjet/arcjet-js/commit/39bfcfc1017c25a1ce283d0604b491432deb8e8d)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/protocol bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/sprintf bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/rollup-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + ## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/decorate-v1.0.0-alpha.13) (2024-05-20) diff --git a/decorate/package.json b/decorate/package.json index 10708acb0..1cd048047 100644 --- a/decorate/package.json +++ b/decorate/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/decorate", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "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.13", - "@arcjet/sprintf": "1.0.0-alpha.13" + "@arcjet/protocol": "1.0.0-alpha.14", + "@arcjet/sprintf": "1.0.0-alpha.14" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@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 e4f0ce69d..91452b246 100644 --- a/duration/CHANGELOG.md +++ b/duration/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [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) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](https://github.com/arcjet/arcjet-js/issues/803)) ([e6321af](https://github.com/arcjet/arcjet-js/commit/e6321afbad7127442d78b9c760c0e4c1ef73a77c)) + + +### ๐Ÿ“ Documentation + +* Add quick start links & update Bun example ([#870](https://github.com/arcjet/arcjet-js/issues/870)) ([ee3079f](https://github.com/arcjet/arcjet-js/commit/ee3079f21484ed3b5cf67ae03a45cb9d07b3d911)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/rollup-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + ## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/duration-v1.0.0-alpha.13) (2024-05-20) diff --git a/duration/package.json b/duration/package.json index 5179b13f3..7e6b7dc68 100644 --- a/duration/package.json +++ b/duration/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/duration", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "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.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@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 new file mode 100644 index 000000000..10b40e3ae --- /dev/null +++ b/env/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## [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) + + +### โš  BREAKING CHANGES + +* Move all environment lookup into separate package ([#897](https://github.com/arcjet/arcjet-js/issues/897)) + +### ๐Ÿš€ New Features + +* Move all environment lookup into separate package ([#897](https://github.com/arcjet/arcjet-js/issues/897)) ([a5bb8ca](https://github.com/arcjet/arcjet-js/commit/a5bb8ca6bad9d831b3f67f12b3ef87048ced25bb)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/rollup-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 diff --git a/env/package.json b/env/package.json index 14ddf34a6..be40b8906 100644 --- a/env/package.json +++ b/env/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/env", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "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.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@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 bcc8ac40b..77b0ceab8 100644 --- a/eslint-config/CHANGELOG.md +++ b/eslint-config/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [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) + + +### ๐Ÿ“ฆ Dependencies + +* Bump @typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0 ([#918](https://github.com/arcjet/arcjet-js/issues/918)) ([bbd72a5](https://github.com/arcjet/arcjet-js/commit/bbd72a5c007a40ee31ed72b9ff145d24bef4274c)) +* Bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.12.0 ([#862](https://github.com/arcjet/arcjet-js/issues/862)) ([51330b7](https://github.com/arcjet/arcjet-js/commit/51330b77852e51704e2cffc9994115f24f4fae17)) +* Bump @typescript-eslint/parser from 7.12.0 to 7.13.0 ([#917](https://github.com/arcjet/arcjet-js/issues/917)) ([cfe0c14](https://github.com/arcjet/arcjet-js/commit/cfe0c147a209828be7555f4d3781213d3e8e0edb)) +* Bump @typescript-eslint/parser from 7.9.0 to 7.12.0 ([#861](https://github.com/arcjet/arcjet-js/issues/861)) ([eaf8c26](https://github.com/arcjet/arcjet-js/commit/eaf8c26c81bb202a9417c993f37e336b91b871b0)) +* Bump eslint-config-turbo from 1.13.3 to 2.0.3 ([#893](https://github.com/arcjet/arcjet-js/issues/893)) ([97525af](https://github.com/arcjet/arcjet-js/commit/97525af1ae3f9395e403113733419ab9fbdf5f12)) + + +### ๐Ÿ“ Documentation + +* Add quick start links & update Bun example ([#870](https://github.com/arcjet/arcjet-js/issues/870)) ([ee3079f](https://github.com/arcjet/arcjet-js/commit/ee3079f21484ed3b5cf67ae03a45cb9d07b3d911)) + ## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/eslint-config-v1.0.0-alpha.13) (2024-05-20) diff --git a/eslint-config/package.json b/eslint-config/package.json index e3f4c10d3..6bfcd552d 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/eslint-config", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "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 new file mode 100644 index 000000000..8f95fa28f --- /dev/null +++ b/headers/CHANGELOG.md @@ -0,0 +1,31 @@ +# Changelog + +## [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) + + +### โš  BREAKING CHANGES + +* Separate `@arcjet/headers` package from core ([#824](https://github.com/arcjet/arcjet-js/issues/824)) + +### ๐Ÿš€ New Features + +* Separate `@arcjet/headers` package from core ([#824](https://github.com/arcjet/arcjet-js/issues/824)) ([c8364f4](https://github.com/arcjet/arcjet-js/commit/c8364f464b99b5b66749ea776e29c728257a2d74)) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](https://github.com/arcjet/arcjet-js/issues/803)) ([e6321af](https://github.com/arcjet/arcjet-js/commit/e6321afbad7127442d78b9c760c0e4c1ef73a77c)) + + +### ๐Ÿ“ Documentation + +* Add quick start links & update Bun example ([#870](https://github.com/arcjet/arcjet-js/issues/870)) ([ee3079f](https://github.com/arcjet/arcjet-js/commit/ee3079f21484ed3b5cf67ae03a45cb9d07b3d911)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/rollup-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 diff --git a/headers/package.json b/headers/package.json index 75a896d3a..b93803dbc 100644 --- a/headers/package.json +++ b/headers/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/headers", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "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.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@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 6852d55db..e79004cf1 100644 --- a/ip/CHANGELOG.md +++ b/ip/CHANGELOG.md @@ -1,5 +1,43 @@ # Changelog +## [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) + + +### โš  BREAKING CHANGES + +* **ip:** Allow platform to be specified when looking up IP ([#896](https://github.com/arcjet/arcjet-js/issues/896)) +* Add fallback IP in each adapter ([#895](https://github.com/arcjet/arcjet-js/issues/895)) +* **ip:** Rework priority of IP detection ([#799](https://github.com/arcjet/arcjet-js/issues/799)) + +### ๐Ÿš€ New Features + +* Add fallback IP in each adapter ([#895](https://github.com/arcjet/arcjet-js/issues/895)) ([0f23cff](https://github.com/arcjet/arcjet-js/commit/0f23cff62214462504a21b84e00b258721e31ead)), closes [#51](https://github.com/arcjet/arcjet-js/issues/51) [#885](https://github.com/arcjet/arcjet-js/issues/885) +* **ip:** Allow platform to be specified when looking up IP ([#896](https://github.com/arcjet/arcjet-js/issues/896)) ([c9f54bb](https://github.com/arcjet/arcjet-js/commit/c9f54bbe0561b13dbb2dbc6f58087a1b25218504)) + + +### ๐Ÿชฒ Bug Fixes + +* **ip:** Rework priority of IP detection ([#799](https://github.com/arcjet/arcjet-js/issues/799)) ([1df6291](https://github.com/arcjet/arcjet-js/commit/1df62917c934feba4f3ce76054817058f5cfadd9)) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](https://github.com/arcjet/arcjet-js/issues/803)) ([e6321af](https://github.com/arcjet/arcjet-js/commit/e6321afbad7127442d78b9c760c0e4c1ef73a77c)) + + +### ๐Ÿ“ Documentation + +* Add quick start links & update Bun example ([#870](https://github.com/arcjet/arcjet-js/issues/870)) ([ee3079f](https://github.com/arcjet/arcjet-js/commit/ee3079f21484ed3b5cf67ae03a45cb9d07b3d911)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/rollup-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + ## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/ip-v1.0.0-alpha.13) (2024-05-20) diff --git a/ip/package.json b/ip/package.json index f1b775b3c..1405d8a42 100644 --- a/ip/package.json +++ b/ip/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/ip", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "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.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@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 2582442c3..37520a40b 100644 --- a/logger/CHANGELOG.md +++ b/logger/CHANGELOG.md @@ -1,5 +1,44 @@ # Changelog +## [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) + + +### โš  BREAKING CHANGES + +* **logger:** Align logger with Pino API ([#858](https://github.com/arcjet/arcjet-js/issues/858)) +* **logger:** Replace nodejs util import with our sprintf library ([#857](https://github.com/arcjet/arcjet-js/issues/857)) + +### ๐Ÿš€ New Features + +* **logger:** Align logger with Pino API ([#858](https://github.com/arcjet/arcjet-js/issues/858)) ([1806b94](https://github.com/arcjet/arcjet-js/commit/1806b94d7f7d0a7fd052e3121892d4dc1fdb719b)), closes [#822](https://github.com/arcjet/arcjet-js/issues/822) [#855](https://github.com/arcjet/arcjet-js/issues/855) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](https://github.com/arcjet/arcjet-js/issues/803)) ([e6321af](https://github.com/arcjet/arcjet-js/commit/e6321afbad7127442d78b9c760c0e4c1ef73a77c)) + + +### ๐Ÿ“ Documentation + +* Add quick start links & update Bun example ([#870](https://github.com/arcjet/arcjet-js/issues/870)) ([ee3079f](https://github.com/arcjet/arcjet-js/commit/ee3079f21484ed3b5cf67ae03a45cb9d07b3d911)) + + +### ๐Ÿงน Miscellaneous Chores + +* **logger:** Replace nodejs util import with our sprintf library ([#857](https://github.com/arcjet/arcjet-js/issues/857)) ([edd99a1](https://github.com/arcjet/arcjet-js/commit/edd99a11ca80a36115e9977b13039b4c3b0e761a)) +* **logger:** Update description to match implementation ([#907](https://github.com/arcjet/arcjet-js/issues/907)) ([0840358](https://github.com/arcjet/arcjet-js/commit/0840358a00d70ff573c7a9f14bdc38623fad0f0d)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/sprintf bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/rollup-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + ## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/logger-v1.0.0-alpha.13) (2024-05-20) diff --git a/logger/package.json b/logger/package.json index 5c3b2ed16..82af66964 100644 --- a/logger/package.json +++ b/logger/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/logger", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "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.13" + "@arcjet/sprintf": "1.0.0-alpha.14" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@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 928b8072a..f293e257d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arcjet-js", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "arcjet-js", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "workspaces": [ "*" ], @@ -16,15 +16,15 @@ }, "analyze": { "name": "@arcjet/analyze", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "license": "Apache-2.0", "dependencies": { - "@arcjet/protocol": "1.0.0-alpha.13" + "@arcjet/protocol": "1.0.0-alpha.14" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@bytecodealliance/jco": "1.2.4", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", @@ -37,20 +37,20 @@ } }, "arcjet": { - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "license": "Apache-2.0", "dependencies": { - "@arcjet/analyze": "1.0.0-alpha.13", - "@arcjet/duration": "1.0.0-alpha.13", - "@arcjet/headers": "1.0.0-alpha.13", - "@arcjet/logger": "1.0.0-alpha.13", - "@arcjet/protocol": "1.0.0-alpha.13", - "@arcjet/runtime": "1.0.0-alpha.13" + "@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" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@edge-runtime/jest-environment": "2.3.10", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", @@ -64,20 +64,20 @@ }, "arcjet-bun": { "name": "@arcjet/bun", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "license": "Apache-2.0", "dependencies": { - "@arcjet/env": "1.0.0-alpha.13", - "@arcjet/headers": "1.0.0-alpha.13", - "@arcjet/ip": "1.0.0-alpha.13", - "@arcjet/logger": "1.0.0-alpha.13", + "@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", "@connectrpc/connect-node": "1.4.0", - "arcjet": "1.0.0-alpha.13" + "arcjet": "1.0.0-alpha.14" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "20.12.12", @@ -97,20 +97,20 @@ }, "arcjet-next": { "name": "@arcjet/next", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "license": "Apache-2.0", "dependencies": { - "@arcjet/env": "1.0.0-alpha.13", - "@arcjet/headers": "1.0.0-alpha.13", - "@arcjet/ip": "1.0.0-alpha.13", - "@arcjet/logger": "1.0.0-alpha.13", + "@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", "@connectrpc/connect-web": "1.4.0", - "arcjet": "1.0.0-alpha.13" + "arcjet": "1.0.0-alpha.14" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -126,20 +126,20 @@ }, "arcjet-node": { "name": "@arcjet/node", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "license": "Apache-2.0", "dependencies": { - "@arcjet/env": "1.0.0-alpha.13", - "@arcjet/headers": "1.0.0-alpha.13", - "@arcjet/ip": "1.0.0-alpha.13", - "@arcjet/logger": "1.0.0-alpha.13", + "@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", "@connectrpc/connect-node": "1.4.0", - "arcjet": "1.0.0-alpha.13" + "arcjet": "1.0.0-alpha.14" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -152,22 +152,22 @@ }, "arcjet-sveltekit": { "name": "@arcjet/sveltekit", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "license": "Apache-2.0", "dependencies": { - "@arcjet/env": "1.0.0-alpha.13", - "@arcjet/headers": "1.0.0-alpha.13", - "@arcjet/ip": "1.0.0-alpha.13", - "@arcjet/logger": "1.0.0-alpha.13", - "@arcjet/runtime": "1.0.0-alpha.13", + "@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", "@connectrpc/connect-node": "1.4.0", "@connectrpc/connect-web": "1.4.0", - "arcjet": "1.0.0-alpha.13" + "arcjet": "1.0.0-alpha.14" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -180,16 +180,16 @@ }, "decorate": { "name": "@arcjet/decorate", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "license": "Apache-2.0", "dependencies": { - "@arcjet/protocol": "1.0.0-alpha.13", - "@arcjet/sprintf": "1.0.0-alpha.13" + "@arcjet/protocol": "1.0.0-alpha.14", + "@arcjet/sprintf": "1.0.0-alpha.14" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -202,12 +202,12 @@ }, "duration": { "name": "@arcjet/duration", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "license": "Apache-2.0", "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -220,12 +220,12 @@ }, "env": { "name": "@arcjet/env", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "license": "Apache-2.0", "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "jest": "29.7.0", @@ -237,7 +237,7 @@ }, "eslint-config": { "name": "@arcjet/eslint-config", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "license": "Apache-2.0", "dependencies": { "@typescript-eslint/eslint-plugin": "7.13.0", @@ -257,12 +257,12 @@ }, "headers": { "name": "@arcjet/headers", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "license": "Apache-2.0", "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -275,12 +275,12 @@ }, "ip": { "name": "@arcjet/ip", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "license": "Apache-2.0", "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -293,15 +293,15 @@ }, "logger": { "name": "@arcjet/logger", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "license": "Apache-2.0", "dependencies": { - "@arcjet/sprintf": "1.0.0-alpha.13" + "@arcjet/sprintf": "1.0.0-alpha.14" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -6497,7 +6497,7 @@ }, "protocol": { "name": "@arcjet/protocol", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "license": "Apache-2.0", "dependencies": { "@bufbuild/protobuf": "1.10.0", @@ -6505,9 +6505,9 @@ "typeid-js": "0.7.0" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -6520,15 +6520,15 @@ }, "rollup-config": { "name": "@arcjet/rollup-config", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "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.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -6544,12 +6544,12 @@ }, "runtime": { "name": "@arcjet/runtime", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "license": "Apache-2.0", "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "jest": "29.7.0", @@ -6562,12 +6562,12 @@ }, "sprintf": { "name": "@arcjet/sprintf", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "license": "Apache-2.0", "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -6580,7 +6580,7 @@ }, "tsconfig": { "name": "@arcjet/tsconfig", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "license": "Apache-2.0", "devDependencies": {}, "engines": { diff --git a/package.json b/package.json index b71d42d54..a1ce8acb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arcjet-js", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "private": true, "engines": { "node": ">=18" diff --git a/protocol/CHANGELOG.md b/protocol/CHANGELOG.md index da3179a98..376530567 100644 --- a/protocol/CHANGELOG.md +++ b/protocol/CHANGELOG.md @@ -1,5 +1,40 @@ # Changelog +## [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) + + +### โš  BREAKING CHANGES + +* **logger:** Align logger with Pino API ([#858](https://github.com/arcjet/arcjet-js/issues/858)) +* Create runtime package and remove from SDK ([#871](https://github.com/arcjet/arcjet-js/issues/871)) +* Allow ArcjetContext extension via new argument to core `protect()` ([#841](https://github.com/arcjet/arcjet-js/issues/841)) + +### ๐Ÿš€ New Features + +* Allow ArcjetContext extension via new argument to core `protect()` ([#841](https://github.com/arcjet/arcjet-js/issues/841)) ([96bbe94](https://github.com/arcjet/arcjet-js/commit/96bbe941b2f1613bc870e8f6073db919c1f41a7e)) +* Create runtime package and remove from SDK ([#871](https://github.com/arcjet/arcjet-js/issues/871)) ([4e9e216](https://github.com/arcjet/arcjet-js/commit/4e9e2169e587ab010ff587a915ae8e1416c9b8f5)) +* **logger:** Align logger with Pino API ([#858](https://github.com/arcjet/arcjet-js/issues/858)) ([1806b94](https://github.com/arcjet/arcjet-js/commit/1806b94d7f7d0a7fd052e3121892d4dc1fdb719b)), closes [#822](https://github.com/arcjet/arcjet-js/issues/822) [#855](https://github.com/arcjet/arcjet-js/issues/855) + + +### ๐Ÿ“ฆ Dependencies + +* Bump @bufbuild/protobuf from 1.9.0 to 1.10.0 ([#847](https://github.com/arcjet/arcjet-js/issues/847)) ([de8266f](https://github.com/arcjet/arcjet-js/commit/de8266f53beb66d0e4770b82cb0c372715704993)) +* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](https://github.com/arcjet/arcjet-js/issues/803)) ([e6321af](https://github.com/arcjet/arcjet-js/commit/e6321afbad7127442d78b9c760c0e4c1ef73a77c)) + + +### ๐Ÿ“ Documentation + +* Add quick start links & update Bun example ([#870](https://github.com/arcjet/arcjet-js/issues/870)) ([ee3079f](https://github.com/arcjet/arcjet-js/commit/ee3079f21484ed3b5cf67ae03a45cb9d07b3d911)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/rollup-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + ## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/protocol-v1.0.0-alpha.13) (2024-05-20) diff --git a/protocol/package.json b/protocol/package.json index adad76218..db4514137 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/protocol", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "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.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@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 624fb2960..a8c07d143 100644 --- a/rollup-config/CHANGELOG.md +++ b/rollup-config/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [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) + + +### โš  BREAKING CHANGES + +* **analyze:** Leverage conditional exports to load Wasm appropriately ([#887](https://github.com/arcjet/arcjet-js/issues/887)) + +### ๐Ÿ“ฆ Dependencies + +* Bump @rollup/plugin-replace from 5.0.5 to 5.0.7 ([#920](https://github.com/arcjet/arcjet-js/issues/920)) ([176170b](https://github.com/arcjet/arcjet-js/commit/176170b600790bb2198d49c30e16096de60553c5)) +* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](https://github.com/arcjet/arcjet-js/issues/803)) ([e6321af](https://github.com/arcjet/arcjet-js/commit/e6321afbad7127442d78b9c760c0e4c1ef73a77c)) + + +### ๐Ÿ“ Documentation + +* Add quick start links & update Bun example ([#870](https://github.com/arcjet/arcjet-js/issues/870)) ([ee3079f](https://github.com/arcjet/arcjet-js/commit/ee3079f21484ed3b5cf67ae03a45cb9d07b3d911)) + + +### ๐Ÿงน Miscellaneous Chores + +* **analyze:** Leverage conditional exports to load Wasm appropriately ([#887](https://github.com/arcjet/arcjet-js/issues/887)) ([d7a698f](https://github.com/arcjet/arcjet-js/commit/d7a698f136e93dc927c0cb9a9a8c48d15ed48f83)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + ## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/rollup-config-v1.0.0-alpha.13) (2024-05-20) diff --git a/rollup-config/package.json b/rollup-config/package.json index 1be9ef537..0a9be7a3c 100644 --- a/rollup-config/package.json +++ b/rollup-config/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/rollup-config", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "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.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@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 new file mode 100644 index 000000000..e5f65457b --- /dev/null +++ b/runtime/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## [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) + + +### โš  BREAKING CHANGES + +* Create runtime package and remove from SDK ([#871](https://github.com/arcjet/arcjet-js/issues/871)) + +### ๐Ÿš€ New Features + +* Create runtime package and remove from SDK ([#871](https://github.com/arcjet/arcjet-js/issues/871)) ([4e9e216](https://github.com/arcjet/arcjet-js/commit/4e9e2169e587ab010ff587a915ae8e1416c9b8f5)) + + +### ๐Ÿ“ Documentation + +* Add quick start links & update Bun example ([#870](https://github.com/arcjet/arcjet-js/issues/870)) ([ee3079f](https://github.com/arcjet/arcjet-js/commit/ee3079f21484ed3b5cf67ae03a45cb9d07b3d911)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/rollup-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 diff --git a/runtime/package.json b/runtime/package.json index cd87e2bd4..a226daf7f 100644 --- a/runtime/package.json +++ b/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/runtime", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "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.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@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 new file mode 100644 index 000000000..3f0858c4d --- /dev/null +++ b/sprintf/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## [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) + + +### ๐Ÿš€ New Features + +* Create sprintf package to replace util.format ([#856](https://github.com/arcjet/arcjet-js/issues/856)) ([160a16e](https://github.com/arcjet/arcjet-js/commit/160a16e94da1a2cd40ea7db0d339d68beed1c20d)) + + +### ๐Ÿ“ Documentation + +* Add quick start links & update Bun example ([#870](https://github.com/arcjet/arcjet-js/issues/870)) ([ee3079f](https://github.com/arcjet/arcjet-js/commit/ee3079f21484ed3b5cf67ae03a45cb9d07b3d911)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/rollup-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 + * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14 diff --git a/sprintf/package.json b/sprintf/package.json index d1b6c4a96..18b1e2852 100644 --- a/sprintf/package.json +++ b/sprintf/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/sprintf", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "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.13", - "@arcjet/rollup-config": "1.0.0-alpha.13", - "@arcjet/tsconfig": "1.0.0-alpha.13", + "@arcjet/eslint-config": "1.0.0-alpha.14", + "@arcjet/rollup-config": "1.0.0-alpha.14", + "@arcjet/tsconfig": "1.0.0-alpha.14", "@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 5104e37bd..ad00aa785 100644 --- a/tsconfig/CHANGELOG.md +++ b/tsconfig/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### ๐Ÿ“ Documentation + +* Add quick start links & update Bun example ([#870](https://github.com/arcjet/arcjet-js/issues/870)) ([ee3079f](https://github.com/arcjet/arcjet-js/commit/ee3079f21484ed3b5cf67ae03a45cb9d07b3d911)) + ## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/tsconfig-v1.0.0-alpha.13) (2024-05-20) diff --git a/tsconfig/package.json b/tsconfig/package.json index 722d7c1d0..1475ff23f 100644 --- a/tsconfig/package.json +++ b/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/tsconfig", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "description": "Custom tsconfig for Arcjet projects", "license": "Apache-2.0", "homepage": "https://arcjet.com",