-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use @helia/verified-fetch (#17)
* chore: update deps * feat: use verified-fetch * feat: remove unused code and helia options * chore: update deps * feat: remove unused code * fix: use @helia/verified-fetch RC and update deps * feat: use latest @helia/verified-fetch * feat: allow configuring custom routers/gateways * feat: handle css font-face urls * tmp: subdomain works * docs: subdomain support * fix: cleanup app entry * fix: subdomain dashes instead of dot support * fix: proper handling of dns-link labels * feat: use idb block&data stores * chore: always use service-worker * chore: only trustless-gateway.link gateway * fix: do not force charset for html * feat: replace level config with indexedDB * test: add tests for pathOrSubdomain check * test: shore-up path-or-subdomain check --------- Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
- Loading branch information
1 parent
390ebdf
commit bd38764
Showing
120 changed files
with
17,217 additions
and
60,168 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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/** @type {import('aegir').PartialOptions} */ | ||
export default { | ||
lint: { | ||
files: ['src/**/*.ts', 'src/**/*.tsx', 'tests/**/*'] | ||
}, | ||
dependencyCheck: { | ||
ignore: [ | ||
// .jsx files aren't checked properly. | ||
'multiformats', | ||
|
||
'react-dom', | ||
|
||
// required by webpack | ||
'webpack-cli', | ||
'webpack-dev-server', | ||
'babel-loader', | ||
'style-loader', | ||
'css-loader' | ||
], | ||
productionIgnorePatterns: [ | ||
'webpack.config.js', | ||
'.aegir.js', | ||
'/tests', | ||
'dist' | ||
] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.