@aofl/resource-enumerate
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@aofl/resource-enumerate", | ||
"version": "1.2.0", | ||
"description": "", | ||
"version": "1.2.1", | ||
"description": "Resource enumerate is a special case API call that returns the interface of the API code in a single endpoint", | ||
"main": "index.js", | ||
@@ -9,2 +9,8 @@ "scripts": { | ||
}, | ||
"keywords": [ | ||
"aofljs", | ||
"@aofl/resource-enumerate", | ||
"resource enumerate", | ||
"api" | ||
], | ||
"repository": { | ||
@@ -15,9 +21,13 @@ "type": "git", | ||
"author": "Arian Khosravi <arian.khosravi@aofl.com>", | ||
"contributors": [ | ||
"Daniel Belisle <daniel.belisle@aofl.com>", | ||
"Micah Blu <micah.blu@aofl.com>" | ||
], | ||
"license": "MIT", | ||
"dependencies": { | ||
"@aofl/api-request": "^1.2.0", | ||
"@aofl/cache-manager": "^1.2.0", | ||
"@aofl/middleware": "^1.2.0", | ||
"@aofl/server-environment": "^1.2.0" | ||
"@aofl/api-request": "^1.2.1", | ||
"@aofl/cache-manager": "^1.2.1", | ||
"@aofl/middleware": "^1.2.1", | ||
"@aofl/server-environment": "^1.2.1" | ||
} | ||
} |
15373
Updated@aofl/api-request@^1.2.1
Updated@aofl/cache-manager@^1.2.1
Updated@aofl/middleware@^1.2.1