cdk8s-jenkins 0.0.0 → 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.jsii CHANGED
@@ -66,7 +66,7 @@
66
66
  "docs": {
67
67
  "stability": "stable"
68
68
  },
69
- "homepage": "git@github.com:cdk8s-team/cdk8s-jenkins.git",
69
+ "homepage": "https://github.com/cdk8s-team/cdk8s-jenkins",
70
70
  "jsiiVersion": "1.59.0 (build eb02c92)",
71
71
  "keywords": [
72
72
  "cdk"
@@ -82,11 +82,11 @@
82
82
  },
83
83
  "name": "cdk8s-jenkins",
84
84
  "readme": {
85
- "markdown": "# replace this"
85
+ "markdown": "# This library is currently under development. Stay tuned!"
86
86
  },
87
87
  "repository": {
88
88
  "type": "git",
89
- "url": "git@github.com:cdk8s-team/cdk8s-jenkins.git"
89
+ "url": "https://github.com/cdk8s-team/cdk8s-jenkins"
90
90
  },
91
91
  "schema": "jsii/0.10.0",
92
92
  "targets": {
@@ -147,6 +147,6 @@
147
147
  "symbolId": "src/index:Hello"
148
148
  }
149
149
  },
150
- "version": "0.0.0",
151
- "fingerprint": "5gOCvIGtPJtZdUMeubQauxfvQLrHR89xrhCO0ftElS8="
150
+ "version": "0.0.1",
151
+ "fingerprint": "TNmaCkrTSAtanW25anZNtB/kqGJMQwKnO+1vMxdyv8U="
152
152
  }
package/README.md CHANGED
@@ -1 +1 @@
1
- # replace this
1
+ # This library is currently under development. Stay tuned!
package/changelog.md CHANGED
@@ -1,2 +1,2 @@
1
1
 
2
- ## 0.0.0 (2022-06-09)
2
+ ### [0.0.1](https://github.com/cdk8s-team/cdk8s-jenkins/compare/v0.0.0...v0.0.1) (2022-06-09)
package/lib/index.js CHANGED
@@ -10,5 +10,5 @@ class Hello {
10
10
  }
11
11
  exports.Hello = Hello;
12
12
  _a = JSII_RTTI_SYMBOL_1;
13
- Hello[_a] = { fqn: "cdk8s-jenkins.Hello", version: "0.0.0" };
13
+ Hello[_a] = { fqn: "cdk8s-jenkins.Hello", version: "0.0.1" };
14
14
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSxNQUFhLEtBQUs7SUFDVCxRQUFRO1FBQ2IsT0FBTyxlQUFlLENBQUM7SUFDekIsQ0FBQzs7QUFISCxzQkFJQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjbGFzcyBIZWxsbyB7XG4gIHB1YmxpYyBzYXlIZWxsbygpIHtcbiAgICByZXR1cm4gJ2hlbGxvLCB3b3JsZCEnO1xuICB9XG59Il19
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Jenkins construct for CDK8s",
4
4
  "repository": {
5
5
  "type": "git",
6
- "url": "git@github.com:cdk8s-team/cdk8s-jenkins.git"
6
+ "url": "https://github.com/cdk8s-team/cdk8s-jenkins"
7
7
  },
8
8
  "scripts": {
9
9
  "build": "npx projen build",
@@ -71,7 +71,7 @@
71
71
  ],
72
72
  "main": "lib/index.js",
73
73
  "license": "Apache-2.0",
74
- "version": "0.0.0",
74
+ "version": "0.0.1",
75
75
  "jest": {
76
76
  "testMatch": [
77
77
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",
package/releasetag.txt CHANGED
@@ -1 +1 @@
1
- v0.0.0
1
+ v0.0.1
package/version.txt CHANGED
@@ -1 +1 @@
1
- 0.0.0
1
+ 0.0.1