deployable-awscdk-app-ts 0.0.2 → 0.0.6

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
@@ -7,22 +7,21 @@
7
7
  ]
8
8
  },
9
9
  "dependencies": {
10
- "projen": "^0.34.26"
10
+ "projen": "^0.37.1"
11
11
  },
12
12
  "dependencyClosure": {
13
13
  "projen": {
14
14
  "submodules": {
15
15
  "projen.awscdk": {},
16
- "projen.deps": {},
17
- "projen.git": {},
16
+ "projen.cdk": {},
17
+ "projen.cdk8s": {},
18
+ "projen.cdktf": {},
18
19
  "projen.github": {},
19
20
  "projen.github.workflows": {},
20
21
  "projen.java": {},
21
22
  "projen.javascript": {},
22
- "projen.json": {},
23
23
  "projen.python": {},
24
24
  "projen.release": {},
25
- "projen.tasks": {},
26
25
  "projen.typescript": {},
27
26
  "projen.vscode": {},
28
27
  "projen.web": {}
@@ -90,7 +89,7 @@
90
89
  "kind": "interface",
91
90
  "locationInModule": {
92
91
  "filename": "src/types.ts",
93
- "line": 36
92
+ "line": 42
94
93
  },
95
94
  "name": "AWSCredentials",
96
95
  "properties": [
@@ -104,7 +103,7 @@
104
103
  "immutable": true,
105
104
  "locationInModule": {
106
105
  "filename": "src/types.ts",
107
- "line": 64
106
+ "line": 70
108
107
  },
109
108
  "name": "region",
110
109
  "type": {
@@ -121,7 +120,7 @@
121
120
  "immutable": true,
122
121
  "locationInModule": {
123
122
  "filename": "src/types.ts",
124
- "line": 41
123
+ "line": 47
125
124
  },
126
125
  "name": "accessKeyIdSecretName",
127
126
  "optional": true,
@@ -139,7 +138,7 @@
139
138
  "immutable": true,
140
139
  "locationInModule": {
141
140
  "filename": "src/types.ts",
142
- "line": 58
141
+ "line": 64
143
142
  },
144
143
  "name": "assumeRoleDurationSeconds",
145
144
  "optional": true,
@@ -156,7 +155,7 @@
156
155
  "immutable": true,
157
156
  "locationInModule": {
158
157
  "filename": "src/types.ts",
159
- "line": 52
158
+ "line": 58
160
159
  },
161
160
  "name": "roleToAssume",
162
161
  "optional": true,
@@ -174,7 +173,7 @@
174
173
  "immutable": true,
175
174
  "locationInModule": {
176
175
  "filename": "src/types.ts",
177
- "line": 47
176
+ "line": 53
178
177
  },
179
178
  "name": "secretAccessKeySecretName",
180
179
  "optional": true,
@@ -195,7 +194,7 @@
195
194
  "kind": "interface",
196
195
  "locationInModule": {
197
196
  "filename": "src/types.ts",
198
- "line": 10
197
+ "line": 16
199
198
  },
200
199
  "name": "DeployOptions",
201
200
  "properties": [
@@ -208,7 +207,7 @@
208
207
  "immutable": true,
209
208
  "locationInModule": {
210
209
  "filename": "src/types.ts",
211
- "line": 14
210
+ "line": 20
212
211
  },
213
212
  "name": "environments",
214
213
  "type": {
@@ -230,7 +229,7 @@
230
229
  "immutable": true,
231
230
  "locationInModule": {
232
231
  "filename": "src/types.ts",
233
- "line": 21
232
+ "line": 27
234
233
  },
235
234
  "name": "stackPattern",
236
235
  "optional": true,
@@ -243,7 +242,7 @@
243
242
  },
244
243
  "deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptApp": {
245
244
  "assembly": "deployable-awscdk-app-ts",
246
- "base": "projen.AwsCdkTypeScriptApp",
245
+ "base": "projen.awscdk.AwsCdkTypeScriptApp",
247
246
  "docs": {
248
247
  "stability": "stable"
249
248
  },
@@ -254,7 +253,7 @@
254
253
  },
255
254
  "locationInModule": {
256
255
  "filename": "src/index.ts",
257
- "line": 14
256
+ "line": 15
258
257
  },
259
258
  "parameters": [
260
259
  {
@@ -279,7 +278,7 @@
279
278
  },
280
279
  "locationInModule": {
281
280
  "filename": "src/index.ts",
282
- "line": 28
281
+ "line": 33
283
282
  },
284
283
  "name": "synth",
285
284
  "overrides": "projen.Project"
@@ -296,7 +295,7 @@
296
295
  },
297
296
  "fqn": "deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions",
298
297
  "interfaces": [
299
- "projen.AwsCdkTypeScriptAppOptions"
298
+ "projen.awscdk.AwsCdkTypeScriptAppOptions"
300
299
  ],
301
300
  "kind": "interface",
302
301
  "locationInModule": {
@@ -320,6 +319,24 @@
320
319
  "type": {
321
320
  "fqn": "deployable-awscdk-app-ts.DeployOptions"
322
321
  }
322
+ },
323
+ {
324
+ "abstract": true,
325
+ "docs": {
326
+ "default": "true",
327
+ "stability": "stable",
328
+ "summary": "Whether to generate nvmrc file for the node version of the project."
329
+ },
330
+ "immutable": true,
331
+ "locationInModule": {
332
+ "filename": "src/types.ts",
333
+ "line": 13
334
+ },
335
+ "name": "generateNvmrc",
336
+ "optional": true,
337
+ "type": {
338
+ "primitive": "boolean"
339
+ }
323
340
  }
324
341
  ],
325
342
  "symbolId": "src/types:DeployableAwsCdkTypeScriptAppOptions"
@@ -334,7 +351,7 @@
334
351
  "kind": "interface",
335
352
  "locationInModule": {
336
353
  "filename": "src/types.ts",
337
- "line": 24
354
+ "line": 30
338
355
  },
339
356
  "name": "EnvironmentOptions",
340
357
  "properties": [
@@ -347,7 +364,7 @@
347
364
  "immutable": true,
348
365
  "locationInModule": {
349
366
  "filename": "src/types.ts",
350
- "line": 33
367
+ "line": 39
351
368
  },
352
369
  "name": "awsCredentials",
353
370
  "type": {
@@ -363,7 +380,7 @@
363
380
  "immutable": true,
364
381
  "locationInModule": {
365
382
  "filename": "src/types.ts",
366
- "line": 28
383
+ "line": 34
367
384
  },
368
385
  "name": "name",
369
386
  "type": {
@@ -374,6 +391,6 @@
374
391
  "symbolId": "src/types:EnvironmentOptions"
375
392
  }
376
393
  },
377
- "version": "0.0.2",
378
- "fingerprint": "IGfkz2nEJ7zKbHII+fLpoVOuuiXnunTiaQxkns2lSGg="
394
+ "version": "0.0.6",
395
+ "fingerprint": "L8eI7oOy0ksVg/PjaomB7imSUb/zwyhnXR+W6UqKb88="
379
396
  }
package/.projenrc.ts CHANGED
@@ -1,8 +1,8 @@
1
- import {JsiiProject, NodePackageManager, NpmAccess, TextFile} from 'projen'
1
+ import {javascript, cdk, TextFile} from 'projen'
2
2
 
3
3
  const nodeVersion = '14.18.1'
4
4
 
5
- const project = new JsiiProject({
5
+ const project = new cdk.JsiiProject({
6
6
  author: 'Amin Fazl',
7
7
  authorAddress: 'amin.fazl@mondo.com.au',
8
8
  defaultReleaseBranch: 'main',
@@ -16,8 +16,8 @@ const project = new JsiiProject({
16
16
  ],
17
17
  projenrcTs: true,
18
18
  repositoryUrl: 'https://github.com/amin.fazl/deployable-awscdk-app-ts.git',
19
- packageManager: NodePackageManager.NPM,
20
- npmAccess: NpmAccess.PUBLIC,
19
+ packageManager: javascript.NodePackageManager.NPM,
20
+ npmAccess: javascript.NpmAccess.PUBLIC,
21
21
  deps: [
22
22
  'projen',
23
23
  ],