evosphere-router
Advanced tools
Comparing version 0.1.18 to 0.1.19
@@ -93,2 +93,3 @@ "use strict"; | ||
subscribeToSession: createRoute(getVersionURL("/sessions/{id}/subscribes", domain, version)), | ||
unsubscribeToSession: createRoute(getVersionURL("/sessions/{id}/subscribes", domain, version)), | ||
@@ -95,0 +96,0 @@ isSubscribedToSession: createRoute(getVersionURL("/sessions/{id}/subscribes/isSubscribed", domain, version)), |
{ | ||
"name": "evosphere-router", | ||
"version": "0.1.18", | ||
"version": "0.1.19", | ||
"description": "Routing Container for Evosphere API.", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/router.js", |
@@ -1,2 +0,2 @@ | ||
# Evosphere JS Router v0.1.18 | ||
# Evosphere JS Router v0.1.19 | ||
@@ -63,2 +63,3 @@ Le router Evosphere est un outil Javascript contenant les liens vers les différentes entrées de l'API Evosphere. Elle | ||
subscribeToSession: createRoute(getVersionURL("/sessions/{id}/subscribes", domain, version)), | ||
unsubscribeToSession: createRoute(getVersionURL("/sessions/{id}/subscribes", domain, version)), | ||
@@ -65,0 +66,0 @@ isSubscribedToSession: createRoute(getVersionURL("/sessions/{id}/subscribes/isSubscribed", domain, version)), |
@@ -79,2 +79,3 @@ /** | ||
subscribeToSession: createRoute(getVersionURL("/sessions/{id}/subscribes", domain, version)), | ||
unsubscribeToSession: createRoute(getVersionURL("/sessions/{id}/subscribes", domain, version)), | ||
@@ -81,0 +82,0 @@ isSubscribedToSession: createRoute(getVersionURL("/sessions/{id}/subscribes/isSubscribed", domain, version)), |
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
37261
579
140