@aooth/auth 0.1.17 → 0.1.18

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 (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aooth/auth",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "Auth method layer for aoothjs (sessions, tokens, password reset, MFA primitives)",
5
5
  "keywords": [
6
6
  "aoothjs",
@@ -94,7 +94,7 @@
94
94
  },
95
95
  "dependencies": {
96
96
  "jose": "^6.2.3",
97
- "@aooth/user": "0.1.17"
97
+ "@aooth/user": "0.1.18"
98
98
  },
99
99
  "devDependencies": {
100
100
  "@atscript/core": "^0.1.75",
@@ -119,7 +119,6 @@
119
119
  "dev": "vp pack --watch",
120
120
  "test": "vp test",
121
121
  "check": "vp check",
122
- "gen:atscript": "asc",
123
- "postinstall": "asc"
122
+ "gen:atscript": "asc"
124
123
  }
125
124
  }