@adriankulik/create-fullstack-app 1.14.1 → 1.15.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/README.md CHANGED
@@ -30,10 +30,10 @@ You will be prompted to choose a project name, your preferred frontend, and back
30
30
  ## Features
31
31
 
32
32
  - **Frontend Options**:
33
- - Next.js (v16.3.2)
34
- - Angular (v22.1.3) - _Configured with Zone.js_
35
- - Vue (v3.5.41)
36
- - Svelte (v5.56.10)
33
+ - Next.js (v16.3.3)
34
+ - Angular (v22.1.4) - _Configured with Zone.js_
35
+ - Vue (v3.5.42)
36
+ - Svelte (v5.57.0)
37
37
  - **Backend Options**:
38
38
  - FastAPI (v0.141.1)
39
39
  - Flask (v3.1.3)
package/cli/build-date.js CHANGED
@@ -1 +1 @@
1
- module.exports = '2026-08-28 08:52:47';
1
+ module.exports = '2026-08-30 21:29:04';
package/cli/index.js CHANGED
@@ -47,19 +47,19 @@ async function main() {
47
47
  name: "frontend",
48
48
  message: "Which frontend framework would you like to use?",
49
49
  choices: [
50
- { title: "Next.js (v16.3.2)", value: "nextjs", description: "React framework" },
50
+ { title: "Next.js (v16.3.3)", value: "nextjs", description: "React framework" },
51
51
  {
52
- title: "Angular (v22.1.3)",
52
+ title: "Angular (v22.1.4)",
53
53
  value: "angular",
54
54
  description: "Enterprise-grade platform",
55
55
  },
56
56
  {
57
- title: "Vue (v3.5.41)",
57
+ title: "Vue (v3.5.42)",
58
58
  value: "vue",
59
59
  description: "Progressive JavaScript framework",
60
60
  },
61
61
  {
62
- title: "Svelte (v5.56.10)",
62
+ title: "Svelte (v5.57.0)",
63
63
  value: "svelte",
64
64
  description: "Cybernetically enhanced web apps",
65
65
  },
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.14.1",
6
+ "version": "1.15.0",
7
7
  "description": "A CLI tool for scaffolding a full-stack web application with your choice of frontend and backend technologies.",
8
8
  "main": "cli/index.js",
9
9
  "bin": {
@@ -2,5 +2,5 @@ Flask==3.1.3
2
2
  Flask-Cors==6.0.5
3
3
  pytest==9.1.1
4
4
  httpx==0.28.1
5
- ruff==0.16.4
5
+ ruff==0.16.5
6
6
  psycopg2-binary==2.9.12
@@ -16,14 +16,14 @@
16
16
  "@eslint/js": "^10.0.1",
17
17
  "@types/cors": "^2.8.19",
18
18
  "@types/express": "^5.0.6",
19
- "@types/node": "^26.2.0",
19
+ "@types/node": "^26.4.0",
20
20
  "@types/pg": "^8.23.1",
21
21
  "@types/supertest": "^7.2.1",
22
22
  "eslint": "^10.4.0",
23
23
  "supertest": "^7.2.2",
24
- "tsx": "^4.23.12",
24
+ "tsx": "^4.23.13",
25
25
  "typescript": "^5.9.0",
26
- "typescript-eslint": "^8.67.0",
26
+ "typescript-eslint": "^8.68.0",
27
27
  "vitest": "^4.1.11"
28
28
  }
29
29
  },
@@ -1107,9 +1107,9 @@
1107
1107
  "license": "MIT"
1108
1108
  },
1109
1109
  "node_modules/@types/node": {
1110
- "version": "26.2.0",
1111
- "resolved": "https://registry.npmjs.org/@types/node/-/node-26.2.0.tgz",
1112
- "integrity": "sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==",
1110
+ "version": "26.4.0",
1111
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-26.4.0.tgz",
1112
+ "integrity": "sha512-faiGnoIrLH/V8cibOMEAZ8pMw6oXqSukl29ra4mN8GdaB2ZewzeaLj+INpV5N+Z1eKWzY+IzaIZH2EIR6YZRNQ==",
1113
1113
  "dev": true,
1114
1114
  "license": "MIT",
1115
1115
  "dependencies": {
@@ -1188,17 +1188,17 @@
1188
1188
  }
1189
1189
  },
