json2jsii
Advanced tools
Comparing version 0.1.24 to 0.1.25
@@ -5,2 +5,4 @@ # Changelog | ||
### 0.1.25 (2020-09-02) | ||
### 0.1.24 (2020-09-02) | ||
@@ -7,0 +9,0 @@ |
@@ -12,10 +12,11 @@ { | ||
"scripts": { | ||
"projen": "node .projenrc.js && yarn install", | ||
"start": "npx projen start", | ||
"projen": "node .projenrc.js", | ||
"no-changes": "(git log --oneline -1 | grep -q \"chore(release):\") && echo \"No changes to release.\"", | ||
"bump": "yarn --silent no-changes || standard-version", | ||
"release": "yarn --silent no-changes || (yarn bump && git push --follow-tags origin master)", | ||
"projen:upgrade": "chmod +w package.json && yarn upgrade -L projen && chmod -w package.json && yarn projen", | ||
"projen:upgrade": "yarn upgrade -L projen && CI=\"\" yarn projen", | ||
"package": "rm -fr dist && mkdir -p dist/js && yarn pack && mv *.tgz dist/js/", | ||
"compile": "tsc", | ||
"watch": "tsc -w", | ||
"package": "rm -fr dist && mkdir -p dist/js && yarn pack && mv *.tgz dist/js/", | ||
"build": "yarn test && yarn compile && yarn run package", | ||
@@ -33,8 +34,5 @@ "eslint": "eslint . --ext .ts", | ||
"devDependencies": { | ||
"@types/jest": "^26.0.7", | ||
"@types/json-schema": "^7.0.5", | ||
"jsii-srcmak": "^0.1.24", | ||
"prettier": "^2.0.5", | ||
"projen": "^0.3.42", | ||
"standard-version": "^9.0.0", | ||
"typescript": "^3.9.5", | ||
"@types/node": "^10.17.0", | ||
"@typescript-eslint/eslint-plugin": "^2.31.0", | ||
@@ -46,15 +44,19 @@ "@typescript-eslint/parser": "^2.19.2", | ||
"eslint-plugin-import": "^2.20.2", | ||
"jest": "^26.4.2", | ||
"jsii-srcmak": "^0.1.24", | ||
"json-schema": "^0.2.5", | ||
"jest": "^26.0.1", | ||
"@types/jest": "^26.0.7", | ||
"prettier": "^2.0.5", | ||
"projen": "^0.3.55", | ||
"standard-version": "^9.0.0", | ||
"ts-jest": "^26.1.0", | ||
"@types/node": "^10.17.0" | ||
"typescript": "^3.9.5" | ||
}, | ||
"peerDependencies": {}, | ||
"dependencies": { | ||
"camelcase": "^6.0.0", | ||
"json-schema": "^0.2.5", | ||
"camelcase": "^6.0.0", | ||
"snake-case": "^3.0.3" | ||
}, | ||
"bundledDependencies": [], | ||
"keywords": [], | ||
"engines": { | ||
@@ -64,3 +66,49 @@ "node": ">= 10.17.0" | ||
"license": "Apache-2.0", | ||
"version": "0.1.24", | ||
"start": { | ||
"projen": { | ||
"descrtiption": "Synthesize project configuration from .projenrc.js", | ||
"category": 3 | ||
}, | ||
"bump": { | ||
"descrtiption": "Commits a bump to the package version based on conventional commits", | ||
"category": 2 | ||
}, | ||
"release": { | ||
"descrtiption": "Bumps version & push to master", | ||
"category": 2 | ||
}, | ||
"projen:upgrade": { | ||
"descrtiption": "upgrades projen to the latest version", | ||
"category": 3 | ||
}, | ||
"package": { | ||
"descrtiption": "Create an npm tarball", | ||
"category": 2 | ||
}, | ||
"compile": { | ||
"descrtiption": "Only compile", | ||
"category": 0 | ||
}, | ||
"watch": { | ||
"descrtiption": "Watch & compile in the background", | ||
"category": 0 | ||
}, | ||
"build": { | ||
"descrtiption": "Full release build", | ||
"category": 0 | ||
}, | ||
"eslint": { | ||
"descrtiption": "Runs eslint against the codebase", | ||
"category": 1 | ||
}, | ||
"test": { | ||
"descrtiption": "Run tests", | ||
"category": 1 | ||
}, | ||
"test:watch": { | ||
"descrtiption": "Run jest in watch mode", | ||
"category": 1 | ||
} | ||
}, | ||
"version": "0.1.25", | ||
"types": "lib/index.d.ts", | ||
@@ -67,0 +115,0 @@ "jest": { |
{ | ||
"version": "0.1.24" | ||
"version": "0.1.25" | ||
} |
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
67287