projen 0.72.31 → 0.73.0
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 +74 -35
- package/docs/api/API.md +35 -31
- package/lib/awscdk/auto-discover.js +5 -5
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.d.ts +1 -1
- package/lib/javascript/node-project.js +2 -2
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +2 -2
- package/lib/javascript/upgrade-dependencies.d.ts +25 -0
- package/lib/javascript/upgrade-dependencies.js +32 -4
- package/lib/json-patch.js +1 -1
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +3 -3
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -42416,7 +42416,7 @@
|
|
|
42416
42416
|
"default": "true",
|
|
42417
42417
|
"remarks": "Cannot be used in conjunction with `dependabot`.",
|
|
42418
42418
|
"stability": "experimental",
|
|
42419
|
-
"summary": "Use github workflows to handle dependency upgrades."
|
|
42419
|
+
"summary": "Use tasks and github workflows to handle dependency upgrades."
|
|
42420
42420
|
},
|
|
42421
42421
|
"immutable": true,
|
|
42422
42422
|
"locationInModule": {
|
|
@@ -45947,7 +45947,7 @@
|
|
|
45947
45947
|
},
|
|
45948
45948
|
"locationInModule": {
|
|
45949
45949
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
45950
|
-
"line":
|
|
45950
|
+
"line": 156
|
|
45951
45951
|
},
|
|
45952
45952
|
"parameters": [
|
|
45953
45953
|
{
|
|
@@ -45968,7 +45968,7 @@
|
|
|
45968
45968
|
"kind": "class",
|
|
45969
45969
|
"locationInModule": {
|
|
45970
45970
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
45971
|
-
"line":
|
|
45971
|
+
"line": 124
|
|
45972
45972
|
},
|
|
45973
45973
|
"methods": [
|
|
45974
45974
|
{
|
|
@@ -45978,7 +45978,7 @@
|
|
|
45978
45978
|
},
|
|
45979
45979
|
"locationInModule": {
|
|
45980
45980
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
45981
|
-
"line":
|
|
45981
|
+
"line": 227
|
|
45982
45982
|
},
|
|
45983
45983
|
"name": "addPostBuildSteps",
|
|
45984
45984
|
"parameters": [
|
|
@@ -46007,7 +46007,7 @@
|
|
|
46007
46007
|
"immutable": true,
|
|
46008
46008
|
"locationInModule": {
|
|
46009
46009
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46010
|
-
"line":
|
|
46010
|
+
"line": 147
|
|
46011
46011
|
},
|
|
46012
46012
|
"name": "postUpgradeTask",
|
|
46013
46013
|
"type": {
|
|
@@ -46022,7 +46022,7 @@
|
|
|
46022
46022
|
"immutable": true,
|
|
46023
46023
|
"locationInModule": {
|
|
46024
46024
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46025
|
-
"line":
|
|
46025
|
+
"line": 142
|
|
46026
46026
|
},
|
|
46027
46027
|
"name": "upgradeTask",
|
|
46028
46028
|
"type": {
|
|
@@ -46038,7 +46038,7 @@
|
|
|
46038
46038
|
"immutable": true,
|
|
46039
46039
|
"locationInModule": {
|
|
46040
46040
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46041
|
-
"line":
|
|
46041
|
+
"line": 128
|
|
46042
46042
|
},
|
|
46043
46043
|
"name": "workflows",
|
|
46044
46044
|
"type": {
|
|
@@ -46057,7 +46057,7 @@
|
|
|
46057
46057
|
},
|
|
46058
46058
|
"locationInModule": {
|
|
46059
46059
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46060
|
-
"line":
|
|
46060
|
+
"line": 137
|
|
46061
46061
|
},
|
|
46062
46062
|
"name": "containerOptions",
|
|
46063
46063
|
"optional": true,
|
|
@@ -46140,7 +46140,7 @@
|
|
|
46140
46140
|
"immutable": true,
|
|
46141
46141
|
"locationInModule": {
|
|
46142
46142
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46143
|
-
"line":
|
|
46143
|
+
"line": 97
|
|
46144
46144
|
},
|
|
46145
46145
|
"name": "pullRequestTitle",
|
|
46146
46146
|
"optional": true,
|
|
@@ -46148,6 +46148,26 @@
|
|
|
46148
46148
|
"primitive": "string"
|
|
46149
46149
|
}
|
|
46150
46150
|
},
|
|
46151
|
+
{
|
|
46152
|
+
"abstract": true,
|
|
46153
|
+
"docs": {
|
|
46154
|
+
"default": "true",
|
|
46155
|
+
"remarks": "By default, the upgrade workflow will adhere to version constraints from peer dependencies.\nSometimes this is not desirable and can be disabled.",
|
|
46156
|
+
"see": "https://github.com/raineorshine/npm-check-updates#peer",
|
|
46157
|
+
"stability": "experimental",
|
|
46158
|
+
"summary": "Check peer dependencies of installed packages and filter updates to compatible versions."
|
|
46159
|
+
},
|
|
46160
|
+
"immutable": true,
|
|
46161
|
+
"locationInModule": {
|
|
46162
|
+
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46163
|
+
"line": 64
|
|
46164
|
+
},
|
|
46165
|
+
"name": "satisfyPeerDependencies",
|
|
46166
|
+
"optional": true,
|
|
46167
|
+
"type": {
|
|
46168
|
+
"primitive": "boolean"
|
|
46169
|
+
}
|
|
46170
|
+
},
|
|
46151
46171
|
{
|
|
46152
46172
|
"abstract": true,
|
|
46153
46173
|
"docs": {
|
|
@@ -46158,7 +46178,7 @@
|
|
|
46158
46178
|
"immutable": true,
|
|
46159
46179
|
"locationInModule": {
|
|
46160
46180
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46161
|
-
"line":
|
|
46181
|
+
"line": 104
|
|
46162
46182
|
},
|
|
46163
46183
|
"name": "semanticCommit",
|
|
46164
46184
|
"optional": true,
|
|
@@ -46176,7 +46196,7 @@
|
|
|
46176
46196
|
"immutable": true,
|
|
46177
46197
|
"locationInModule": {
|
|
46178
46198
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46179
|
-
"line":
|
|
46199
|
+
"line": 111
|
|
46180
46200
|
},
|
|
46181
46201
|
"name": "signoff",
|
|
46182
46202
|
"optional": true,
|
|
@@ -46184,6 +46204,25 @@
|
|
|
46184
46204
|
"primitive": "boolean"
|
|
46185
46205
|
}
|
|
46186
46206
|
},
|
|
46207
|
+
{
|
|
46208
|
+
"abstract": true,
|
|
46209
|
+
"docs": {
|
|
46210
|
+
"default": "\"minor\"",
|
|
46211
|
+
"see": "https://github.com/raineorshine/npm-check-updates#target",
|
|
46212
|
+
"stability": "experimental",
|
|
46213
|
+
"summary": "Determines the target version to upgrade dependencies to."
|
|
46214
|
+
},
|
|
46215
|
+
"immutable": true,
|
|
46216
|
+
"locationInModule": {
|
|
46217
|
+
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46218
|
+
"line": 52
|
|
46219
|
+
},
|
|
46220
|
+
"name": "target",
|
|
46221
|
+
"optional": true,
|
|
46222
|
+
"type": {
|
|
46223
|
+
"primitive": "string"
|
|
46224
|
+
}
|
|
46225
|
+
},
|
|
46187
46226
|
{
|
|
46188
46227
|
"abstract": true,
|
|
46189
46228
|
"docs": {
|
|
@@ -46195,7 +46234,7 @@
|
|
|
46195
46234
|
"immutable": true,
|
|
46196
46235
|
"locationInModule": {
|
|
46197
46236
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46198
|
-
"line":
|
|
46237
|
+
"line": 90
|
|
46199
46238
|
},
|
|
46200
46239
|
"name": "taskName",
|
|
46201
46240
|
"optional": true,
|
|
@@ -46213,7 +46252,7 @@
|
|
|
46213
46252
|
"immutable": true,
|
|
46214
46253
|
"locationInModule": {
|
|
46215
46254
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46216
|
-
"line":
|
|
46255
|
+
"line": 118
|
|
46217
46256
|
},
|
|
46218
46257
|
"name": "types",
|
|
46219
46258
|
"optional": true,
|
|
@@ -46237,7 +46276,7 @@
|
|
|
46237
46276
|
"immutable": true,
|
|
46238
46277
|
"locationInModule": {
|
|
46239
46278
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46240
|
-
"line":
|
|
46279
|
+
"line": 75
|
|
46241
46280
|
},
|
|
46242
46281
|
"name": "workflow",
|
|
46243
46282
|
"optional": true,
|
|
@@ -46256,7 +46295,7 @@
|
|
|
46256
46295
|
"immutable": true,
|
|
46257
46296
|
"locationInModule": {
|
|
46258
46297
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46259
|
-
"line":
|
|
46298
|
+
"line": 82
|
|
46260
46299
|
},
|
|
46261
46300
|
"name": "workflowOptions",
|
|
46262
46301
|
"optional": true,
|
|
@@ -46277,7 +46316,7 @@
|
|
|
46277
46316
|
"kind": "class",
|
|
46278
46317
|
"locationInModule": {
|
|
46279
46318
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46280
|
-
"line":
|
|
46319
|
+
"line": 556
|
|
46281
46320
|
},
|
|
46282
46321
|
"methods": [
|
|
46283
46322
|
{
|
|
@@ -46287,7 +46326,7 @@
|
|
|
46287
46326
|
},
|
|
46288
46327
|
"locationInModule": {
|
|
46289
46328
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46290
|
-
"line":
|
|
46329
|
+
"line": 591
|
|
46291
46330
|
},
|
|
46292
46331
|
"name": "expressions",
|
|
46293
46332
|
"parameters": [
|
|
@@ -46323,7 +46362,7 @@
|
|
|
46323
46362
|
"immutable": true,
|
|
46324
46363
|
"locationInModule": {
|
|
46325
46364
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46326
|
-
"line":
|
|
46365
|
+
"line": 565
|
|
46327
46366
|
},
|
|
46328
46367
|
"name": "DAILY",
|
|
46329
46368
|
"static": true,
|
|
@@ -46340,7 +46379,7 @@
|
|
|
46340
46379
|
"immutable": true,
|
|
46341
46380
|
"locationInModule": {
|
|
46342
46381
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46343
|
-
"line":
|
|
46382
|
+
"line": 584
|
|
46344
46383
|
},
|
|
46345
46384
|
"name": "MONTHLY",
|
|
46346
46385
|
"static": true,
|
|
@@ -46357,7 +46396,7 @@
|
|
|
46357
46396
|
"immutable": true,
|
|
46358
46397
|
"locationInModule": {
|
|
46359
46398
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46360
|
-
"line":
|
|
46399
|
+
"line": 560
|
|
46361
46400
|
},
|
|
46362
46401
|
"name": "NEVER",
|
|
46363
46402
|
"static": true,
|
|
@@ -46374,7 +46413,7 @@
|
|
|
46374
46413
|
"immutable": true,
|
|
46375
46414
|
"locationInModule": {
|
|
46376
46415
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46377
|
-
"line":
|
|
46416
|
+
"line": 570
|
|
46378
46417
|
},
|
|
46379
46418
|
"name": "WEEKDAY",
|
|
46380
46419
|
"static": true,
|
|
@@ -46391,7 +46430,7 @@
|
|
|
46391
46430
|
"immutable": true,
|
|
46392
46431
|
"locationInModule": {
|
|
46393
46432
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46394
|
-
"line":
|
|
46433
|
+
"line": 577
|
|
46395
46434
|
},
|
|
46396
46435
|
"name": "WEEKLY",
|
|
46397
46436
|
"static": true,
|
|
@@ -46406,7 +46445,7 @@
|
|
|
46406
46445
|
"immutable": true,
|
|
46407
46446
|
"locationInModule": {
|
|
46408
46447
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46409
|
-
"line":
|
|
46448
|
+
"line": 595
|
|
46410
46449
|
},
|
|
46411
46450
|
"name": "cron",
|
|
46412
46451
|
"type": {
|
|
@@ -46432,7 +46471,7 @@
|
|
|
46432
46471
|
"kind": "interface",
|
|
46433
46472
|
"locationInModule": {
|
|
46434
46473
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46435
|
-
"line":
|
|
46474
|
+
"line": 484
|
|
46436
46475
|
},
|
|
46437
46476
|
"name": "UpgradeDependenciesWorkflowOptions",
|
|
46438
46477
|
"namespace": "javascript",
|
|
@@ -46447,7 +46486,7 @@
|
|
|
46447
46486
|
"immutable": true,
|
|
46448
46487
|
"locationInModule": {
|
|
46449
46488
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46450
|
-
"line":
|
|
46489
|
+
"line": 517
|
|
46451
46490
|
},
|
|
46452
46491
|
"name": "assignees",
|
|
46453
46492
|
"optional": true,
|
|
@@ -46470,7 +46509,7 @@
|
|
|
46470
46509
|
"immutable": true,
|
|
46471
46510
|
"locationInModule": {
|
|
46472
46511
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46473
|
-
"line":
|
|
46512
|
+
"line": 531
|
|
46474
46513
|
},
|
|
46475
46514
|
"name": "branches",
|
|
46476
46515
|
"optional": true,
|
|
@@ -46493,7 +46532,7 @@
|
|
|
46493
46532
|
"immutable": true,
|
|
46494
46533
|
"locationInModule": {
|
|
46495
46534
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46496
|
-
"line":
|
|
46535
|
+
"line": 524
|
|
46497
46536
|
},
|
|
46498
46537
|
"name": "container",
|
|
46499
46538
|
"optional": true,
|
|
@@ -46511,7 +46550,7 @@
|
|
|
46511
46550
|
"immutable": true,
|
|
46512
46551
|
"locationInModule": {
|
|
46513
46552
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46514
|
-
"line":
|
|
46553
|
+
"line": 537
|
|
46515
46554
|
},
|
|
46516
46555
|
"name": "gitIdentity",
|
|
46517
46556
|
"optional": true,
|
|
@@ -46529,7 +46568,7 @@
|
|
|
46529
46568
|
"immutable": true,
|
|
46530
46569
|
"locationInModule": {
|
|
46531
46570
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46532
|
-
"line":
|
|
46571
|
+
"line": 510
|
|
46533
46572
|
},
|
|
46534
46573
|
"name": "labels",
|
|
46535
46574
|
"optional": true,
|
|
@@ -46552,7 +46591,7 @@
|
|
|
46552
46591
|
"immutable": true,
|
|
46553
46592
|
"locationInModule": {
|
|
46554
46593
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46555
|
-
"line":
|
|
46594
|
+
"line": 550
|
|
46556
46595
|
},
|
|
46557
46596
|
"name": "permissions",
|
|
46558
46597
|
"optional": true,
|
|
@@ -46572,7 +46611,7 @@
|
|
|
46572
46611
|
"immutable": true,
|
|
46573
46612
|
"locationInModule": {
|
|
46574
46613
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46575
|
-
"line":
|
|
46614
|
+
"line": 503
|
|
46576
46615
|
},
|
|
46577
46616
|
"name": "projenCredentials",
|
|
46578
46617
|
"optional": true,
|
|
@@ -46590,7 +46629,7 @@
|
|
|
46590
46629
|
"immutable": true,
|
|
46591
46630
|
"locationInModule": {
|
|
46592
46631
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46593
|
-
"line":
|
|
46632
|
+
"line": 543
|
|
46594
46633
|
},
|
|
46595
46634
|
"name": "runsOn",
|
|
46596
46635
|
"optional": true,
|
|
@@ -46613,7 +46652,7 @@
|
|
|
46613
46652
|
"immutable": true,
|
|
46614
46653
|
"locationInModule": {
|
|
46615
46654
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
46616
|
-
"line":
|
|
46655
|
+
"line": 490
|
|
46617
46656
|
},
|
|
46618
46657
|
"name": "schedule",
|
|
46619
46658
|
"optional": true,
|
|
@@ -55714,6 +55753,6 @@
|
|
|
55714
55753
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
55715
55754
|
}
|
|
55716
55755
|
},
|
|
55717
|
-
"version": "0.
|
|
55718
|
-
"fingerprint": "
|
|
55756
|
+
"version": "0.73.0",
|
|
55757
|
+
"fingerprint": "rsuqalcxMJj1KwVVYI49evwjNSUoWbQ47sNS3MRpzTU="
|
|
55719
55758
|
}
|