cdk-remote-stack
Advanced tools
Comparing version 0.1.84 to 0.1.85
@@ -5,2 +5,4 @@ # Changelog | ||
### 0.1.85 (2020-11-09) | ||
### 0.1.84 (2020-11-08) | ||
@@ -7,0 +9,0 @@ |
@@ -16,2 +16,5 @@ { | ||
"release": "yarn run --silent no-changes || (yarn run bump && git push --follow-tags origin master)", | ||
"test": "rm -fr lib/ && jest --passWithNoTests && yarn run eslint", | ||
"test:watch": "jest --watch", | ||
"test:update": "jest --updateSnapshot", | ||
"projen:upgrade": "yarn upgrade -L projen && CI=\"\" yarn projen", | ||
@@ -22,6 +25,3 @@ "compile": "jsii --silence-warnings=reserved-word --no-fix-peer-dependencies && jsii-docgen", | ||
"package": "jsii-pacmak", | ||
"test": "rm -fr lib/ && jest --passWithNoTests && yarn run eslint", | ||
"test:watch": "jest --watch", | ||
"test:update": "jest --updateSnapshot", | ||
"eslint": "eslint --ext .ts --fix --no-error-on-unmatched-pattern src test", | ||
"eslint": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern src test", | ||
"compat": "npx jsii-diff npm:$(node -p \"require('./package.json').name\") -k --ignore-file .compatignore || (echo \"\nUNEXPECTED BREAKING CHANGES: add keys such as 'removed:constructs.Node.of' to .compatignore to skip.\n\" && exit 1)", | ||
@@ -52,3 +52,3 @@ "docgen": "jsii-docgen" | ||
"json-schema": "^0.2.5", | ||
"projen": "^0.3.157", | ||
"projen": "^0.3.161", | ||
"standard-version": "^9.0.0", | ||
@@ -109,2 +109,12 @@ "ts-jest": "^26.1.0", | ||
}, | ||
"test": { | ||
"desc": "Run tests", | ||
"command": "yarn run test", | ||
"category": 1 | ||
}, | ||
"test:watch": { | ||
"desc": "Run jest in watch mode", | ||
"command": "yarn run test:watch", | ||
"category": 1 | ||
}, | ||
"projen:upgrade": { | ||
@@ -135,12 +145,2 @@ "desc": "upgrades projen to the latest version", | ||
}, | ||
"test": { | ||
"desc": "Run tests", | ||
"command": "yarn run test", | ||
"category": 1 | ||
}, | ||
"test:watch": { | ||
"desc": "Run jest in watch mode", | ||
"command": "yarn run test:watch", | ||
"category": 1 | ||
}, | ||
"eslint": { | ||
@@ -162,7 +162,7 @@ "desc": "Runs eslint against the codebase", | ||
}, | ||
"version": "0.1.84", | ||
"types": "lib/index.d.ts", | ||
"version": "0.1.85", | ||
"jest": { | ||
"clearMocks": true, | ||
"collectCoverage": true, | ||
"coverageDirectory": "coverage", | ||
"coveragePathIgnorePatterns": [ | ||
@@ -174,3 +174,2 @@ "/node_modules/" | ||
], | ||
"preset": "ts-jest", | ||
"testMatch": [ | ||
@@ -180,2 +179,3 @@ "**/__tests__/**/*.ts?(x)", | ||
], | ||
"preset": "ts-jest", | ||
"globals": { | ||
@@ -187,2 +187,3 @@ "ts-jest": { | ||
}, | ||
"types": "lib/index.d.ts", | ||
"stability": "stable", | ||
@@ -189,0 +190,0 @@ "jsii": { |
{ | ||
"version": "0.1.84" | ||
"version": "0.1.85" | ||
} |
Sorry, the diff of this file is not supported yet
64696