Skip to content

Commit

Permalink
Merge pull request #57 from DIG-Network/release/v0.0.1-alpha.61
Browse files Browse the repository at this point in the history
Release/v0.0.1 alpha.61
  • Loading branch information
MichaelTaylor3D committed Sep 29, 2024
2 parents 9ef741b + 73e89f4 commit fcccc3c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.1-alpha.61](https://github.com/DIG-Network/dig-content-server/compare/v0.0.1-alpha.58...v0.0.1-alpha.61) (2024-09-29)


### Features

* mv clvm into the container directly ([5bc80eb](https://github.com/DIG-Network/dig-content-server/commit/5bc80ebb9a1090f768025c56354fc41c903cfd50))
* mv clvm into the container directly ([1f41f90](https://github.com/DIG-Network/dig-content-server/commit/1f41f907a6d8e8247aaffd2bcbe9a3640433d9aa))

### [0.0.1-alpha.60](https://github.com/DIG-Network/dig-content-server/compare/v0.0.1-alpha.58...v0.0.1-alpha.60) (2024-09-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dig-content-server",
"version": "0.0.1-alpha.60",
"version": "0.0.1-alpha.61",
"description": "",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/storeController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export const getKey = async (req: Request, res: Response) => {
res.setHeader("X-Generation-Hash", rootHash);
res.setHeader("X-Store-Id", storeId);
res.setHeader("X-Key-Exists", "true");
res.setHeader("Content-Type", "application/chialisp");
res.setHeader("Content-Type", "application/json");
return res.json({
clsp: clspCode,
params: params,
Expand Down

0 comments on commit fcccc3c

Please sign in to comment.