cdk8s-plus
Advanced tools
Comparing version 0.25.0-pre.d863232e4bf8a6dfcdd11e32b18b03586a4b766d to 0.25.0-pre.d872de0c58678258402ea2841838db288d7e4ebd
const { JsiiProject, Semver } = require('projen'); | ||
const common = require('../projen-common'); | ||
const constructsDependency = Semver.caret('2.0.1') | ||
const cdk8sDependency = Semver.caret('0.0.0') | ||
@@ -8,13 +8,11 @@ | ||
name: 'cdk8s-plus', | ||
buildWorkflow: false, | ||
releaseWorkflow: false, | ||
mergify: false, | ||
commitPackageJson: true, | ||
jsiiVersion: Semver.caret('1.6.0'), | ||
description: 'High level abstractions on top of cdk8s', | ||
repository: 'https://github.com/awslabs/cdk8s.git', | ||
authorName: 'Amazon Web Services', | ||
authorUrl: 'https://aws.amazon.com', | ||
stability: 'experimental', | ||
...common.options, | ||
// dependencies | ||
jsiiVersion: Semver.caret(common.versions.jsii), | ||
peerDependencies: { | ||
constructs: constructsDependency, | ||
constructs: Semver.caret(common.versions.constructs), | ||
cdk8s: cdk8sDependency, | ||
@@ -30,3 +28,4 @@ }, | ||
}, | ||
stability: 'experimental', | ||
// jsii configuration | ||
java: { | ||
@@ -47,8 +46,4 @@ javaPackage: 'org.cdk8s.plus', | ||
// override the default "build" from projen because currently in this | ||
// repo it means "compile" | ||
project.addScripts({ | ||
build: 'jsii --silence-warnings=reserved-word && yarn docgen' | ||
}); | ||
common.fixup(project); | ||
project.synth(); |
@@ -14,5 +14,3 @@ { | ||
"projen:upgrade": "yarn upgrade projen && yarn projen", | ||
"test": "yarn eslint && rm -fr lib/ && jest --passWithNoTests", | ||
"bump": "standard-version", | ||
"release": "yarn bump && git push --follow-tags origin master", | ||
"test": "yarn eslint && rm -fr lib/ && jest --passWithNoTests && yarn compile", | ||
"compile": "jsii --silence-warnings=reserved-word && jsii-docgen", | ||
@@ -22,3 +20,3 @@ "watch": "jsii -w --silence-warnings=reserved-word", | ||
"package": "jsii-pacmak", | ||
"build": "jsii --silence-warnings=reserved-word && yarn docgen", | ||
"build": "yarn compile", | ||
"eslint": "eslint . --ext .ts", | ||
@@ -34,11 +32,10 @@ "docgen": "jsii-docgen", | ||
"devDependencies": { | ||
"constructs": "2.0.1", | ||
"cdk8s": "0.25.0-pre.d863232e4bf8a6dfcdd11e32b18b03586a4b766d", | ||
"constructs": "2.0.2", | ||
"cdk8s": "0.25.0-pre.d872de0c58678258402ea2841838db288d7e4ebd", | ||
"@types/minimatch": "^3.0.3", | ||
"projen": "^0.2.2", | ||
"standard-version": "^8.0.0", | ||
"jsii": "^1.6.0", | ||
"jsii-diff": "^1.6.0", | ||
"jsii-pacmak": "^1.6.0", | ||
"jsii-release": "^0.1.7", | ||
"jsii": "^1.7.0", | ||
"jsii-diff": "^1.7.0", | ||
"jsii-pacmak": "^1.7.0", | ||
"@types/node": "^10.17.0", | ||
@@ -59,8 +56,8 @@ "typescript": "^3.8.3", | ||
"peerDependencies": { | ||
"constructs": "^2.0.1", | ||
"cdk8s": "0.25.0-pre.d863232e4bf8a6dfcdd11e32b18b03586a4b766d" | ||
"constructs": "^2.0.2", | ||
"cdk8s": "0.25.0-pre.d872de0c58678258402ea2841838db288d7e4ebd" | ||
}, | ||
"dependencies": { | ||
"minimatch": "^3.0.4", | ||
"cdk8s": "0.25.0-pre.d863232e4bf8a6dfcdd11e32b18b03586a4b766d" | ||
"cdk8s": "0.25.0-pre.d872de0c58678258402ea2841838db288d7e4ebd" | ||
}, | ||
@@ -70,2 +67,8 @@ "bundledDependencies": [ | ||
], | ||
"keywords": [ | ||
"cdk", | ||
"kubernetes", | ||
"k8s", | ||
"constructs" | ||
], | ||
"engines": { | ||
@@ -75,3 +78,3 @@ "node": ">= 10.17.0" | ||
"license": "Apache-2.0", | ||
"version": "0.25.0-pre.d863232e4bf8a6dfcdd11e32b18b03586a4b766d", | ||
"version": "0.25.0-pre.d872de0c58678258402ea2841838db288d7e4ebd", | ||
"types": "lib/index.d.ts", | ||
@@ -78,0 +81,0 @@ "stability": "experimental", |
Sorry, the diff of this file is not supported yet
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1837280
21
59
17246
1
1
+ Addedcdk8s@0.25.0-pre.d872de0c58678258402ea2841838db288d7e4ebd(transitive)
- Removedcdk8s@0.25.0-pre.d863232e4bf8a6dfcdd11e32b18b03586a4b766d(transitive)
Updatedcdk8s@0.25.0-pre.d872de0c58678258402ea2841838db288d7e4ebd