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 CHANGED
@@ -4,7 +4,6 @@ Tamper-proof audit trails for developers. Log, verify, and prove every action wi
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/sealtrail.svg?style=flat-square)](https://www.npmjs.com/package/sealtrail)
6
6
  [![npm downloads](https://img.shields.io/npm/dm/sealtrail.svg?style=flat-square)](https://www.npmjs.com/package/sealtrail)
7
- [![CI](https://github.com/zerolooplabs/sealtrail/actions/workflows/ci.yml/badge.svg)](https://github.com/zerolooplabs/sealtrail/actions/workflows/ci.yml)
8
7
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](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
@@ -120,7 +120,7 @@ function mapError(status, body, retryAfter) {
120
120
  }
121
121
 
122
122
  // src/version.ts
123
- var VERSION = true ? "0.1.1" : "0.1.1";
123
+ var VERSION = true ? "0.1.2" : "0.1.2";
124
124
 
125
125
  // src/lib/fetch.ts
126
126
  var DEFAULT_BASE_URL = "https://api.sealtrail.dev";
package/dist/index.mjs CHANGED
@@ -85,7 +85,7 @@ function mapError(status, body, retryAfter) {
85
85
  }
86
86
 
87
87
  // src/version.ts
88
- var VERSION = true ? "0.1.1" : "0.1.1";
88
+ var VERSION = true ? "0.1.2" : "0.1.2";
89
89
 
90
90
  // src/lib/fetch.ts
91
91
  var DEFAULT_BASE_URL = "https://api.sealtrail.dev";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sealtrail",
3
- "version": "0.1.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",