@_mustachio/openauth 0.6.0 → 0.6.1

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.
@@ -2,8 +2,7 @@
2
2
  function M2MProvider(config) {
3
3
  return {
4
4
  type: "m2m",
5
- init() {
6
- },
5
+ init() {},
7
6
  async client(input) {
8
7
  const result = await config.verify(input.clientID, input.clientSecret, input.params);
9
8
  if (!result)
package/package.json CHANGED
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "name": "@_mustachio/openauth",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "license": "MIT",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/the-human-mustachio/openauth.git"
8
+ },
5
9
  "type": "module",
6
10
  "scripts": {
7
11
  "build": "bun run script/build.ts",