1190
1190
  "node_modules/@typescript-eslint/eslint-plugin": {
1191
- "version": "8.67.0",
1192
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.67.0.tgz",
1193
- "integrity": "sha512-Un7Heoyj65NREbKAyIrFxeM143NZpExWmy1Nep4DLeQOeLlTeumPjoNKnBrU5D5moWXbPJgRa5Uwcdu0faVNGQ==",
1191
+ "version": "8.68.0",
1192
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.68.0.tgz",
1193
+ "integrity": "sha512-WASHDpCm6qO5jj9g1a+8NiW5+GCkAyLReR56/4VruYmNgfUmqpxOfZ2Yfb8xGfJPWv5Qi6LSD8sXdces3vbp/Q==",
1194
1194
  "dev": true,
1195
1195
  "license": "MIT",
1196
1196
  "dependencies": {
1197
1197
  "@eslint-community/regexpp": "^4.12.2",
1198
- "@typescript-eslint/scope-manager": "8.67.0",
1199
- "@typescript-eslint/type-utils": "8.67.0",
1200
- "@typescript-eslint/utils": "8.67.0",
1201
- "@typescript-eslint/visitor-keys": "8.67.0",
1198
+ "@typescript-eslint/scope-manager": "8.68.0",
1199
+ "@typescript-eslint/type-utils": "8.68.0",
1200
+ "@typescript-eslint/utils": "8.68.0",
1201
+ "@typescript-eslint/visitor-keys": "8.68.0",
1202
1202
  "ignore": "^7.0.5",
1203
1203
  "natural-compare": "^1.4.0",
1204
1204
  "ts-api-utils": "^2.5.0"
@@ -1211,15 +1211,15 @@
1211
1211
  "url": "https://opencollective.com/typescript-eslint"
1212
1212
  },
1213
1213
  "peerDependencies": {
1214
- "@typescript-eslint/parser": "^8.67.0",
1214
+ "@typescript-eslint/parser": "^8.68.0",
1215
1215
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
1216
1216
  "typescript": ">=4.8.4 <6.1.0"
1217
1217
  }
1218
1218
  },
1219
1219
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
1220
- "version": "7.0.6",
1221
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.6.tgz",
1222
- "integrity": "sha512-BAg6QkE8W+TuQLrrw0Ugr7HegXduRuuj8/ti2kSOc+jz1dmx8/WNcjr6XGnq5YpDWxFwwaavqD0+jIUOKelTsw==",
1220
+ "version": "7.0.7",
1221
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.7.tgz",
1222
+ "integrity": "sha512-dML0wP6oak21rsNYCJpJB6O1BJIEwNpGrTw0URPfAk4hm0e3pRfCtzkfB6olBcXcVlU2rouCyz7lCyRB0OMVCA==",
1223
1223
  "dev": true,
1224
1224
  "license": "MIT",
1225
1225
  "engines": {
@@ -1227,16 +1227,16 @@
1227
1227
  }
1228
1228
  },
1229
1229
  "node_modules/@typescript-eslint/parser": {
1230
- "version": "8.67.0",
1231
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.67.0.tgz",
1232
- "integrity": "sha512-fUBfTuuEulWqX6V8+O3PtScV01tzYYRUDTAirHFKoRAt7nOzoGiPt0M/bB47wWNy0coOOcgEwAMUtBpykMxl6w==",
1230
+ "version": "8.68.0",
1231
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.68.0.tgz",
1232
+ "integrity": "sha512-fHq2VC1kpyYfvEcbiMjOpySY4WS7voEp89yAThrHRX5sm9j2lzYppCb2umFMEed4fWcyeLjHxrz0mpjNBaBxMQ==",
1233
1233
  "dev": true,
1234
1234
  "license": "MIT",
1235
1235
  "dependencies": {
1236
- "@typescript-eslint/scope-manager": "8.67.0",
1237
- "@typescript-eslint/types": "8.67.0",
1238
- "@typescript-eslint/typescript-estree": "8.67.0",
1239
- "@typescript-eslint/visitor-keys": "8.67.0",
1236
+ "@typescript-eslint/scope-manager": "8.68.0",
1237
+ "@typescript-eslint/types": "8.68.0",
1238
+ "@typescript-eslint/typescript-estree": "8.68.0",
1239
+ "@typescript-eslint/visitor-keys": "8.68.0",
1240
1240
  "debug": "^4.4.3"
1241
1241
  },
1242
1242
  "engines": {
@@ -1252,14 +1252,14 @@
1252
1252
  }
1253
1253
  },
