Skip to content

Commit 5b4a87d

Browse files
cdk8s-automationAutomation
andauthored
chore: upgrade projen (#9)
* chore: upgrade projen * chore: self mutation Co-authored-by: cdk8s-automation <[email protected]> Co-authored-by: Automation <[email protected]>
1 parent 3a2cefe commit 5b4a87d

File tree

11 files changed

+55
-495
lines changed

11 files changed

+55
-495
lines changed

.projen/deps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
{
7474
"name": "projen",
75-
"version": "^0.17.84",
75+
"version": "^0.17.85",
7676
"type": "build"
7777
},
7878
{

.projen/tasks.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
{
4242
"exec": "git -c \"versionsort.suffix=-\" tag --sort=\"-version:refname\" --list \"v*\" | head -n1 > .version.tmp.json"
4343
},
44+
{
45+
"exec": "if [ \"$(cat .version.tmp.json)\" == \"\" ]; then echo \"v0.1.0\" > .version.tmp.json; fi"
46+
},
4447
{
4548
"exec": "standard-version"
4649
}

.projenrc.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ const project = new JsiiProject({
1111
projenUpgradeSecret: 'PROJEN_GITHUB_TOKEN',
1212
peerDeps: [
1313
'cdk8s',
14-
'constructs'
14+
'constructs',
1515
],
1616
publishToPypi: {
1717
distName: 'cdk8s-redis',
18-
module: 'cdk8s_redis'
19-
}
18+
module: 'cdk8s_redis',
19+
},
2020
});
2121

2222
project.synth();

API.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# API Reference
2+
3+
**Classes**
4+
5+
Name|Description
6+
----|-----------
7+
[Hello](#cdk8s-redis-hello)|*No description*
8+
9+
10+
11+
## class Hello 🔹 <a id="cdk8s-redis-hello"></a>
12+
13+
14+
15+
16+
### Initializer
17+
18+
19+
20+
21+
```ts
22+
new Hello()
23+
```
24+
25+
26+
27+
### Methods
28+
29+
30+
#### sayHello()🔹 <a id="cdk8s-redis-hello-sayhello"></a>
31+
32+
33+
34+
```ts
35+
sayHello(): string
36+
```
37+
38+
39+
__Returns__:
40+
* <code>string</code>
41+
42+
43+

lib/__snapshots__/redis.test.js.snap

Lines changed: 0 additions & 234 deletions
This file was deleted.

lib/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/redis.test.ts

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)