sealtrail 0.1.1 → 0.1.2
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 +1 -2
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -4,7 +4,6 @@ Tamper-proof audit trails for developers. Log, verify, and prove every action wi
|
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/sealtrail)
|
|
6
6
|
[](https://www.npmjs.com/package/sealtrail)
|
|
7
|
-
[](https://github.com/zerolooplabs/sealtrail/actions/workflows/ci.yml)
|
|
8
7
|
[](https://opensource.org/licenses/MIT)
|
|
9
8
|
|
|
10
9
|
## Installation
|
|
@@ -132,7 +131,7 @@ Full docs and guides at [sealtrail.dev/docs](https://sealtrail.dev/docs)
|
|
|
132
131
|
|
|
133
132
|
## Contributing
|
|
134
133
|
|
|
135
|
-
Bug reports and pull requests are welcome on [GitHub](https://github.com/zerolooplabs/sealtrail).
|
|
134
|
+
Bug reports and pull requests are welcome on [GitHub](https://github.com/zerolooplabs/sealtrail-docs).
|
|
136
135
|
|
|
137
136
|
## License
|
|
138
137
|
|
package/dist/index.cjs
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sealtrail",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Official Node.js SDK for the SealTrail cryptographic audit trail API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -44,12 +44,11 @@
|
|
|
44
44
|
"author": "Zero Loop Labs <hello@zerolooplabs.com> (https://zerolooplabs.com)",
|
|
45
45
|
"repository": {
|
|
46
46
|
"type": "git",
|
|
47
|
-
"url": "git+https://github.com/zerolooplabs/sealtrail.git"
|
|
48
|
-
"directory": "packages/sdk"
|
|
47
|
+
"url": "git+https://github.com/zerolooplabs/sealtrail-docs.git"
|
|
49
48
|
},
|
|
50
49
|
"homepage": "https://sealtrail.dev/docs",
|
|
51
50
|
"bugs": {
|
|
52
|
-
"url": "https://github.com/zerolooplabs/sealtrail/issues"
|
|
51
|
+
"url": "https://github.com/zerolooplabs/sealtrail-docs/issues"
|
|
53
52
|
},
|
|
54
53
|
"devDependencies": {
|
|
55
54
|
"tsup": "^8.4.0",
|