1254
1254
  "node_modules/@typescript-eslint/project-service": {
1255
- "version": "8.67.0",
1256
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.67.0.tgz",
1257
- "integrity": "sha512-cvE8c7ulYeXN9fYuszhCeCsbzyVEXuhrRCybnBre7TUmqb5nRmBfQAwCj0O3WJFDeyAZt4VYv51vMCC9LHSdYw==",
1255
+ "version": "8.68.0",
1256
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.68.0.tgz",
1257
+ "integrity": "sha512-5GQtWZCXFcFYux955pvoS02WLc49pXNlvIxocKjS0clvwo3in1RdlzVKyiqQH9vE5AKWFLTaUgeQkOrTS+0Qxw==",
1258
1258
  "dev": true,
1259
1259
  "license": "MIT",
1260
1260
  "dependencies": {
1261
- "@typescript-eslint/tsconfig-utils": "^8.67.0",
1262
- "@typescript-eslint/types": "^8.67.0",
1261
+ "@typescript-eslint/tsconfig-utils": "^8.68.0",
1262
+ "@typescript-eslint/types": "^8.68.0",
1263
1263
  "debug": "^4.4.3"
1264
1264
  },
1265
1265
  "engines": {
@@ -1274,14 +1274,14 @@
1274
1274
  }
1275
1275
  },
1276
1276
  "node_modules/@typescript-eslint/scope-manager": {
1277
- "version": "8.67.0",
1278
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.67.0.tgz",
1279
- "integrity": "sha512-EgvsleTwS4E+WzzSvem8fAUubLwatMNF1B5hHSLQxcvs7q2dtRhGyujHwLJSYlG41niJ7GP24Aha2+0mb1b2kg==",
1277
+ "version": "8.68.0",
1278
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.68.0.tgz",
1279
+ "integrity": "sha512-T5eXpcaJNg8bhjHJ8Rjp68Vq/QBteYtTKY8TZqVNPaUbuz0f6jI9t6aDkylwvalpAB9XTTFeFOjrjXAZ3YvmVA==",
1280
1280
  "dev": true,
1281
1281
  "license": "MIT",
1282
1282
  "dependencies": {
1283
- "@typescript-eslint/types": "8.67.0",
1284
- "@typescript-eslint/visitor-keys": "8.67.0"
1283
+ "@typescript-eslint/types": "8.68.0",
1284
+ "@typescript-eslint/visitor-keys": "8.68.0"
1285
1285
  },
1286
1286
  "engines": {
1287
1287
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1292,9 +1292,9 @@
1292
1292
  }
1293
1293
  },
1294
1294
  "node_modules/@typescript-eslint/tsconfig-utils": {
1295
- "version": "8.67.0",
1296
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.67.0.tgz",
1297
- "integrity": "sha512-vV+LUSv5njUWsknE71fqKTlXUva+R76SaeORd6Zojcunk/6DvKFXONU3BrAs2H49mbygUXt6gbYunzwqNwlhdg==",
1295
+ "version": "8.68.0",
1296
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.68.0.tgz",
1297
+ "integrity": "sha512-F7zrGQfiJHojPwi8vhxZQC1tWtJzvL74cK/nqri2lk8YUXvYaYwl263xOJ69jDWPUk1hmcdoayFwk9lX09npVw==",
1298
1298
  "dev": true,
1299
1299
  "license": "MIT",
1300
1300
  "engines": {
@@ -1309,15 +1309,15 @@
1309
1309
  }
1310
1310
  },
1311
1311
  "node_modules/@typescript-eslint/type-utils": {
1312
- "version": "8.67.0",
1313
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.67.0.tgz",
1314
- "integrity": "sha512-aVWDXbRmdXO9siTfX4ditQI1T9+zVcNazT48EJCD0v40/9RIFoUgZ05CmGEq9H2gixRpjUn/iplwvlcvutJW/Q==",
1312
+ "version": "8.68.0",
1313
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.68.0.tgz",
1314
+ "integrity": "sha512-X77zqoY1EjeWGs/0JNxeaMfp5C5lIz4Tw8y66F1Ne8Faq6g424sBNYM6xBAqElfGZPLpWS+CZAp0DXyKDzWiHg==",
1315
1315
  "dev": true,
1316
1316
  "license": "MIT",
1317
1317
  "dependencies": {
1318
- "@typescript-eslint/types": "8.67.0",
1319
- "@typescript-eslint/typescript-estree": "8.67.0",
1320
- "@typescript-eslint/utils": "8.67.0",
1318
+ "@typescript-eslint/types": "8.68.0",
1319
+ "@typescript-eslint/typescript-estree": "8.68.0",
1320
+ "@typescript-eslint/utils": "8.68.0",
1321
1321
  "debug": "^4.4.3",
1322
1322
  "ts-api-utils": "^2.5.0"
1323
1323
  },
@@ -1334,9 +1334,9 @@
1334
1334
  }
