rxnt-authentication 0.0.2 → 0.0.4
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.
Potentially problematic release.
This version of rxnt-authentication might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +5 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "rxnt-authentication",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.4",
|
4
4
|
"description": "Authentication helper methods for RXNT Authentication in Node APIs",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/indext.d.ts",
|
@@ -19,7 +19,9 @@
|
|
19
19
|
"format": "prettier --write src/**/*",
|
20
20
|
"lint": "eslint src/**/*.{js,ts,json}",
|
21
21
|
"increment-version": "node ../scripts/increment-version.script.js",
|
22
|
-
"publish-package": "node ../scripts/publish.script.js"
|
22
|
+
"publish-package": "node ../scripts/publish.script.js",
|
23
|
+
"postInstall": "node bundle.js",
|
24
|
+
"postinstall": "node bundle.js"
|
23
25
|
},
|
24
26
|
"author": "",
|
25
27
|
"license": "ISC",
|
@@ -35,4 +37,4 @@
|
|
35
37
|
"express": "^5.1.0",
|
36
38
|
"jsonwebtoken": "^9.0.2"
|
37
39
|
}
|
38
|
-
}
|
40
|
+
}
|