@clipboard-health/json-api
Advanced tools
Comparing version 0.15.0 to 0.15.1
{ | ||
"name": "@clipboard-health/json-api", | ||
"description": "TypeScript-friendly utilities for adhering to the JSON:API specification.", | ||
"version": "0.15.0", | ||
"bugs": "https://github.com/clipboardhealth/core-utils/issues", | ||
"version": "0.15.1", | ||
"bugs": "https://github.com/ClipboardHealth/core-utils/issues", | ||
"dependencies": { | ||
"tslib": "2.8.0" | ||
}, | ||
"keywords": [], | ||
"keywords": [ | ||
"api", | ||
"json-api", | ||
"json:api", | ||
"jsonapi", | ||
"rest", | ||
"typescript" | ||
], | ||
"license": "MIT", | ||
@@ -16,5 +23,5 @@ "main": "./src/index.js", | ||
"repository": { | ||
"directory": "packages/json-api", | ||
"type": "git", | ||
"url": "git+https://github.com/clipboardhealth/core-utils.git", | ||
"directory": "packages/json-api" | ||
"url": "git+https://github.com/ClipboardHealth/core-utils.git" | ||
}, | ||
@@ -21,0 +28,0 @@ "scripts": { |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
18145