@alpinesoft/railjet
Advanced tools
Comparing version 0.0.11 to 0.0.12
import Action from "./src/actions/Action"; | ||
import App from "./src/App"; | ||
import AuthStrategy from "./src/auth/AuthStrategy"; | ||
import PasswordAuthStrategy from "./src/auth/PasswordAuthStrategy"; | ||
import BodyField from "./src/BodyField"; | ||
@@ -16,3 +18,5 @@ import Context from "./src/Context"; | ||
Method, | ||
Types | ||
Types, | ||
AuthStrategy, | ||
PasswordAuthStrategy | ||
} |
{ | ||
"name": "@alpinesoft/railjet", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Lightweight Node.js library to build advanced JSON APIs.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51225
1314