@eduzz/miau-client 0.0.14 → 0.0.15

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @eduzz/miau-client@0.0.14 build:types /home/runner/work/eduzz-miau/eduzz-miau/packages/client
2
+ > @eduzz/miau-client@0.0.15 build:types /home/runner/work/eduzz-miau/eduzz-miau/packages/client
3
3
  > tsc --emitDeclarationOnly --outDir dist
4
4
 
@@ -1,9 +1,9 @@
1
1
 
2
- > @eduzz/miau-client@0.0.14 build /home/runner/work/eduzz-miau/eduzz-miau/packages/client
2
+ > @eduzz/miau-client@0.0.15 build /home/runner/work/eduzz-miau/eduzz-miau/packages/client
3
3
  > esbuild src/index.ts --bundle --sourcemap --platform=node --target=es2020 --outfile=dist/index.js
4
4
 
5
5
 
6
6
  dist/index.js 438.5kb
7
7
  dist/index.js.map 735.4kb
8
8
 
9
- ⚡ Done in 389ms
9
+ ⚡ Done in 462ms
@@ -1,4 +1,4 @@
1
1
 
2
- > @eduzz/miau-client@0.0.14 prepublish /home/runner/work/eduzz-miau/eduzz-miau/packages/client
2
+ > @eduzz/miau-client@0.0.15 prepublish /home/runner/work/eduzz-miau/eduzz-miau/packages/client
3
3
  > sh ./scripts/prepare-publish.sh
4
4
 
package/dist/index.js CHANGED
@@ -11815,7 +11815,7 @@ var MiauClient = class {
11815
11815
  return `${this.apiUrl}/v1/jwks.json`;
11816
11816
  };
11817
11817
  this.apiUrl = props.apiUrl;
11818
- const apiKey = props.appSecret.substring(7, 27);
11818
+ const apiKey = props.appSecret.substring(7, 32);
11819
11819
  this.basicAuthToken = Buffer.from(`${apiKey}:${props.appSecret}`).toString("base64");
11820
11820
  }
11821
11821
  async getPublicKey(kid) {