@balena/contrato
Advanced tools
Comparing version 0.7.0-codewithcheese-convert-to-ts-8b5615ff96736a2c8792cd9d26439fb8bf2dd1ea to 0.7.0-codewithcheese-convert-to-ts-8b75b5eb0e73c03269352d6b19491e9029b2b7bf
@@ -8,4 +8,5 @@ # Change Log | ||
## 0.7.0 - 2021-04-30 | ||
## 0.7.0 - 2021-05-03 | ||
* align repo with official Balena typescript skeleton [Micah Halter] | ||
* finished migration to Typescript and added cue type generation [Micah Halter] | ||
@@ -12,0 +13,0 @@ * minor: use ts-migrate to convert to TypeScript [Thomas Manning] |
{ | ||
"name": "@balena/contrato", | ||
"version": "0.7.0-codewithcheese-convert-to-ts-8b5615ff96736a2c8792cd9d26439fb8bf2dd1ea", | ||
"description": "The official contracts implementation", | ||
"main": "build/lib/index.js", | ||
"version": "0.7.0-codewithcheese-convert-to-ts-8b75b5eb0e73c03269352d6b19491e9029b2b7bf", | ||
"description": "The official contract implementation", | ||
"homepage": "https://github.com/balena-io/contrato", | ||
"main": "build/index.js", | ||
"types": "build/index.d.ts", | ||
"keywords": [ | ||
"balena", | ||
"typescript" | ||
], | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"repository": { | ||
@@ -19,21 +26,11 @@ "type": "git", | ||
"clean": "rimraf build", | ||
"build": "npm run clean && npm run buildtypes && npm run copy-files && tsc", | ||
"buildtypes": "npx ts-node ./scripts/build-types.ts", | ||
"test": "npm run build && nyc --reporter=lcov --report-dir=docs ava", | ||
"lint": "eslint lib test", | ||
"jsdoc": "jsdoc --configure jsdoc.conf.json", | ||
"copy-files": "copyfiles -u 1 ./test/**/*.json ./build/test/" | ||
"build": "npm run clean && npm run buildtypes && tsc", | ||
"buildtypes": "ts-node ./scripts/build-types.ts && balena-lint --typescript --fix lib/types", | ||
"lint": "balena-lint --typescript lib tests", | ||
"lint-fix": "balena-lint --typescript --fix lib tests", | ||
"test:node": "mocha -r ts-node/register --reporter spec tests/**/*.spec.ts", | ||
"test": "npm run build && npm run lint && npm run test:node", | ||
"test:fast": "npm run build && npm run test:node", | ||
"prepack": "npm run build" | ||
}, | ||
"author": "Resin Inc. <hello@resin.io>", | ||
"types": "build/lib/index.d.ts", | ||
"license": "Apache-2.0", | ||
"ava": { | ||
"concurrency": 5, | ||
"typescript": { | ||
"rewritePaths": { | ||
"lib/": "build/lib/", | ||
"test/": "build/test/" | ||
} | ||
} | ||
}, | ||
"dependencies": { | ||
@@ -50,2 +47,3 @@ "@types/debug": "^4.1.5", | ||
"lodash": "^4.17.19", | ||
"memfs": "^3.2.2", | ||
"object-hash": "^1.3.1", | ||
@@ -56,21 +54,17 @@ "semver": "^5.7.1", | ||
"devDependencies": { | ||
"@ava/typescript": "^1.1.1", | ||
"ava": "^3.15.0", | ||
"copyfiles": "^2.4.1", | ||
"@balena/lint": "^5.0.4", | ||
"@types/chai": "^4.2.11", | ||
"@types/chai-as-promised": "^7.1.2", | ||
"@types/mocha": "^7.0.2", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"cuelang-js": "^1.1.1", | ||
"eslint": "^4.19.1", | ||
"eslint-config-standard": "^10.2.1", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jsdoc": "^3.15.1", | ||
"eslint-plugin-lodash": "^2.7.0", | ||
"eslint-plugin-node": "^5.2.1", | ||
"eslint-plugin-promise": "^3.8.0", | ||
"eslint-plugin-standard": "^3.1.0", | ||
"ink-docstrap": "^1.3.2", | ||
"jsdoc": "^3.6.5", | ||
"nyc": "^11.9.0", | ||
"husky": "^4.2.5", | ||
"lint-staged": "^10.1.7", | ||
"mocha": "^7.2.0", | ||
"openapi-typescript": "^3.2.3", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.2.4" | ||
"ts-node": "^8.10.1", | ||
"typescript": "^3.9.3" | ||
} | ||
} |
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
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
116036
14
46
1330
1
14
1
+ Addedmemfs@^3.2.2
+ Addedfs-monkey@1.0.6(transitive)
+ Addedmemfs@3.6.0(transitive)