@usearcade/arcade-libs
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -5,3 +5,3 @@ const { API_URL: url } = require('./urls'); | ||
API_AUTHENTICATE : () => `${url}/api/authenticate`, | ||
API_AUTHENTICATE_TOKEN : () => `${url}/api/authenticate/token`, | ||
API_AUTHENTICATE_TOKEN : ({ projectId }) => `${url}/api/authenticate/token/${projectId}`, | ||
API_LOGIN : () => `${url}/api/login`, | ||
@@ -8,0 +8,0 @@ API_LOGOUT : () => `${url}/api/logout`, |
{ | ||
"name": "@usearcade/arcade-libs", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Reusable libraries for Arcade projects", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Usearcade/arcade-libs.git" | ||
}, | ||
"main": "index.js", | ||
@@ -6,0 +10,0 @@ "author": "Mike Carbone", |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
10034
0