@nrfcloud/models
Advanced tools
Comparing version 1.4.0 to 1.4.1
export * from './value/URLValue'; | ||
export * from './model/Link'; | ||
export * from './model/List'; | ||
export * from './model/LinkedEntity'; | ||
export * from './model/VersionedContext'; | ||
@@ -4,0 +6,0 @@ export * from './model/ApiIndex'; |
@@ -8,2 +8,4 @@ "use strict"; | ||
__export(require("./model/Link")); | ||
__export(require("./model/List")); | ||
__export(require("./model/LinkedEntity")); | ||
__export(require("./model/VersionedContext")); | ||
@@ -10,0 +12,0 @@ __export(require("./model/ApiIndex")); |
@@ -1,1 +0,1 @@ | ||
{"name":"@nrfcloud/models","version":"1.4.0","description":"Contains model definitions for the REST API","main":"dist/index.js","typings":"dist/index.d.ts","scripts":{"test":"make test-prepare && jest","test:coverage":"make test-prepare && jest --coverage","lint":"tslint --project ./tsconfig.json","precommit":"npm run lint && npm test","commitmsg":"commitlint -e","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"repository":{"type":"git","url":"https://github.com/nRFCloud/models.git"},"keywords":["nRFCloud","IoT","NordicSemiconductor"],"author":"Nordic Semiconductor ASA | nordicsemi.no","license":"BSD-3-Clause","bugs":{"url":"https://github.com/nRFCloud/models/issues"},"homepage":"https://github.com/NordicSemiconductor/nrfcloud-models#readme","dependencies":{"tcomb":"^3.2.24"},"devDependencies":{"@commitlint/cli":"^4.2.2","@commitlint/config-angular":"^4.2.1","@types/jest":"^21.1.5","@types/node":"^8.0.47","husky":"^0.14.3","jest":"^21.2.1","json-schema-to-typescript":"^5.0.0","semantic-release":"^8.2.0","ts-jest":"^21.1.4","tslint":"^5.8.0","typescript":"^2.6.1"},"jest":{"moduleFileExtensions":["ts","tsx","js","json"],"transform":{"^.+\\.tsx?$":"<rootDir>/node_modules/ts-jest/preprocessor.js"},"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","coverageReporters":["html"],"mapCoverage":true},"files":["dist","scripts","README.md"],"publishConfig":{"access":"public"}} | ||
{"name":"@nrfcloud/models","version":"1.4.1","description":"Contains model definitions for the REST API","main":"dist/index.js","typings":"dist/index.d.ts","scripts":{"test":"make test-prepare && jest","test:coverage":"make test-prepare && jest --coverage","lint":"tslint --project ./tsconfig.json","precommit":"npm run lint && npm test","commitmsg":"commitlint -e","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"repository":{"type":"git","url":"https://github.com/nRFCloud/models.git"},"keywords":["nRFCloud","IoT","NordicSemiconductor"],"author":"Nordic Semiconductor ASA | nordicsemi.no","license":"BSD-3-Clause","bugs":{"url":"https://github.com/nRFCloud/models/issues"},"homepage":"https://github.com/NordicSemiconductor/nrfcloud-models#readme","dependencies":{"tcomb":"^3.2.24"},"devDependencies":{"@commitlint/cli":"^4.2.2","@commitlint/config-angular":"^4.2.1","@types/jest":"^21.1.5","@types/node":"^8.0.47","husky":"^0.14.3","jest":"^21.2.1","json-schema-to-typescript":"^5.0.0","semantic-release":"^8.2.0","ts-jest":"^21.1.4","tslint":"^5.8.0","typescript":"^2.6.1"},"jest":{"moduleFileExtensions":["ts","tsx","js","json"],"transform":{"^.+\\.tsx?$":"<rootDir>/node_modules/ts-jest/preprocessor.js"},"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","coverageReporters":["html"],"mapCoverage":true},"files":["dist","scripts","README.md"],"publishConfig":{"access":"public"}} |
Sorry, the diff of this file is not supported yet
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
81389
1605