-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf9fe38
commit 249f1d5
Showing
28 changed files
with
433 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
".": "1.0.0-alpha.8", | ||
"analyze": "1.0.0-alpha.8", | ||
"arcjet": "1.0.0-alpha.8", | ||
"arcjet-next": "1.0.0-alpha.8", | ||
"arcjet-node": "1.0.0-alpha.8", | ||
"decorate": "1.0.0-alpha.8", | ||
"duration": "1.0.0-alpha.8", | ||
"eslint-config": "1.0.0-alpha.8", | ||
"ip": "1.0.0-alpha.8", | ||
"logger": "1.0.0-alpha.8", | ||
"protocol": "1.0.0-alpha.8", | ||
"rollup-config": "1.0.0-alpha.8", | ||
"tsconfig": "1.0.0-alpha.8" | ||
".": "1.0.0-alpha.9", | ||
"analyze": "1.0.0-alpha.9", | ||
"arcjet": "1.0.0-alpha.9", | ||
"arcjet-next": "1.0.0-alpha.9", | ||
"arcjet-node": "1.0.0-alpha.9", | ||
"decorate": "1.0.0-alpha.9", | ||
"duration": "1.0.0-alpha.9", | ||
"eslint-config": "1.0.0-alpha.9", | ||
"ip": "1.0.0-alpha.9", | ||
"logger": "1.0.0-alpha.9", | ||
"protocol": "1.0.0-alpha.9", | ||
"rollup-config": "1.0.0-alpha.9", | ||
"tsconfig": "1.0.0-alpha.9" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog | ||
|
||
## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/node-v1.0.0-alpha.9) (2024-03-04) | ||
|
||
|
||
### 🚀 New Features | ||
|
||
* Implement initial nodejs SDK ([#268](https://github.com/arcjet/arcjet-js/issues/268)) ([6273296](https://github.com/arcjet/arcjet-js/commit/627329633c1a4eb764cdb2ef61bcd58ce1cd016b)) | ||
|
||
|
||
### 📝 Documentation | ||
|
||
* Add node SDK and move core to utility section ([#290](https://github.com/arcjet/arcjet-js/issues/290)) ([b6683a5](https://github.com/arcjet/arcjet-js/commit/b6683a594edfaed17e675bc26bec51f735769b55)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @arcjet/ip bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 | ||
* arcjet bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 | ||
* devDependencies | ||
* @arcjet/eslint-config bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 | ||
* @arcjet/rollup-config bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 | ||
* @arcjet/tsconfig bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.