@perseidesjs/auth-otp 2.0.0 → 2.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +5 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @perseidesjs/auth-otp
2
2
 
3
+ ## 2.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 1f55b7d: Keywords update for better discoverability
8
+
3
9
  ## 2.0.0
4
10
 
5
11
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perseidesjs/auth-otp",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "An OTP Auth Provider for Medusa 2.x",
5
5
  "author": "adevinwild (https://perseides.org)",
6
6
  "types": "./.medusa/server/src/types/index.d.ts",
@@ -9,6 +9,10 @@
9
9
  ".github/assets",
10
10
  "CHANGELOG.md"
11
11
  ],
12
+ "keywords": [
13
+ "medusa-plugin-auth",
14
+ "medusa-v2"
15
+ ],
12
16
  "license": "SEE LICENSE IN LICENSE.md",
13
17
  "exports": {
14
18
  "./package.json": "./package.json",