Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.0"
".": "0.8.0"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 50
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cryptech%2Fneptune-api-v2-05e0ec4b9b945a8c8e3542d34f0759f4eed2046a37750700fd40619f8a0cd6d7.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cryptech/neptune-api-v2-55bfdf6d48920a09ac1c9566abf3b62b4c8b5af0de51e38bcda32c1fd68357ef.yml
openapi_spec_hash: 3911018927f898449898cc6cc5685273
config_hash: fdcc5ae6c783dda7176ace266f7ad0fd
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.8.0 (2026-05-01)

Full Changelog: [v0.7.0...v0.8.0](https://github.com/cryptechdev/neptune-api-v2-typescript/compare/v0.7.0...v0.8.0)

### Features

* support setting headers via env ([0d54c3e](https://github.com/cryptechdev/neptune-api-v2-typescript/commit/0d54c3e850d3930f2b7225a23d0dcf3f86dd5262))


### Chores

* **format:** run eslint and prettier separately ([33da064](https://github.com/cryptechdev/neptune-api-v2-typescript/commit/33da064204baf1d3af97e58d3909d257947a5ae8))
* **internal:** codegen related update ([27bf2b2](https://github.com/cryptechdev/neptune-api-v2-typescript/commit/27bf2b2b5a872d760b95f1c15942204e60726d61))
* **internal:** more robust bootstrap script ([0e74ec5](https://github.com/cryptechdev/neptune-api-v2-typescript/commit/0e74ec5bca1f68f2f8fc49dadd6ba41387ae412b))

## 0.7.0 (2026-04-17)

Full Changelog: [v0.6.0...v0.7.0](https://github.com/cryptechdev/neptune-api-v2-typescript/compare/v0.6.0...v0.7.0)
Expand Down
3 changes: 0 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// @ts-check
import tseslint from 'typescript-eslint';
import unusedImports from 'eslint-plugin-unused-imports';
import prettier from 'eslint-plugin-prettier';

export default tseslint.config(
{
Expand All @@ -14,11 +13,9 @@ export default tseslint.config(
plugins: {
'@typescript-eslint': tseslint.plugin,
'unused-imports': unusedImports,
prettier,
},
rules: {
'no-unused-vars': 'off',
'prettier/prettier': 'error',
'unused-imports/no-unused-imports': 'error',
'no-restricted-imports': [
'error',
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neptunefinance/api-v2",
"version": "0.7.0",
"version": "0.8.0",
"description": "The official TypeScript library for the Neptune API V2 API",
"author": "Neptune API V2 <>",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,6 @@
"@typescript-eslint/eslint-plugin": "8.31.1",
"@typescript-eslint/parser": "8.31.1",
"eslint": "^9.39.1",
"eslint-plugin-prettier": "^5.4.1",
"eslint-plugin-unused-imports": "^4.1.4",
"iconv-lite": "^0.6.3",
"jest": "^29.4.0",
Expand Down
Loading
Loading