@cdktn/provider-project 0.7.42 → 0.8.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
@@ -12,8 +12,8 @@
12
12
  "fs-extra": "^10.1.0"
13
13
  },
14
14
  "dependencies": {
15
- "constructs": "^10.4.2",
16
- "projen": "^0.99.0"
15
+ "constructs": "^10.5.0",
16
+ "projen": "^0.101.20"
17
17
  },
18
18
  "dependencyClosure": {
19
19
  "constructs": {
@@ -96,7 +96,7 @@
96
96
  "hasDefaultInterfaces": true
97
97
  }
98
98
  },
99
- "tscRootDir": "src"
99
+ "tscRootDir": "/home/runner/work/cdktn-provider-project/cdktn-provider-project/src"
100
100
  },
101
101
  "name": "@cdktn/provider-project",
102
102
  "readme": {
@@ -126,7 +126,7 @@
126
126
  },
127
127
  "locationInModule": {
128
128
  "filename": "src/index.ts",
129
- "line": 121
129
+ "line": 124
130
130
  },
131
131
  "parameters": [
132
132
  {
@@ -140,7 +140,7 @@
140
140
  "kind": "class",
141
141
  "locationInModule": {
142
142
  "filename": "src/index.ts",
143
- "line": 120
143
+ "line": 123
144
144
  },
145
145
  "name": "CdktnProviderProject",
146
146
  "symbolId": "src/index:CdktnProviderProject"
@@ -401,7 +401,7 @@
401
401
  "abstract": true,
402
402
  "docs": {
403
403
  "default": "- false",
404
- "remarks": "When enabled, the `release_pypi` job is moved to a GitHub-hosted runner,\nsince PyPI OIDC trust is not supported on the self-hosted/Depot runners.",
404
+ "remarks": "The `release_pypi` job keeps whatever runner the project is configured for.\nPyPI, unlike npm, does not restrict trusted publishing to GitHub-hosted\nrunners -- trust is bound to the workflow ref, and the OIDC token is minted\nfrom ACTIONS_ID_TOKEN_REQUEST_URL, which is available on any runner with\n`id-token: write`.",
405
405
  "see": "https://docs.pypi.org/trusted-publishers/",
406
406
  "stability": "stable",
407
407
  "summary": "Use trusted publishing for publishing to pypi.org Needs to be pre-configured on PyPI to work."
@@ -409,7 +409,7 @@
409
409
  "immutable": true,
410
410
  "locationInModule": {
411
411
  "filename": "src/index.ts",
412
- "line": 89
412
+ "line": 92
413
413
  },
414
414
  "name": "pypiTrustedPublishing",
415
415
  "optional": true,
@@ -437,6 +437,6 @@
437
437
  "symbolId": "src/index:CdktnProviderProjectOptions"
438
438
  }
439
439
  },
440
- "version": "0.7.42",
441
- "fingerprint": "jNhSuA75lou4v7ZwaNoOxsAJ0WLMwCpeIKNw0l45ANM="
440
+ "version": "0.8.1",
441
+ "fingerprint": "k6/7SaeZY+GLRNBqBqmW4sNtgUhGp2GNYnvbggsleFg="
442
442
  }