Skip to content

Commit

Permalink
Merge branch 'main' into feat/accumulate-events
Browse files Browse the repository at this point in the history
* main:
  chore(release): 1.2.0 [skip ci]
  feat: use localStorage to cache consent in browsers (#64)
  • Loading branch information
whizzzkid committed Jan 21, 2023
2 parents db97c66 + e4c5d2e commit a28bc36
Show file tree
Hide file tree
Showing 20 changed files with 653 additions and 118 deletions.
8 changes: 7 additions & 1 deletion .aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ export default {
types: true,
bundle: false,
config: {
define: {
window: 'globalThis',
global: 'globalThis',
},
format: 'esm',
external: ['electron', '#ansi-styles', 'yargs/yargs', '#supports-color'],
plugins: [
Expand Down Expand Up @@ -41,5 +45,7 @@ export default {
},
bundlesizeMax: '44KB',
},
test: {}
test: {
build: false,
}
}
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"sourceType": "module"
},
"rules": {
"sort-imports": ["error"]
"sort-imports": ["error"],
"@typescript-eslint/no-unused-expressions": "off"
},
"overrides": [
{
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.0](https://github.com/ipfs-shipyard/ignite-metrics/compare/v1.1.3...v1.2.0) (2023-01-21)


### Features

* use localStorage to cache consent in browsers ([#64](https://github.com/ipfs-shipyard/ignite-metrics/issues/64)) ([5fd14ce](https://github.com/ipfs-shipyard/ignite-metrics/commit/5fd14ce8f714930a562108029a78490cfc099d51))

## [1.1.3](https://github.com/ipfs-shipyard/ignite-metrics/compare/v1.1.2...v1.1.3) (2023-01-19)


Expand Down
Loading

0 comments on commit a28bc36

Please sign in to comment.