@ceramicnetwork/logger 2.0.6-rc.1 → 2.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -16,6 +16,6 @@ $ npm install @ceramicnetwork/logger
16
16
  See the [ceramic developer site](https://developers.ceramic.network/) for more details about how to use this package.
17
17
 
18
18
  ## Contributing
19
- We are happy to accept small and large contributions. Make sure to check out the [Ceramic specifications](https://github.com/ceramicnetwork/specs) for details of how the protocol works.
19
+ We are happy to accept small and large contributions. Make sure to check out the [Ceramic specifications](https://github.com/ceramicnetwork/ceramic/blob/main/SPECIFICATION.md) for details of how the protocol works.
20
20
 
21
21
  ## License
package/lib/index.d.ts CHANGED
File without changes
File without changes
package/lib/index.js CHANGED
File without changes
package/lib/index.js.map CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ceramicnetwork/logger",
3
- "version": "2.0.6-rc.1",
3
+ "version": "2.0.7",
4
4
  "description": "Ceramic file logging utilities",
5
5
  "keywords": [
6
6
  "ceramic",
@@ -38,5 +38,5 @@
38
38
  "devDependencies": {
39
39
  "@types/node": "^18.0.3"
40
40
  },
41
- "gitHead": "63d7cda57b014e1a948c788c72edce6242409d85"
41
+ "gitHead": "d38d67239864a018c17259cde2aa0b566e0e41d7"
42
42
  }