From 9460fb8d1be9ea32c02e552668bbb4b574e64365 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 20:50:58 +0000 Subject: [PATCH 1/2] chore: Release 1.0.0-alpha.11 --- .github/.release-please-manifest.json | 26 ++++++------- CHANGELOG.md | 54 +++++++++++++++++++++++++++ analyze/CHANGELOG.md | 23 ++++++++++++ analyze/package.json | 10 ++--- arcjet-next/CHANGELOG.md | 23 ++++++++++++ arcjet-next/package.json | 12 +++--- arcjet-node/CHANGELOG.md | 23 ++++++++++++ arcjet-node/package.json | 12 +++--- arcjet/CHANGELOG.md | 25 +++++++++++++ arcjet/package.json | 16 ++++---- decorate/CHANGELOG.md | 23 ++++++++++++ decorate/package.json | 12 +++--- duration/CHANGELOG.md | 20 ++++++++++ duration/package.json | 8 ++-- eslint-config/CHANGELOG.md | 9 +++++ eslint-config/package.json | 2 +- ip/CHANGELOG.md | 20 ++++++++++ ip/package.json | 8 ++-- logger/CHANGELOG.md | 20 ++++++++++ logger/package.json | 8 ++-- package-lock.json | 4 +- package.json | 2 +- protocol/CHANGELOG.md | 26 +++++++++++++ protocol/package.json | 8 ++-- rollup-config/CHANGELOG.md | 19 ++++++++++ rollup-config/package.json | 6 +-- tsconfig/CHANGELOG.md | 7 ++++ tsconfig/package.json | 2 +- 28 files changed, 360 insertions(+), 68 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 6de8777cf..a539669e4 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,15 +1,15 @@ { - ".": "1.0.0-alpha.10", - "analyze": "1.0.0-alpha.10", - "arcjet": "1.0.0-alpha.10", - "arcjet-next": "1.0.0-alpha.10", - "arcjet-node": "1.0.0-alpha.10", - "decorate": "1.0.0-alpha.10", - "duration": "1.0.0-alpha.10", - "eslint-config": "1.0.0-alpha.10", - "ip": "1.0.0-alpha.10", - "logger": "1.0.0-alpha.10", - "protocol": "1.0.0-alpha.10", - "rollup-config": "1.0.0-alpha.10", - "tsconfig": "1.0.0-alpha.10" + ".": "1.0.0-alpha.11", + "analyze": "1.0.0-alpha.11", + "arcjet": "1.0.0-alpha.11", + "arcjet-next": "1.0.0-alpha.11", + "arcjet-node": "1.0.0-alpha.11", + "decorate": "1.0.0-alpha.11", + "duration": "1.0.0-alpha.11", + "eslint-config": "1.0.0-alpha.11", + "ip": "1.0.0-alpha.11", + "logger": "1.0.0-alpha.11", + "protocol": "1.0.0-alpha.11", + "rollup-config": "1.0.0-alpha.11", + "tsconfig": "1.0.0-alpha.11" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4769e59..46b0d1817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,59 @@ # Changelog +## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2024-04-08) + + +### ๐Ÿš€ New Features + +* Add ArcjetIpDetails to an ArcjetDecision ([#510](https://github.com/arcjet/arcjet-js/issues/510)) ([0642c51](https://github.com/arcjet/arcjet-js/commit/0642c5184272d8cc855cffa84491b1b7e75f1465)), closes [#474](https://github.com/arcjet/arcjet-js/issues/474) + + +### ๐Ÿ“ฆ Dependencies + +* Bump @bufbuild/protobuf from 1.7.2 to 1.8.0 ([#377](https://github.com/arcjet/arcjet-js/issues/377)) ([5253740](https://github.com/arcjet/arcjet-js/commit/5253740ba485e9fbacd627a0baf1bb54df5a56fc)) +* Bump eslint-config-next from 14.1.3 to 14.1.4 ([#403](https://github.com/arcjet/arcjet-js/issues/403)) ([119245b](https://github.com/arcjet/arcjet-js/commit/119245bdc97d5df7ad345fbf8c384057c46a0472)) +* Bump eslint-config-turbo from 1.12.5 to 1.13.2 ([#488](https://github.com/arcjet/arcjet-js/issues/488)) ([b6ab105](https://github.com/arcjet/arcjet-js/commit/b6ab1058af6d1801e6c4a2259155f7921be90a9e)) +* Bump eslint-plugin-react from 7.34.0 to 7.34.1 ([#388](https://github.com/arcjet/arcjet-js/issues/388)) ([5ff4950](https://github.com/arcjet/arcjet-js/commit/5ff4950e05573a9079ac9b90b0dc04cff89f6150)) +* Bump undici from 5.28.3 to 5.28.4 ([#505](https://github.com/arcjet/arcjet-js/issues/505)) ([0ffa608](https://github.com/arcjet/arcjet-js/commit/0ffa608264aa86614dcb91995a69f2f0d6b28d84)) +* **dev:** Bump @bytecodealliance/jco from 1.0.3 to 1.1.1 ([#473](https://github.com/arcjet/arcjet-js/issues/473)) ([4584fe4](https://github.com/arcjet/arcjet-js/commit/4584fe43af549d4ec42565276f2fcf64cfdf3e57)) +* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](https://github.com/arcjet/arcjet-js/issues/472)) ([0268e51](https://github.com/arcjet/arcjet-js/commit/0268e51eb8967b2379014c1d16c65d1fbca13186)) +* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](https://github.com/arcjet/arcjet-js/issues/493)) ([ac14f3f](https://github.com/arcjet/arcjet-js/commit/ac14f3fb12157f9b2306ce2e703f80c081dcd9bc)) +* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](https://github.com/arcjet/arcjet-js/issues/519)) ([f859c0e](https://github.com/arcjet/arcjet-js/commit/f859c0eb071fcd83c68c8c94b60071217a600b3a)) +* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](https://github.com/arcjet/arcjet-js/issues/412)) ([a69b76b](https://github.com/arcjet/arcjet-js/commit/a69b76b011a58bad21dc0763661927003c6b2a2e)) +* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](https://github.com/arcjet/arcjet-js/issues/509)) ([8976fb1](https://github.com/arcjet/arcjet-js/commit/8976fb1b49f06b50b2a1d52b8a4619548993c737)) +* **example:** Bump express from 4.18.3 to 4.19.2 in /examples/nodejs-express-rl ([#459](https://github.com/arcjet/arcjet-js/issues/459)) ([ee1af9d](https://github.com/arcjet/arcjet-js/commit/ee1af9d070e9ef9a2231f3131c74860f5d33882a)) +* **example:** Bump express from 4.18.3 to 4.19.2 in /examples/nodejs-express-validate-email ([#461](https://github.com/arcjet/arcjet-js/issues/461)) ([d45953e](https://github.com/arcjet/arcjet-js/commit/d45953eee58e81fdfbd0a9b6aff9e3089754a7ff)) +* **example:** Bump the dependencies group in /examples/nextjs-13-pages-wrap with 2 updates ([#504](https://github.com/arcjet/arcjet-js/issues/504)) ([ebe7548](https://github.com/arcjet/arcjet-js/commit/ebe75484c84b82cbc525bbcacb753d93256d076c)) +* **example:** Bump the dependencies group in /examples/nextjs-13-pages-wrap with 6 updates ([#462](https://github.com/arcjet/arcjet-js/issues/462)) ([7e7affe](https://github.com/arcjet/arcjet-js/commit/7e7affefbdbfd6431fab097f7b3b571d53cd438f)) +* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-rl with 2 updates ([#498](https://github.com/arcjet/arcjet-js/issues/498)) ([c30357f](https://github.com/arcjet/arcjet-js/commit/c30357f8cd81584e61590944341906217112d4b2)) +* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-rl with 7 updates ([#463](https://github.com/arcjet/arcjet-js/issues/463)) ([6181c38](https://github.com/arcjet/arcjet-js/commit/6181c3886deaa317373c248bbe562e29d03a7099)) +* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-validate-email with 2 updates ([#496](https://github.com/arcjet/arcjet-js/issues/496)) ([67031c3](https://github.com/arcjet/arcjet-js/commit/67031c3fd903cbd050b4fc5869ccf477f92a9d15)) +* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-validate-email with 7 updates ([#466](https://github.com/arcjet/arcjet-js/issues/466)) ([3a45ae4](https://github.com/arcjet/arcjet-js/commit/3a45ae4c57960b575ab303c7bc99528fc27f520e)) +* **example:** Bump the dependencies group in /examples/nextjs-14-authjs-5 with 4 updates ([#495](https://github.com/arcjet/arcjet-js/issues/495)) ([b9b3c3b](https://github.com/arcjet/arcjet-js/commit/b9b3c3b2ba340da0eadc7dda6f92c319df28eb8a)) +* **example:** Bump the dependencies group in /examples/nextjs-14-clerk-rl with 8 updates ([#506](https://github.com/arcjet/arcjet-js/issues/506)) ([3635c13](https://github.com/arcjet/arcjet-js/commit/3635c13991ff3f7b1672c06136e32f1fd7b4ae19)) +* **example:** Bump the dependencies group in /examples/nextjs-14-clerk-shield with 8 updates ([#507](https://github.com/arcjet/arcjet-js/issues/507)) ([f2c5c94](https://github.com/arcjet/arcjet-js/commit/f2c5c94c71e9f487b2a351b0e5235229f1736828)) +* **example:** Bump the dependencies group in /examples/nextjs-14-decorate with 2 updates ([#500](https://github.com/arcjet/arcjet-js/issues/500)) ([8bb40cc](https://github.com/arcjet/arcjet-js/commit/8bb40cc4b58094f99a7278a7435b2544838cdce2)) +* **example:** Bump the dependencies group in /examples/nextjs-14-decorate with 7 updates ([#465](https://github.com/arcjet/arcjet-js/issues/465)) ([b13a8e6](https://github.com/arcjet/arcjet-js/commit/b13a8e666108f270a56f850e7101c3e6953d5a57)) +* **example:** Bump the dependencies group in /examples/nextjs-14-nextauth-4 with 2 updates ([#502](https://github.com/arcjet/arcjet-js/issues/502)) ([f4b24b5](https://github.com/arcjet/arcjet-js/commit/f4b24b5cccd8f8ba37e352af9386e229b0578856)) +* **example:** Bump the dependencies group in /examples/nextjs-14-nextauth-4 with 7 updates ([#468](https://github.com/arcjet/arcjet-js/issues/468)) ([6ab6cdb](https://github.com/arcjet/arcjet-js/commit/6ab6cdb81f5866e0d5ae656ca9816dcc850db956)) +* **example:** Bump the dependencies group in /examples/nextjs-14-openai with 4 updates ([#501](https://github.com/arcjet/arcjet-js/issues/501)) ([cde203b](https://github.com/arcjet/arcjet-js/commit/cde203b52230f5174c38c0f3c40f31496ca54d11)) +* **example:** Bump the dependencies group in /examples/nextjs-14-openai with 9 updates ([#467](https://github.com/arcjet/arcjet-js/issues/467)) ([f3d785e](https://github.com/arcjet/arcjet-js/commit/f3d785e1de81d078e3685560d6944855a8df31ec)) +* **example:** Bump the dependencies group in /examples/nextjs-14-pages-wrap with 7 updates ([#503](https://github.com/arcjet/arcjet-js/issues/503)) ([cfb84e1](https://github.com/arcjet/arcjet-js/commit/cfb84e1a7e18c93ebb7b9fa66b9cf2a612c1ca68)) +* **example:** Bump the dependencies group in /examples/nextjs-example with 1 update ([#402](https://github.com/arcjet/arcjet-js/issues/402)) ([79911af](https://github.com/arcjet/arcjet-js/commit/79911affe2f18cbdadff0dc45b717ad48acd2aee)) +* **example:** Bump the dependencies group in /examples/nodejs-express-rl with 1 update ([#438](https://github.com/arcjet/arcjet-js/issues/438)) ([da12423](https://github.com/arcjet/arcjet-js/commit/da124235d74abd62b18113e40042e95d7d3b95e8)) + + +### ๐Ÿ“ Documentation + +* **examples:** Added Auth.js 5 example app ([#432](https://github.com/arcjet/arcjet-js/issues/432)) ([b7a1901](https://github.com/arcjet/arcjet-js/commit/b7a1901876507a792a088c74395b7b323969e429)) +* **examples:** Added NextAuth 4 example app ([#423](https://github.com/arcjet/arcjet-js/issues/423)) ([b218ebd](https://github.com/arcjet/arcjet-js/commit/b218ebd4d13eeb2705ead070aff2775a9093c847)) + + +### ๐Ÿงน Miscellaneous Chores + +* **ci:** Add the NextAuth 4 example to CI ([#471](https://github.com/arcjet/arcjet-js/issues/471)) ([a3ad83a](https://github.com/arcjet/arcjet-js/commit/a3ad83a4bc6a145cb546f385746e6fc778180353)) +* Refresh root README + LICENSE ([#494](https://github.com/arcjet/arcjet-js/issues/494)) ([6f6da30](https://github.com/arcjet/arcjet-js/commit/6f6da3041cfb7feb80867d68cd93629093f372f8)) + ## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2024-03-13) diff --git a/analyze/CHANGELOG.md b/analyze/CHANGELOG.md index 48b264471..209dddc0c 100644 --- a/analyze/CHANGELOG.md +++ b/analyze/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/analyze-v1.0.0-alpha.11) (2024-04-08) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @bytecodealliance/jco from 1.0.3 to 1.1.1 ([#473](https://github.com/arcjet/arcjet-js/issues/473)) ([4584fe4](https://github.com/arcjet/arcjet-js/commit/4584fe43af549d4ec42565276f2fcf64cfdf3e57)) +* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](https://github.com/arcjet/arcjet-js/issues/472)) ([0268e51](https://github.com/arcjet/arcjet-js/commit/0268e51eb8967b2379014c1d16c65d1fbca13186)) +* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](https://github.com/arcjet/arcjet-js/issues/493)) ([ac14f3f](https://github.com/arcjet/arcjet-js/commit/ac14f3fb12157f9b2306ce2e703f80c081dcd9bc)) +* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](https://github.com/arcjet/arcjet-js/issues/519)) ([f859c0e](https://github.com/arcjet/arcjet-js/commit/f859c0eb071fcd83c68c8c94b60071217a600b3a)) +* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](https://github.com/arcjet/arcjet-js/issues/412)) ([a69b76b](https://github.com/arcjet/arcjet-js/commit/a69b76b011a58bad21dc0763661927003c6b2a2e)) +* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](https://github.com/arcjet/arcjet-js/issues/509)) ([8976fb1](https://github.com/arcjet/arcjet-js/commit/8976fb1b49f06b50b2a1d52b8a4619548993c737)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/logger bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/rollup-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + ## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/analyze-v1.0.0-alpha.10) (2024-03-13) diff --git a/analyze/package.json b/analyze/package.json index 916099703..1f8d7c20e 100644 --- a/analyze/package.json +++ b/analyze/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/analyze", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "description": "Arcjet local analysis engine", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -46,12 +46,12 @@ "./wasm/arcjet_analyze_js_req_bg.js" ], "dependencies": { - "@arcjet/logger": "1.0.0-alpha.10" + "@arcjet/logger": "1.0.0-alpha.11" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.10", - "@arcjet/rollup-config": "1.0.0-alpha.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/rollup-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@bytecodealliance/jco": "1.1.1", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.14.1", diff --git a/arcjet-next/CHANGELOG.md b/arcjet-next/CHANGELOG.md index 09ccde5b6..c25159e4e 100644 --- a/arcjet-next/CHANGELOG.md +++ b/arcjet-next/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/next-v1.0.0-alpha.11) (2024-04-08) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](https://github.com/arcjet/arcjet-js/issues/472)) ([0268e51](https://github.com/arcjet/arcjet-js/commit/0268e51eb8967b2379014c1d16c65d1fbca13186)) +* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](https://github.com/arcjet/arcjet-js/issues/493)) ([ac14f3f](https://github.com/arcjet/arcjet-js/commit/ac14f3fb12157f9b2306ce2e703f80c081dcd9bc)) +* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](https://github.com/arcjet/arcjet-js/issues/519)) ([f859c0e](https://github.com/arcjet/arcjet-js/commit/f859c0eb071fcd83c68c8c94b60071217a600b3a)) +* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](https://github.com/arcjet/arcjet-js/issues/412)) ([a69b76b](https://github.com/arcjet/arcjet-js/commit/a69b76b011a58bad21dc0763661927003c6b2a2e)) +* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](https://github.com/arcjet/arcjet-js/issues/509)) ([8976fb1](https://github.com/arcjet/arcjet-js/commit/8976fb1b49f06b50b2a1d52b8a4619548993c737)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/ip bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * arcjet bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/rollup-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + ## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/next-v1.0.0-alpha.10) (2024-03-13) diff --git a/arcjet-next/package.json b/arcjet-next/package.json index f14f487a3..4076ae083 100644 --- a/arcjet-next/package.json +++ b/arcjet-next/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/next", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "description": "Arcjet SDK for the Next.js framework", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,17 +40,17 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests" }, "dependencies": { - "@arcjet/ip": "1.0.0-alpha.10", + "@arcjet/ip": "1.0.0-alpha.11", "@connectrpc/connect-web": "1.4.0", - "arcjet": "1.0.0-alpha.10" + "arcjet": "1.0.0-alpha.11" }, "peerDependencies": { "next": ">=13" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.10", - "@arcjet/rollup-config": "1.0.0-alpha.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/rollup-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@jest/globals": "29.7.0", "@types/node": "18.18.0", "@rollup/wasm-node": "4.14.1", diff --git a/arcjet-node/CHANGELOG.md b/arcjet-node/CHANGELOG.md index 415c41c4d..084f1e6ed 100644 --- a/arcjet-node/CHANGELOG.md +++ b/arcjet-node/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/node-v1.0.0-alpha.11) (2024-04-08) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](https://github.com/arcjet/arcjet-js/issues/472)) ([0268e51](https://github.com/arcjet/arcjet-js/commit/0268e51eb8967b2379014c1d16c65d1fbca13186)) +* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](https://github.com/arcjet/arcjet-js/issues/493)) ([ac14f3f](https://github.com/arcjet/arcjet-js/commit/ac14f3fb12157f9b2306ce2e703f80c081dcd9bc)) +* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](https://github.com/arcjet/arcjet-js/issues/519)) ([f859c0e](https://github.com/arcjet/arcjet-js/commit/f859c0eb071fcd83c68c8c94b60071217a600b3a)) +* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](https://github.com/arcjet/arcjet-js/issues/412)) ([a69b76b](https://github.com/arcjet/arcjet-js/commit/a69b76b011a58bad21dc0763661927003c6b2a2e)) +* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](https://github.com/arcjet/arcjet-js/issues/509)) ([8976fb1](https://github.com/arcjet/arcjet-js/commit/8976fb1b49f06b50b2a1d52b8a4619548993c737)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/ip bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * arcjet bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/rollup-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + ## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/node-v1.0.0-alpha.10) (2024-03-13) diff --git a/arcjet-node/package.json b/arcjet-node/package.json index f9148ad25..3272697ad 100644 --- a/arcjet-node/package.json +++ b/arcjet-node/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/node", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "description": "Arcjet SDK for Node.js", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,14 +40,14 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests" }, "dependencies": { - "@arcjet/ip": "1.0.0-alpha.10", + "@arcjet/ip": "1.0.0-alpha.11", "@connectrpc/connect-node": "1.4.0", - "arcjet": "1.0.0-alpha.10" + "arcjet": "1.0.0-alpha.11" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.10", - "@arcjet/rollup-config": "1.0.0-alpha.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/rollup-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@jest/globals": "29.7.0", "@types/node": "18.18.0", "@rollup/wasm-node": "4.14.1", diff --git a/arcjet/CHANGELOG.md b/arcjet/CHANGELOG.md index 9552ed956..cb98bdfee 100644 --- a/arcjet/CHANGELOG.md +++ b/arcjet/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...arcjet-v1.0.0-alpha.11) (2024-04-08) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](https://github.com/arcjet/arcjet-js/issues/472)) ([0268e51](https://github.com/arcjet/arcjet-js/commit/0268e51eb8967b2379014c1d16c65d1fbca13186)) +* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](https://github.com/arcjet/arcjet-js/issues/493)) ([ac14f3f](https://github.com/arcjet/arcjet-js/commit/ac14f3fb12157f9b2306ce2e703f80c081dcd9bc)) +* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](https://github.com/arcjet/arcjet-js/issues/519)) ([f859c0e](https://github.com/arcjet/arcjet-js/commit/f859c0eb071fcd83c68c8c94b60071217a600b3a)) +* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](https://github.com/arcjet/arcjet-js/issues/412)) ([a69b76b](https://github.com/arcjet/arcjet-js/commit/a69b76b011a58bad21dc0763661927003c6b2a2e)) +* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](https://github.com/arcjet/arcjet-js/issues/509)) ([8976fb1](https://github.com/arcjet/arcjet-js/commit/8976fb1b49f06b50b2a1d52b8a4619548993c737)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/analyze bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/duration bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/logger bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/protocol bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/rollup-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + ## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...arcjet-v1.0.0-alpha.10) (2024-03-13) diff --git a/arcjet/package.json b/arcjet/package.json index 4e8f25aa6..b95efb821 100644 --- a/arcjet/package.json +++ b/arcjet/package.json @@ -1,6 +1,6 @@ { "name": "arcjet", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "description": "Arcjet TypeScript and JavaScript SDK core", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,15 +40,15 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest" }, "dependencies": { - "@arcjet/analyze": "1.0.0-alpha.10", - "@arcjet/duration": "1.0.0-alpha.10", - "@arcjet/logger": "1.0.0-alpha.10", - "@arcjet/protocol": "1.0.0-alpha.10" + "@arcjet/analyze": "1.0.0-alpha.11", + "@arcjet/duration": "1.0.0-alpha.11", + "@arcjet/logger": "1.0.0-alpha.11", + "@arcjet/protocol": "1.0.0-alpha.11" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.10", - "@arcjet/rollup-config": "1.0.0-alpha.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/rollup-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@edge-runtime/jest-environment": "2.3.10", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.14.1", diff --git a/decorate/CHANGELOG.md b/decorate/CHANGELOG.md index e19a6d0d4..920fe4c54 100644 --- a/decorate/CHANGELOG.md +++ b/decorate/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/decorate-v1.0.0-alpha.11) (2024-04-08) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](https://github.com/arcjet/arcjet-js/issues/472)) ([0268e51](https://github.com/arcjet/arcjet-js/commit/0268e51eb8967b2379014c1d16c65d1fbca13186)) +* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](https://github.com/arcjet/arcjet-js/issues/493)) ([ac14f3f](https://github.com/arcjet/arcjet-js/commit/ac14f3fb12157f9b2306ce2e703f80c081dcd9bc)) +* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](https://github.com/arcjet/arcjet-js/issues/519)) ([f859c0e](https://github.com/arcjet/arcjet-js/commit/f859c0eb071fcd83c68c8c94b60071217a600b3a)) +* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](https://github.com/arcjet/arcjet-js/issues/412)) ([a69b76b](https://github.com/arcjet/arcjet-js/commit/a69b76b011a58bad21dc0763661927003c6b2a2e)) +* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](https://github.com/arcjet/arcjet-js/issues/509)) ([8976fb1](https://github.com/arcjet/arcjet-js/commit/8976fb1b49f06b50b2a1d52b8a4619548993c737)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/logger bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/protocol bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/rollup-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + ## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/decorate-v1.0.0-alpha.10) (2024-03-13) diff --git a/decorate/package.json b/decorate/package.json index b1192e3d0..a9dd7cf98 100644 --- a/decorate/package.json +++ b/decorate/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/decorate", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "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/logger": "1.0.0-alpha.10", - "@arcjet/protocol": "1.0.0-alpha.10" + "@arcjet/logger": "1.0.0-alpha.11", + "@arcjet/protocol": "1.0.0-alpha.11" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.10", - "@arcjet/rollup-config": "1.0.0-alpha.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/rollup-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.14.1", "@types/node": "18.18.0", diff --git a/duration/CHANGELOG.md b/duration/CHANGELOG.md index 03e9b1589..09863cd31 100644 --- a/duration/CHANGELOG.md +++ b/duration/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/duration-v1.0.0-alpha.11) (2024-04-08) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](https://github.com/arcjet/arcjet-js/issues/472)) ([0268e51](https://github.com/arcjet/arcjet-js/commit/0268e51eb8967b2379014c1d16c65d1fbca13186)) +* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](https://github.com/arcjet/arcjet-js/issues/493)) ([ac14f3f](https://github.com/arcjet/arcjet-js/commit/ac14f3fb12157f9b2306ce2e703f80c081dcd9bc)) +* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](https://github.com/arcjet/arcjet-js/issues/519)) ([f859c0e](https://github.com/arcjet/arcjet-js/commit/f859c0eb071fcd83c68c8c94b60071217a600b3a)) +* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](https://github.com/arcjet/arcjet-js/issues/412)) ([a69b76b](https://github.com/arcjet/arcjet-js/commit/a69b76b011a58bad21dc0763661927003c6b2a2e)) +* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](https://github.com/arcjet/arcjet-js/issues/509)) ([8976fb1](https://github.com/arcjet/arcjet-js/commit/8976fb1b49f06b50b2a1d52b8a4619548993c737)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/rollup-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + ## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/duration-v1.0.0-alpha.10) (2024-03-13) diff --git a/duration/package.json b/duration/package.json index 76ff5f299..78fe16b8b 100644 --- a/duration/package.json +++ b/duration/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/duration", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "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.10", - "@arcjet/rollup-config": "1.0.0-alpha.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/rollup-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.14.1", "@types/node": "18.18.0", diff --git a/eslint-config/CHANGELOG.md b/eslint-config/CHANGELOG.md index 671dfabb5..346794947 100644 --- a/eslint-config/CHANGELOG.md +++ b/eslint-config/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/eslint-config-v1.0.0-alpha.11) (2024-04-08) + + +### ๐Ÿ“ฆ Dependencies + +* Bump eslint-config-next from 14.1.3 to 14.1.4 ([#403](https://github.com/arcjet/arcjet-js/issues/403)) ([119245b](https://github.com/arcjet/arcjet-js/commit/119245bdc97d5df7ad345fbf8c384057c46a0472)) +* Bump eslint-config-turbo from 1.12.5 to 1.13.2 ([#488](https://github.com/arcjet/arcjet-js/issues/488)) ([b6ab105](https://github.com/arcjet/arcjet-js/commit/b6ab1058af6d1801e6c4a2259155f7921be90a9e)) +* Bump eslint-plugin-react from 7.34.0 to 7.34.1 ([#388](https://github.com/arcjet/arcjet-js/issues/388)) ([5ff4950](https://github.com/arcjet/arcjet-js/commit/5ff4950e05573a9079ac9b90b0dc04cff89f6150)) + ## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/eslint-config-v1.0.0-alpha.10) (2024-03-13) diff --git a/eslint-config/package.json b/eslint-config/package.json index 7299d3ddf..1520124a7 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/eslint-config", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "description": "Custom eslint config for Arcjet projects", "license": "Apache-2.0", "homepage": "https://arcjet.com", diff --git a/ip/CHANGELOG.md b/ip/CHANGELOG.md index e759fe8b6..b42251151 100644 --- a/ip/CHANGELOG.md +++ b/ip/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/ip-v1.0.0-alpha.11) (2024-04-08) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](https://github.com/arcjet/arcjet-js/issues/472)) ([0268e51](https://github.com/arcjet/arcjet-js/commit/0268e51eb8967b2379014c1d16c65d1fbca13186)) +* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](https://github.com/arcjet/arcjet-js/issues/493)) ([ac14f3f](https://github.com/arcjet/arcjet-js/commit/ac14f3fb12157f9b2306ce2e703f80c081dcd9bc)) +* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](https://github.com/arcjet/arcjet-js/issues/519)) ([f859c0e](https://github.com/arcjet/arcjet-js/commit/f859c0eb071fcd83c68c8c94b60071217a600b3a)) +* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](https://github.com/arcjet/arcjet-js/issues/412)) ([a69b76b](https://github.com/arcjet/arcjet-js/commit/a69b76b011a58bad21dc0763661927003c6b2a2e)) +* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](https://github.com/arcjet/arcjet-js/issues/509)) ([8976fb1](https://github.com/arcjet/arcjet-js/commit/8976fb1b49f06b50b2a1d52b8a4619548993c737)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/rollup-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + ## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/ip-v1.0.0-alpha.10) (2024-03-13) diff --git a/ip/package.json b/ip/package.json index f3a427115..2ed7e580c 100644 --- a/ip/package.json +++ b/ip/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/ip", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "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.10", - "@arcjet/rollup-config": "1.0.0-alpha.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/rollup-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.14.1", "@types/node": "18.18.0", diff --git a/logger/CHANGELOG.md b/logger/CHANGELOG.md index 1541dfd77..a04ee577a 100644 --- a/logger/CHANGELOG.md +++ b/logger/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/logger-v1.0.0-alpha.11) (2024-04-08) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](https://github.com/arcjet/arcjet-js/issues/472)) ([0268e51](https://github.com/arcjet/arcjet-js/commit/0268e51eb8967b2379014c1d16c65d1fbca13186)) +* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](https://github.com/arcjet/arcjet-js/issues/493)) ([ac14f3f](https://github.com/arcjet/arcjet-js/commit/ac14f3fb12157f9b2306ce2e703f80c081dcd9bc)) +* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](https://github.com/arcjet/arcjet-js/issues/519)) ([f859c0e](https://github.com/arcjet/arcjet-js/commit/f859c0eb071fcd83c68c8c94b60071217a600b3a)) +* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](https://github.com/arcjet/arcjet-js/issues/412)) ([a69b76b](https://github.com/arcjet/arcjet-js/commit/a69b76b011a58bad21dc0763661927003c6b2a2e)) +* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](https://github.com/arcjet/arcjet-js/issues/509)) ([8976fb1](https://github.com/arcjet/arcjet-js/commit/8976fb1b49f06b50b2a1d52b8a4619548993c737)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/rollup-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + ## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/logger-v1.0.0-alpha.10) (2024-03-13) diff --git a/logger/package.json b/logger/package.json index 30022302a..df07c99a0 100644 --- a/logger/package.json +++ b/logger/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/logger", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "description": "Arcjet logging interface which mirrors the console interface but allows log levels", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -41,9 +41,9 @@ }, "dependencies": {}, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.10", - "@arcjet/rollup-config": "1.0.0-alpha.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/rollup-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.14.1", "@types/node": "18.18.0", diff --git a/package-lock.json b/package-lock.json index a88adb790..d8aacd80a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arcjet-js", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "arcjet-js", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "workspaces": [ "*" ], diff --git a/package.json b/package.json index c91a7b832..3e5645a04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arcjet-js", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "private": true, "engines": { "node": ">=18" diff --git a/protocol/CHANGELOG.md b/protocol/CHANGELOG.md index 48e511652..834366303 100644 --- a/protocol/CHANGELOG.md +++ b/protocol/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/protocol-v1.0.0-alpha.11) (2024-04-08) + + +### ๐Ÿš€ New Features + +* Add ArcjetIpDetails to an ArcjetDecision ([#510](https://github.com/arcjet/arcjet-js/issues/510)) ([0642c51](https://github.com/arcjet/arcjet-js/commit/0642c5184272d8cc855cffa84491b1b7e75f1465)), closes [#474](https://github.com/arcjet/arcjet-js/issues/474) + + +### ๐Ÿ“ฆ Dependencies + +* Bump @bufbuild/protobuf from 1.7.2 to 1.8.0 ([#377](https://github.com/arcjet/arcjet-js/issues/377)) ([5253740](https://github.com/arcjet/arcjet-js/commit/5253740ba485e9fbacd627a0baf1bb54df5a56fc)) +* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](https://github.com/arcjet/arcjet-js/issues/472)) ([0268e51](https://github.com/arcjet/arcjet-js/commit/0268e51eb8967b2379014c1d16c65d1fbca13186)) +* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](https://github.com/arcjet/arcjet-js/issues/493)) ([ac14f3f](https://github.com/arcjet/arcjet-js/commit/ac14f3fb12157f9b2306ce2e703f80c081dcd9bc)) +* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](https://github.com/arcjet/arcjet-js/issues/519)) ([f859c0e](https://github.com/arcjet/arcjet-js/commit/f859c0eb071fcd83c68c8c94b60071217a600b3a)) +* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](https://github.com/arcjet/arcjet-js/issues/412)) ([a69b76b](https://github.com/arcjet/arcjet-js/commit/a69b76b011a58bad21dc0763661927003c6b2a2e)) +* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](https://github.com/arcjet/arcjet-js/issues/509)) ([8976fb1](https://github.com/arcjet/arcjet-js/commit/8976fb1b49f06b50b2a1d52b8a4619548993c737)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/rollup-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + ## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/protocol-v1.0.0-alpha.10) (2024-03-13) diff --git a/protocol/package.json b/protocol/package.json index fe0184d01..aab6857e9 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/protocol", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "description": "The TypeScript & JavaScript interface into the Arcjet protocol", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -46,9 +46,9 @@ "typeid-js": "0.5.0" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.10", - "@arcjet/rollup-config": "1.0.0-alpha.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/rollup-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.14.1", "@types/node": "18.18.0", diff --git a/rollup-config/CHANGELOG.md b/rollup-config/CHANGELOG.md index a5406d2b3..3fb4c4846 100644 --- a/rollup-config/CHANGELOG.md +++ b/rollup-config/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/rollup-config-v1.0.0-alpha.11) (2024-04-08) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](https://github.com/arcjet/arcjet-js/issues/472)) ([0268e51](https://github.com/arcjet/arcjet-js/commit/0268e51eb8967b2379014c1d16c65d1fbca13186)) +* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](https://github.com/arcjet/arcjet-js/issues/493)) ([ac14f3f](https://github.com/arcjet/arcjet-js/commit/ac14f3fb12157f9b2306ce2e703f80c081dcd9bc)) +* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](https://github.com/arcjet/arcjet-js/issues/519)) ([f859c0e](https://github.com/arcjet/arcjet-js/commit/f859c0eb071fcd83c68c8c94b60071217a600b3a)) +* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](https://github.com/arcjet/arcjet-js/issues/412)) ([a69b76b](https://github.com/arcjet/arcjet-js/commit/a69b76b011a58bad21dc0763661927003c6b2a2e)) +* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](https://github.com/arcjet/arcjet-js/issues/509)) ([8976fb1](https://github.com/arcjet/arcjet-js/commit/8976fb1b49f06b50b2a1d52b8a4619548993c737)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11 + ## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/rollup-config-v1.0.0-alpha.10) (2024-03-13) diff --git a/rollup-config/package.json b/rollup-config/package.json index deee90a95..d2633a272 100644 --- a/rollup-config/package.json +++ b/rollup-config/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/rollup-config", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "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.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@jest/globals": "29.7.0", "@types/node": "18.18.0", "@rollup/wasm-node": "4.14.1", diff --git a/tsconfig/CHANGELOG.md b/tsconfig/CHANGELOG.md index e3ad0196b..ac4d090e0 100644 --- a/tsconfig/CHANGELOG.md +++ b/tsconfig/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/tsconfig-v1.0.0-alpha.11) (2024-04-08) + + +### ๐Ÿงน Miscellaneous Chores + +* **@arcjet/tsconfig:** Synchronize arcjet-js versions + ## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/tsconfig-v1.0.0-alpha.10) (2024-03-13) diff --git a/tsconfig/package.json b/tsconfig/package.json index b2f35a8db..0f30f0a06 100644 --- a/tsconfig/package.json +++ b/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/tsconfig", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "description": "Custom tsconfig for Arcjet projects", "license": "Apache-2.0", "homepage": "https://arcjet.com", From 785366800f1960eeab6889dd97a2bb69c604952d Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Mon, 8 Apr 2024 14:16:45 -0700 Subject: [PATCH 2/2] update lockfile --- package-lock.json | 104 +++++++++++++++++++++++----------------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/package-lock.json b/package-lock.json index d8aacd80a..0967bf11c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,15 +16,15 @@ }, "analyze": { "name": "@arcjet/analyze", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "license": "Apache-2.0", "dependencies": { - "@arcjet/logger": "1.0.0-alpha.10" + "@arcjet/logger": "1.0.0-alpha.11" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.10", - "@arcjet/rollup-config": "1.0.0-alpha.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/rollup-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@bytecodealliance/jco": "1.1.1", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.14.1", @@ -37,18 +37,18 @@ } }, "arcjet": { - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "license": "Apache-2.0", "dependencies": { - "@arcjet/analyze": "1.0.0-alpha.10", - "@arcjet/duration": "1.0.0-alpha.10", - "@arcjet/logger": "1.0.0-alpha.10", - "@arcjet/protocol": "1.0.0-alpha.10" + "@arcjet/analyze": "1.0.0-alpha.11", + "@arcjet/duration": "1.0.0-alpha.11", + "@arcjet/logger": "1.0.0-alpha.11", + "@arcjet/protocol": "1.0.0-alpha.11" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.10", - "@arcjet/rollup-config": "1.0.0-alpha.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/rollup-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@edge-runtime/jest-environment": "2.3.10", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.14.1", @@ -62,17 +62,17 @@ }, "arcjet-next": { "name": "@arcjet/next", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "license": "Apache-2.0", "dependencies": { - "@arcjet/ip": "1.0.0-alpha.10", + "@arcjet/ip": "1.0.0-alpha.11", "@connectrpc/connect-web": "1.4.0", - "arcjet": "1.0.0-alpha.10" + "arcjet": "1.0.0-alpha.11" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.10", - "@arcjet/rollup-config": "1.0.0-alpha.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/rollup-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.14.1", "@types/node": "18.18.0", @@ -88,17 +88,17 @@ }, "arcjet-node": { "name": "@arcjet/node", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "license": "Apache-2.0", "dependencies": { - "@arcjet/ip": "1.0.0-alpha.10", + "@arcjet/ip": "1.0.0-alpha.11", "@connectrpc/connect-node": "1.4.0", - "arcjet": "1.0.0-alpha.10" + "arcjet": "1.0.0-alpha.11" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.10", - "@arcjet/rollup-config": "1.0.0-alpha.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/rollup-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.14.1", "@types/node": "18.18.0", @@ -111,16 +111,16 @@ }, "decorate": { "name": "@arcjet/decorate", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "license": "Apache-2.0", "dependencies": { - "@arcjet/logger": "1.0.0-alpha.10", - "@arcjet/protocol": "1.0.0-alpha.10" + "@arcjet/logger": "1.0.0-alpha.11", + "@arcjet/protocol": "1.0.0-alpha.11" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.10", - "@arcjet/rollup-config": "1.0.0-alpha.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/rollup-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.14.1", "@types/node": "18.18.0", @@ -133,12 +133,12 @@ }, "duration": { "name": "@arcjet/duration", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "license": "Apache-2.0", "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.10", - "@arcjet/rollup-config": "1.0.0-alpha.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/rollup-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.14.1", "@types/node": "18.18.0", @@ -151,7 +151,7 @@ }, "eslint-config": { "name": "@arcjet/eslint-config", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "license": "Apache-2.0", "dependencies": { "eslint-config-next": "14.1.4", @@ -172,12 +172,12 @@ }, "ip": { "name": "@arcjet/ip", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "license": "Apache-2.0", "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.10", - "@arcjet/rollup-config": "1.0.0-alpha.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/rollup-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.14.1", "@types/node": "18.18.0", @@ -190,12 +190,12 @@ }, "logger": { "name": "@arcjet/logger", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "license": "Apache-2.0", "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.10", - "@arcjet/rollup-config": "1.0.0-alpha.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/rollup-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.14.1", "@types/node": "18.18.0", @@ -8178,7 +8178,7 @@ }, "protocol": { "name": "@arcjet/protocol", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "license": "Apache-2.0", "dependencies": { "@bufbuild/protobuf": "1.8.0", @@ -8186,9 +8186,9 @@ "typeid-js": "0.5.0" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.10", - "@arcjet/rollup-config": "1.0.0-alpha.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/rollup-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.14.1", "@types/node": "18.18.0", @@ -8201,15 +8201,15 @@ }, "rollup-config": { "name": "@arcjet/rollup-config", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "license": "Apache-2.0", "dependencies": { "@rollup/plugin-replace": "5.0.5", "@rollup/plugin-typescript": "11.1.6" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.10", - "@arcjet/tsconfig": "1.0.0-alpha.10", + "@arcjet/eslint-config": "1.0.0-alpha.11", + "@arcjet/tsconfig": "1.0.0-alpha.11", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.14.1", "@types/node": "18.18.0", @@ -8225,7 +8225,7 @@ }, "tsconfig": { "name": "@arcjet/tsconfig", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "license": "Apache-2.0", "devDependencies": {}, "engines": {