@nrfcloud/models
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -11,2 +11,3 @@ /** | ||
export type LinkSchema = (VersionedContextSchema & { | ||
__context: string; | ||
/** | ||
@@ -31,9 +32,9 @@ * URL to retrieve the link | ||
/** | ||
* context for this model: e.g. 'https://github.com/nRFCloud/models#CustomCard' | ||
* context for this model | ||
*/ | ||
__context: string; | ||
/** | ||
* version of the $context: e.g. 1 | ||
* version of the context | ||
*/ | ||
__contextVersion: number; | ||
} |
@@ -12,9 +12,9 @@ /** | ||
/** | ||
* context for this model: e.g. 'https://github.com/nRFCloud/models#CustomCard' | ||
* context for this model | ||
*/ | ||
__context: string; | ||
/** | ||
* version of the $context: e.g. 1 | ||
* version of the context | ||
*/ | ||
__contextVersion: number; | ||
} |
@@ -5,3 +5,3 @@ import { JSONSerializeable } from './JSONSerializeable'; | ||
import { Link } from './Link'; | ||
import { ApiIndexSchema } from '../../dist/generated/APIIndexSchema'; | ||
import { ApiIndexSchema } from '../../dist/generated/ApiIndexSchema'; | ||
/** | ||
@@ -8,0 +8,0 @@ * Describes entry points of an API |
{ | ||
"name": "@nrfcloud/models", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Contains model definitions for the REST API", | ||
@@ -41,6 +41,6 @@ "main": "dist/index.js", | ||
"json-schema-to-typescript": "^4.6.0", | ||
"semantic-release": "^7.0.2", | ||
"ts-jest": "^21.0.0", | ||
"tslint": "^5.6.0", | ||
"typescript": "^2.4.2", | ||
"semantic-release": "^7.0.2" | ||
"typescript": "^2.4.2" | ||
}, | ||
@@ -47,0 +47,0 @@ "jest": { |
# Models | ||
[![Build Status](https://travis-ci.org/nRFCloud/models.svg?branch=master)](https://travis-ci.org/nRFCloud/models) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/nRFCloud/models.svg)](https://greenkeeper.io/) | ||
@@ -4,0 +5,0 @@ [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
31719
27
551
72
0