Skip to content

Commit

Permalink
Merge pull request #96 from DIG-Network/release/v0.0.1-alpha.98
Browse files Browse the repository at this point in the history
Release/v0.0.1 alpha.98
  • Loading branch information
MichaelTaylor3D authored Nov 16, 2024
2 parents 1acc259 + 5f8596b commit 3f54b65
Show file tree
Hide file tree
Showing 10 changed files with 253 additions and 208 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
.dig
dist
dig.config.json
dig.config.json
.env
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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.98](https://github.com/DIG-Network/dig-content-server/compare/v0.0.1-alpha.97...v0.0.1-alpha.98) (2024-11-16)


### Features

* add subdomain resolver ([d9c7647](https://github.com/DIG-Network/dig-content-server/commit/d9c76470c0444bcc6729eec43c9e5143c1592709))
* update UDI handling ([9f1ca3b](https://github.com/DIG-Network/dig-content-server/commit/9f1ca3bc41103c55a7591a7d5ca681ecacc462d9))


### Bug Fixes

* strip off leading slash in parse udi ([f9846e0](https://github.com/DIG-Network/dig-content-server/commit/f9846e0d0bb11fdde55d6b9eccee8786597f0ef2))
* udi subdomain ([776eea5](https://github.com/DIG-Network/dig-content-server/commit/776eea5fba9e75f012a8519f5c2706e52b9f840a))
* udi subdomain ([498f2dc](https://github.com/DIG-Network/dig-content-server/commit/498f2dcc62c5bd4cfdd03e522d6aa022e665601d))
* udi subdomain ([7761150](https://github.com/DIG-Network/dig-content-server/commit/7761150c0a1450848f35bd1b2220637025fba724))
* udi subdomain ([1985abd](https://github.com/DIG-Network/dig-content-server/commit/1985abd506dc3b8a949aa164c91ff362a74f6e0b))
* udi subdomain ([7354f9c](https://github.com/DIG-Network/dig-content-server/commit/7354f9c9b4662987f3e2a8164f4289b25e8cda2c))
* udi subdomain ([2454d8c](https://github.com/DIG-Network/dig-content-server/commit/2454d8cbf988ca10e86fb16110ae762fc5a11ab6))
* udi subdomain ([6122bf5](https://github.com/DIG-Network/dig-content-server/commit/6122bf5c25a28f63d3b131ceebe0eabfa2a21451))
* udi subdomain ([0a4b2a2](https://github.com/DIG-Network/dig-content-server/commit/0a4b2a2c0672d46df8f08a5041d345e6cc776b47))
* udi subdomain ([01660d5](https://github.com/DIG-Network/dig-content-server/commit/01660d5ecbb80ce3b6aa255a691294d53fb962a5))

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


Expand Down
154 changes: 143 additions & 11 deletions package-lock.json

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

8 changes: 5 additions & 3 deletions 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.97",
"version": "0.0.1-alpha.98",
"description": "",
"type": "commonjs",
"main": "./dist/index.js",
Expand All @@ -26,14 +26,16 @@
],
"dependencies": {
"@dignetwork/datalayer-driver": "^0.1.28",
"@dignetwork/dig-sdk": "^0.0.1-alpha.169",
"@dignetwork/dig-sdk": "^0.0.1-alpha.194",
"add": "^2.0.6",
"cheerio": "^1.0.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"qs": "^6.13.0",
"superagent": "^10.1.0"
"superagent": "^10.1.0",
"urns": "^0.6.0"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.7",
Expand Down
Loading

0 comments on commit 3f54b65

Please sign in to comment.