1335
1335
  },
1336
1336
  "node_modules/@typescript-eslint/types": {
1337
- "version": "8.67.0",
1338
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.67.0.tgz",
1339
- "integrity": "sha512-sBtgslww8nsMYUjhdPBiSyUqSzT8uR6g93A2QXnQC8+cGdjz0CyaOdqHDRJb1AtORbZCNUJBBeFA/tNR2uQmww==",
1337
+ "version": "8.68.0",
1338
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.68.0.tgz",
1339
+ "integrity": "sha512-9RnpsGJjrAllCMefGVVsImJM24YurhC0Q1h4UbvivtvOqXmR/vEJge2OoE++z9m6hyg8T1Q8t5SNT6tHSbrxcg==",
1340
1340
  "dev": true,
1341
1341
  "license": "MIT",
1342
1342
  "engines": {
@@ -1348,16 +1348,16 @@
1348
1348
  }
1349
1349
  },
1350
1350
  "node_modules/@typescript-eslint/typescript-estree": {
1351
- "version": "8.67.0",
1352
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.67.0.tgz",
1353
- "integrity": "sha512-EKQBCE9yNlRJYm7jdTW5AhDacDUmSwQb0FAJAmK2EKYrNXIsa2vxcSZx6PvJ/dEdI6lS+Y9W+EXckLj0iPFGcw==",
1351
+ "version": "8.68.0",
1352
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.68.0.tgz",
1353
+ "integrity": "sha512-OKKsD0tYmoNiU5PW2zehO1yO56jYOm1ShYlxon/Z0SJNidAkdVg86eg9ruRuoXf8xfnuWZGbwDsStkoXbZtIIA==",
1354
1354
  "dev": true,
1355
1355
  "license": "MIT",
1356
1356
  "dependencies": {
1357
- "@typescript-eslint/project-service": "8.67.0",
1358
- "@typescript-eslint/tsconfig-utils": "8.67.0",
1359
- "@typescript-eslint/types": "8.67.0",
1360
- "@typescript-eslint/visitor-keys": "8.67.0",
1357
+ "@typescript-eslint/project-service": "8.68.0",
1358
+ "@typescript-eslint/tsconfig-utils": "8.68.0",
1359
+ "@typescript-eslint/types": "8.68.0",
1360
+ "@typescript-eslint/visitor-keys": "8.68.0",
1361
1361
  "debug": "^4.4.3",
1362
1362
  "minimatch": "^10.2.2",
1363
1363
  "semver": "^7.7.3",
@@ -1376,16 +1376,16 @@
1376
1376
  }
1377
1377
  },
1378
1378
  "node_modules/@typescript-eslint/utils": {
1379
- "version": "8.67.0",
1380
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.67.0.tgz",
1381
- "integrity": "sha512-U9D1FdwEWBwok3hxxSdhclMb0twvt9QnjIQ0VfQ1AiX2epnpSgv2ubVDsayOFyY8K6FX+AQ7E0FKWVG3iKsj1A==",
1379
+ "version": "8.68.0",
1380
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.68.0.tgz",
1381
+ "integrity": "sha512-PB5gJMMOg0Q5P1tsgWtEAqQacJXq0qEqRHDX/YJ4FaTMLfZPpHB3gjl2EJuiZyPABxmj4ZQYiY9m1bdAJ5y7tQ==",
1382
1382
  "dev": true,
1383
1383
  "license": "MIT",
1384
1384
  "dependencies": {
1385
1385
  "@eslint-community/eslint-utils": "^4.9.1",
1386
- "@typescript-eslint/scope-manager": "8.67.0",
1387
- "@typescript-eslint/types": "8.67.0",
1388
- "@typescript-eslint/typescript-estree": "8.67.0"
1386
+ "@typescript-eslint/scope-manager": "8.68.0",
1387
+ "@typescript-eslint/types": "8.68.0",
1388
+ "@typescript-eslint/typescript-estree": "8.68.0"
1389
1389
  },
1390
1390
  "engines": {
1391
1391
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1400,13 +1400,13 @@
1400
1400
  }
1401
1401
  },
