Skip to content

Commit

Permalink
chore: Release 1.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 17, 2024
1 parent b02997f commit 5ed2ecf
Show file tree
Hide file tree
Showing 28 changed files with 338 additions and 68 deletions.
26 changes: 13 additions & 13 deletions .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
".": "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"
".": "1.0.0-alpha.12",
"analyze": "1.0.0-alpha.12",
"arcjet": "1.0.0-alpha.12",
"arcjet-next": "1.0.0-alpha.12",
"arcjet-node": "1.0.0-alpha.12",
"decorate": "1.0.0-alpha.12",
"duration": "1.0.0-alpha.12",
"eslint-config": "1.0.0-alpha.12",
"ip": "1.0.0-alpha.12",
"logger": "1.0.0-alpha.12",
"protocol": "1.0.0-alpha.12",
"rollup-config": "1.0.0-alpha.12",
"tsconfig": "1.0.0-alpha.12"
}
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# Changelog

## [1.0.0-alpha.12](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2024-04-17)


### ⚠ BREAKING CHANGES

* Deprecate calling `protect()` with no rules ([#608](https://github.com/arcjet/arcjet-js/issues/608))

### 🚀 New Features

* Add configurable shield rule ([#609](https://github.com/arcjet/arcjet-js/issues/609)) ([a5717a1](https://github.com/arcjet/arcjet-js/commit/a5717a1183945d0cf1b06450b813fcd154a367a3)), closes [#606](https://github.com/arcjet/arcjet-js/issues/606)


### 📦 Dependencies

* Bump eslint-config-next from 14.1.4 to 14.2.1 ([#585](https://github.com/arcjet/arcjet-js/issues/585)) ([b92474b](https://github.com/arcjet/arcjet-js/commit/b92474bd8b67820a098f2d126e0659960d07873d))
* Bump typeid-js from 0.5.0 to 0.6.0 ([#566](https://github.com/arcjet/arcjet-js/issues/566)) ([b6dcaeb](https://github.com/arcjet/arcjet-js/commit/b6dcaeb1667e082ed03a077b6a4b15e0e212ace7))
* **dev:** Bump @rollup/wasm-node from 4.14.1 to 4.14.3 ([#597](https://github.com/arcjet/arcjet-js/issues/597)) ([598adf0](https://github.com/arcjet/arcjet-js/commit/598adf0b3d61b9e9bce046c7c3e8ddef2802a37c))
* **dev:** Bump typescript from 5.4.4 to 5.4.5 ([#557](https://github.com/arcjet/arcjet-js/issues/557)) ([16af391](https://github.com/arcjet/arcjet-js/commit/16af3914d66f05eb3b0d79a9623d2c5ade52bddd))
* **example:** Bump eslint-config-next from 14.1.4 to 14.2.1 in /examples/nextjs-example in the dependencies group ([#583](https://github.com/arcjet/arcjet-js/issues/583)) ([93b7d22](https://github.com/arcjet/arcjet-js/commit/93b7d22b39da53c982a3eb43b585e2f5756f2347))
* **example:** Bump the dependencies group in /examples/nextjs-13-pages-wrap with 3 updates ([#592](https://github.com/arcjet/arcjet-js/issues/592)) ([d24c26f](https://github.com/arcjet/arcjet-js/commit/d24c26f07deed7ce7118296b8840332d85fcb597))
* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-rl with 4 updates ([#600](https://github.com/arcjet/arcjet-js/issues/600)) ([b02997f](https://github.com/arcjet/arcjet-js/commit/b02997f9423bb4f22b519165fdb3b864bce64300))
* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-validate-email with 4 updates ([#596](https://github.com/arcjet/arcjet-js/issues/596)) ([b1aac10](https://github.com/arcjet/arcjet-js/commit/b1aac10bca9c77daa4fc479d8c504766e636ff62))
* **example:** Bump the dependencies group in /examples/nextjs-14-authjs-5 with 4 updates ([#598](https://github.com/arcjet/arcjet-js/issues/598)) ([bd3ae6e](https://github.com/arcjet/arcjet-js/commit/bd3ae6ea6653f1d3e81406f2800660f8fa502dbd))
* **example:** Bump the dependencies group in /examples/nextjs-14-clerk-rl with 5 updates ([#594](https://github.com/arcjet/arcjet-js/issues/594)) ([a53aa2d](https://github.com/arcjet/arcjet-js/commit/a53aa2d07cf747a0476d22413864c3ed9e146c77))
* **example:** Bump the dependencies group in /examples/nextjs-14-decorate with 4 updates ([#593](https://github.com/arcjet/arcjet-js/issues/593)) ([e250755](https://github.com/arcjet/arcjet-js/commit/e25075595c2e0f12a503a31cc5a1d001243395de))
* **example:** Bump the dependencies group in /examples/nextjs-14-ip-details with 4 updates ([#602](https://github.com/arcjet/arcjet-js/issues/602)) ([56b8338](https://github.com/arcjet/arcjet-js/commit/56b833808f64727693b1369f3cbd025c5040de43))
* **example:** Bump the dependencies group in /examples/nextjs-14-nextauth-4 with 4 updates ([#601](https://github.com/arcjet/arcjet-js/issues/601)) ([e9cd5ee](https://github.com/arcjet/arcjet-js/commit/e9cd5ee238a5509025b267178e437694b4b22a49))
* **example:** Bump the dependencies group in /examples/nextjs-14-pages-wrap with 4 updates ([#591](https://github.com/arcjet/arcjet-js/issues/591)) ([0d6a7d5](https://github.com/arcjet/arcjet-js/commit/0d6a7d5989f8e78c4963807523add39dc68778e6))
* **example:** Bump the dependencies group in /examples/nodejs-hono-rl with 2 updates ([#580](https://github.com/arcjet/arcjet-js/issues/580)) ([e49db56](https://github.com/arcjet/arcjet-js/commit/e49db565fecf09937454d3c130db96d2c2688f62))


### 📝 Documentation

* **examples:** Add missing Vercel external-id ([#617](https://github.com/arcjet/arcjet-js/issues/617)) ([cb59c81](https://github.com/arcjet/arcjet-js/commit/cb59c8105d1464488a2d3ecb73bb3af544ea5384))
* **examples:** Fix build warnings ([#616](https://github.com/arcjet/arcjet-js/issues/616)) ([e2cbd2a](https://github.com/arcjet/arcjet-js/commit/e2cbd2a2b0299773fdf059686f9335c20dd1399b))
* **examples:** Fix deploy button rendering ([#614](https://github.com/arcjet/arcjet-js/issues/614)) ([515168b](https://github.com/arcjet/arcjet-js/commit/515168bdaddb6992debe70cd2e9b53e9e9082ff2))
* **examples:** Remove redirect from deploy button ([#615](https://github.com/arcjet/arcjet-js/issues/615)) ([2f93ba6](https://github.com/arcjet/arcjet-js/commit/2f93ba6440c0541f6635f0bc056ee521b81db2c2))
* **examples:** Remove shield from rule ([1eb02d2](https://github.com/arcjet/arcjet-js/commit/1eb02d2cb6a7cf01707dae2ca5a8acd3695143b2))
* **examples:** Remove shield from rules ([#613](https://github.com/arcjet/arcjet-js/issues/613)) ([1eb02d2](https://github.com/arcjet/arcjet-js/commit/1eb02d2cb6a7cf01707dae2ca5a8acd3695143b2))


### 🧹 Miscellaneous Chores

* **ci:** Temporarily ignore eslint 9 updates ([#543](https://github.com/arcjet/arcjet-js/issues/543)) ([a8ac938](https://github.com/arcjet/arcjet-js/commit/a8ac93884b9b647a5111ae497fe887dae880878e))
* Deprecate calling `protect()` with no rules ([#608](https://github.com/arcjet/arcjet-js/issues/608)) ([57a8f6b](https://github.com/arcjet/arcjet-js/commit/57a8f6ba933b769cf7531f27ca36c08ecf74ea80))
* **example:** Remove log of user input ([24c97a0](https://github.com/arcjet/arcjet-js/commit/24c97a005a649e89257da955b22133e24672919a))
* **examples:** Add Hono + Node.js example ([#538](https://github.com/arcjet/arcjet-js/issues/538)) ([e0e84c8](https://github.com/arcjet/arcjet-js/commit/e0e84c8ad5f006c323eeb095a7853aa2d21e9285))
* **examples:** Added new Next.js + React Hook Form example ([#559](https://github.com/arcjet/arcjet-js/issues/559)) ([b0a13a4](https://github.com/arcjet/arcjet-js/commit/b0a13a45be66044b65d1ed4295bd92ffbdf45186))
* **examples:** Remove log of user input ([#525](https://github.com/arcjet/arcjet-js/issues/525)) ([24c97a0](https://github.com/arcjet/arcjet-js/commit/24c97a005a649e89257da955b22133e24672919a))
* **examples:** Update examples app deploy button ([#612](https://github.com/arcjet/arcjet-js/issues/612)) ([999e1bb](https://github.com/arcjet/arcjet-js/commit/999e1bb05f923a39b261743e735c38e4cb208a2b))

## [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)


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

## [1.0.0-alpha.12](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.11...@arcjet/analyze-v1.0.0-alpha.12) (2024-04-17)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.14.1 to 4.14.3 ([#597](https://github.com/arcjet/arcjet-js/issues/597)) ([598adf0](https://github.com/arcjet/arcjet-js/commit/598adf0b3d61b9e9bce046c7c3e8ddef2802a37c))
* **dev:** Bump typescript from 5.4.4 to 5.4.5 ([#557](https://github.com/arcjet/arcjet-js/issues/557)) ([16af391](https://github.com/arcjet/arcjet-js/commit/16af3914d66f05eb3b0d79a9623d2c5ade52bddd))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @arcjet/logger bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* @arcjet/rollup-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* @arcjet/tsconfig bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12

## [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)


Expand Down
10 changes: 5 additions & 5 deletions analyze/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcjet/analyze",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "Arcjet local analysis engine",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
Expand Down Expand Up @@ -46,12 +46,12 @@
"./wasm/arcjet_analyze_js_req_bg.js"
],
"dependencies": {
"@arcjet/logger": "1.0.0-alpha.11"
"@arcjet/logger": "1.0.0-alpha.12"
},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.11",
"@arcjet/rollup-config": "1.0.0-alpha.11",
"@arcjet/tsconfig": "1.0.0-alpha.11",
"@arcjet/eslint-config": "1.0.0-alpha.12",
"@arcjet/rollup-config": "1.0.0-alpha.12",
"@arcjet/tsconfig": "1.0.0-alpha.12",
"@bytecodealliance/jco": "1.1.1",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.14.3",
Expand Down
20 changes: 20 additions & 0 deletions arcjet-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.0.0-alpha.12](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.11...@arcjet/next-v1.0.0-alpha.12) (2024-04-17)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.14.1 to 4.14.3 ([#597](https://github.com/arcjet/arcjet-js/issues/597)) ([598adf0](https://github.com/arcjet/arcjet-js/commit/598adf0b3d61b9e9bce046c7c3e8ddef2802a37c))
* **dev:** Bump typescript from 5.4.4 to 5.4.5 ([#557](https://github.com/arcjet/arcjet-js/issues/557)) ([16af391](https://github.com/arcjet/arcjet-js/commit/16af3914d66f05eb3b0d79a9623d2c5ade52bddd))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @arcjet/ip bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* arcjet bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* @arcjet/rollup-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* @arcjet/tsconfig bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12

## [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)


Expand Down
12 changes: 6 additions & 6 deletions arcjet-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcjet/next",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "Arcjet SDK for the Next.js framework",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
Expand Down Expand Up @@ -40,17 +40,17 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests"
},
"dependencies": {
"@arcjet/ip": "1.0.0-alpha.11",
"@arcjet/ip": "1.0.0-alpha.12",
"@connectrpc/connect-web": "1.4.0",
"arcjet": "1.0.0-alpha.11"
"arcjet": "1.0.0-alpha.12"
},
"peerDependencies": {
"next": ">=13"
},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.11",
"@arcjet/rollup-config": "1.0.0-alpha.11",
"@arcjet/tsconfig": "1.0.0-alpha.11",
"@arcjet/eslint-config": "1.0.0-alpha.12",
"@arcjet/rollup-config": "1.0.0-alpha.12",
"@arcjet/tsconfig": "1.0.0-alpha.12",
"@jest/globals": "29.7.0",
"@types/node": "18.18.0",
"@rollup/wasm-node": "4.14.3",
Expand Down
20 changes: 20 additions & 0 deletions arcjet-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.0.0-alpha.12](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.11...@arcjet/node-v1.0.0-alpha.12) (2024-04-17)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.14.1 to 4.14.3 ([#597](https://github.com/arcjet/arcjet-js/issues/597)) ([598adf0](https://github.com/arcjet/arcjet-js/commit/598adf0b3d61b9e9bce046c7c3e8ddef2802a37c))
* **dev:** Bump typescript from 5.4.4 to 5.4.5 ([#557](https://github.com/arcjet/arcjet-js/issues/557)) ([16af391](https://github.com/arcjet/arcjet-js/commit/16af3914d66f05eb3b0d79a9623d2c5ade52bddd))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @arcjet/ip bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* arcjet bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* @arcjet/rollup-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* @arcjet/tsconfig bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12

## [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)


Expand Down
12 changes: 6 additions & 6 deletions arcjet-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcjet/node",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "Arcjet SDK for Node.js",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
Expand Down Expand Up @@ -40,14 +40,14 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests"
},
"dependencies": {
"@arcjet/ip": "1.0.0-alpha.11",
"@arcjet/ip": "1.0.0-alpha.12",
"@connectrpc/connect-node": "1.4.0",
"arcjet": "1.0.0-alpha.11"
"arcjet": "1.0.0-alpha.12"
},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.11",
"@arcjet/rollup-config": "1.0.0-alpha.11",
"@arcjet/tsconfig": "1.0.0-alpha.11",
"@arcjet/eslint-config": "1.0.0-alpha.12",
"@arcjet/rollup-config": "1.0.0-alpha.12",
"@arcjet/tsconfig": "1.0.0-alpha.12",
"@jest/globals": "29.7.0",
"@types/node": "18.18.0",
"@rollup/wasm-node": "4.14.3",
Expand Down
36 changes: 36 additions & 0 deletions arcjet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## [1.0.0-alpha.12](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.11...arcjet-v1.0.0-alpha.12) (2024-04-17)


### ⚠ BREAKING CHANGES

* Deprecate calling `protect()` with no rules ([#608](https://github.com/arcjet/arcjet-js/issues/608))

### 🚀 New Features

* Add configurable shield rule ([#609](https://github.com/arcjet/arcjet-js/issues/609)) ([a5717a1](https://github.com/arcjet/arcjet-js/commit/a5717a1183945d0cf1b06450b813fcd154a367a3)), closes [#606](https://github.com/arcjet/arcjet-js/issues/606)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.14.1 to 4.14.3 ([#597](https://github.com/arcjet/arcjet-js/issues/597)) ([598adf0](https://github.com/arcjet/arcjet-js/commit/598adf0b3d61b9e9bce046c7c3e8ddef2802a37c))
* **dev:** Bump typescript from 5.4.4 to 5.4.5 ([#557](https://github.com/arcjet/arcjet-js/issues/557)) ([16af391](https://github.com/arcjet/arcjet-js/commit/16af3914d66f05eb3b0d79a9623d2c5ade52bddd))


### 🧹 Miscellaneous Chores

* Deprecate calling `protect()` with no rules ([#608](https://github.com/arcjet/arcjet-js/issues/608)) ([57a8f6b](https://github.com/arcjet/arcjet-js/commit/57a8f6ba933b769cf7531f27ca36c08ecf74ea80))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @arcjet/analyze bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* @arcjet/duration bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* @arcjet/logger bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* @arcjet/protocol bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* @arcjet/rollup-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* @arcjet/tsconfig bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12

## [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)


Expand Down
16 changes: 8 additions & 8 deletions arcjet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arcjet",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "Arcjet TypeScript and JavaScript SDK core",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
Expand Down Expand Up @@ -40,15 +40,15 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"dependencies": {
"@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"
"@arcjet/analyze": "1.0.0-alpha.12",
"@arcjet/duration": "1.0.0-alpha.12",
"@arcjet/logger": "1.0.0-alpha.12",
"@arcjet/protocol": "1.0.0-alpha.12"
},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.11",
"@arcjet/rollup-config": "1.0.0-alpha.11",
"@arcjet/tsconfig": "1.0.0-alpha.11",
"@arcjet/eslint-config": "1.0.0-alpha.12",
"@arcjet/rollup-config": "1.0.0-alpha.12",
"@arcjet/tsconfig": "1.0.0-alpha.12",
"@edge-runtime/jest-environment": "2.3.10",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.14.3",
Expand Down
20 changes: 20 additions & 0 deletions decorate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.0.0-alpha.12](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.11...@arcjet/decorate-v1.0.0-alpha.12) (2024-04-17)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.14.1 to 4.14.3 ([#597](https://github.com/arcjet/arcjet-js/issues/597)) ([598adf0](https://github.com/arcjet/arcjet-js/commit/598adf0b3d61b9e9bce046c7c3e8ddef2802a37c))
* **dev:** Bump typescript from 5.4.4 to 5.4.5 ([#557](https://github.com/arcjet/arcjet-js/issues/557)) ([16af391](https://github.com/arcjet/arcjet-js/commit/16af3914d66f05eb3b0d79a9623d2c5ade52bddd))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @arcjet/logger bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* @arcjet/protocol bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* @arcjet/rollup-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* @arcjet/tsconfig bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12

## [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)


Expand Down
12 changes: 6 additions & 6 deletions decorate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcjet/decorate",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "Arcjet utilities for decorating responses with information",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
Expand Down Expand Up @@ -40,13 +40,13 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"dependencies": {
"@arcjet/logger": "1.0.0-alpha.11",
"@arcjet/protocol": "1.0.0-alpha.11"
"@arcjet/logger": "1.0.0-alpha.12",
"@arcjet/protocol": "1.0.0-alpha.12"
},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.11",
"@arcjet/rollup-config": "1.0.0-alpha.11",
"@arcjet/tsconfig": "1.0.0-alpha.11",
"@arcjet/eslint-config": "1.0.0-alpha.12",
"@arcjet/rollup-config": "1.0.0-alpha.12",
"@arcjet/tsconfig": "1.0.0-alpha.12",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.14.3",
"@types/node": "18.18.0",
Expand Down
17 changes: 17 additions & 0 deletions duration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.0.0-alpha.12](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.11...@arcjet/duration-v1.0.0-alpha.12) (2024-04-17)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.14.1 to 4.14.3 ([#597](https://github.com/arcjet/arcjet-js/issues/597)) ([598adf0](https://github.com/arcjet/arcjet-js/commit/598adf0b3d61b9e9bce046c7c3e8ddef2802a37c))
* **dev:** Bump typescript from 5.4.4 to 5.4.5 ([#557](https://github.com/arcjet/arcjet-js/issues/557)) ([16af391](https://github.com/arcjet/arcjet-js/commit/16af3914d66f05eb3b0d79a9623d2c5ade52bddd))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* @arcjet/rollup-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12
* @arcjet/tsconfig bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12

## [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)


Expand Down
Loading

0 comments on commit 5ed2ecf

Please sign in to comment.