1402
1402
  "node_modules/@typescript-eslint/visitor-keys": {
1403
- "version": "8.67.0",
1404
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.67.0.tgz",
1405
- "integrity": "sha512-fkv8dHRDqfGtTHuJeebdrQ7cX6Ad4WAS00rgHh9UGvMycF1mjBfsxry1XsLIFhWZ6Judlh6UdzK+TYlbpCXgnA==",
1403
+ "version": "8.68.0",
1404
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.68.0.tgz",
1405
+ "integrity": "sha512-YR65gGdGvTUAWLldC3xLOvOzamdGzB4A5/N8rehEaHs3Zvoe39BhgY+u0SPch1OvrVTfLcc55wsSgK2NcnTS/A==",
1406
1406
  "dev": true,
1407
1407
  "license": "MIT",
1408
1408
  "dependencies": {
1409
- "@typescript-eslint/types": "8.67.0",
1409
+ "@typescript-eslint/types": "8.68.0",
1410
1410
  "eslint-visitor-keys": "^5.0.0"
1411
1411
  },
1412
1412
  "engines": {
@@ -4004,9 +4004,9 @@
4004
4004
  }
4005
4005
  },
4006
4006
  "node_modules/tsx": {
4007
- "version": "4.23.12",
4008
- "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.12.tgz",
4009
- "integrity": "sha512-FDf4L4sYzKtzWYhU/Xm0AQFdTjdIxNo9ElTf2mxXM6k8YMHXzYUe4yODVaXP4V9uMFbVg8c0qyBccK2OOxb45Q==",
4007
+ "version": "4.23.13",
4008
+ "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.13.tgz",
4009
+ "integrity": "sha512-BL5MGkRln6aDYhb0xbQlEAGw743BaZYWdbWtdJOBriYJboKgUUYCadFp2/FpBBZquBC/ezNBn7wMMPx7FDZUDw==",
4010
4010
  "dev": true,
4011
4011
  "license": "MIT",
4012
4012
  "dependencies": {
@@ -4106,16 +4106,16 @@
4106
4106
  }
4107
4107
  },
4108
4108
  "node_modules/typescript-eslint": {
4109
- "version": "8.67.0",
4110
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.67.0.tgz",
4111
- "integrity": "sha512-S2udFs8tCKEKffuJ4TB1idGUZiXdCPGi3IPBGWXarbLQ5UPXORV8QEVzJ4gCRduURMb5EkpNCdjbk0eDIuI8Yg==",
4109
+ "version": "8.68.0",
4110
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.68.0.tgz",
4111
+ "integrity": "sha512-MHy0Y0ynqeEbx/S45+i/bBssdy3X6KNBfmJAP35GrgtNxu2TQ5K5xsFDhAnmsq1jvpdoZOPG1LGtJo0HWqYCrQ==",
4112
4112
  "dev": true,
4113
4113
  "license": "MIT",
4114
4114
  "dependencies": {
4115
- "@typescript-eslint/eslint-plugin": "8.67.0",
4116
- "@typescript-eslint/parser": "8.67.0",
4117
- "@typescript-eslint/typescript-estree": "8.67.0",
4118
- "@typescript-eslint/utils": "8.67.0"
4115
+ "@typescript-eslint/eslint-plugin": "8.68.0",
4116
+ "@typescript-eslint/parser": "8.68.0",
4117
+ "@typescript-eslint/typescript-estree": "8.68.0",
4118
+ "@typescript-eslint/utils": "8.68.0"
4119
4119
  },
4120
4120
  "engines": {
4121
4121
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -16,14 +16,14 @@
16
16
  "@eslint/js": "^10.0.1",
17
17
  "@types/cors": "^2.8.19",
18
18
  "@types/express": "^5.0.6",
19
- "@types/node": "^26.2.0",
19
+ "@types/node": "^26.4.0",
20
20
  "@types/pg": "^8.23.1",
21
21
  "@types/supertest": "^7.2.1",
22
22
  "eslint": "^10.4.0",
23
23
  "supertest": "^7.2.2",
24
- "tsx": "^4.23.12",
24
+ "tsx": "^4.23.13",
25
25
  "typescript": "^5.9.0",
26
- "typescript-eslint": "^8.67.0",
26
+ "typescript-eslint": "^8.68.0",
27
27
  "vitest": "^4.1.11"
28
28
  }
29
29
  }