@pikku/cli 0.12.88 → 0.12.90
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/console-app/assets/{index-C3FPwdl7.js → index-C5Bd44e4.js} +149 -149
- package/console-app/index.html +1 -1
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
- package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-channel.js +21 -1
- package/dist/.pikku/cli/pikku-cli-client.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-client.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-contracts-meta.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-contracts-meta.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-contracts-meta.gen.json +6 -1
- package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.json +30 -1
- package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.json +64 -4
- package/dist/.pikku/function/pikku-functions.gen.js +9 -1
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
- package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
- package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
- package/dist/.pikku/pikku-meta-service.gen.js +1 -1
- package/dist/.pikku/pikku-services.gen.d.ts +1 -1
- package/dist/.pikku/pikku-types.gen.d.ts +1 -1
- package/dist/.pikku/pikku-types.gen.js +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +4 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
- package/dist/.pikku/schemas/register.gen.js +9 -1
- package/dist/.pikku/schemas/schemas/DbBaselineInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DbCheckInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DbCodegenInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DbExportInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricValidateInput.schema.json +1 -1
- package/dist/.pikku/scopes/pikku-scope-types.gen.d.ts +1 -1
- package/dist/.pikku/scopes/pikku-scope-types.gen.js +1 -1
- package/dist/.pikku/scopes/pikku-scopes.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
- package/dist/bin/pikku-bin.mjs +2 -2
- package/dist/bin/pikku.js +16 -1
- package/dist/src/cli.wiring.js +20 -0
- package/dist/src/fabric/fabric-commands.d.ts +9 -3
- package/dist/src/fabric/fabric-commands.js +6 -0
- package/dist/src/fabric/functions/validate.function.d.ts +15 -5
- package/dist/src/fabric/functions/validate.function.js +69 -16
- package/dist/src/fabric/lib/config.d.ts +11 -1
- package/dist/src/fabric/lib/config.js +39 -1
- package/dist/src/fabric/lib/frontend-typecheck.d.ts +46 -0
- package/dist/src/fabric/lib/frontend-typecheck.js +139 -0
- package/dist/src/functions/commands/db-baseline.d.ts +13 -0
- package/dist/src/functions/commands/db-baseline.js +48 -0
- package/dist/src/functions/commands/db-check.d.ts +12 -0
- package/dist/src/functions/commands/db-check.js +64 -0
- package/dist/src/functions/commands/db-codegen.d.ts +11 -0
- package/dist/src/functions/commands/db-codegen.js +39 -0
- package/dist/src/functions/commands/db-export.d.ts +12 -0
- package/dist/src/functions/commands/db-export.js +31 -0
- package/dist/src/functions/commands/db-generate.js +19 -26
- package/dist/src/functions/db/db-migrator.d.ts +35 -4
- package/dist/src/functions/db/db-migrator.js +67 -10
- package/dist/src/functions/db/local-db.d.ts +235 -13
- package/dist/src/functions/db/local-db.js +430 -45
- package/dist/src/functions/db/postgres/postgres-introspector.js +19 -1
- package/dist/src/functions/db/postgres/postgres-migrator.d.ts +1 -0
- package/dist/src/functions/db/postgres/postgres-migrator.js +4 -1
- package/dist/src/functions/db/sqlite/sqlite-introspector.js +2 -1
- package/dist/src/functions/db/sqlite/sqlite-migrator.d.ts +1 -0
- package/dist/src/functions/db/sqlite/sqlite-migrator.js +6 -1
- package/dist/src/functions/db/sqlite/sqlite-runtime-node.js +14 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/skills/pikku-i18n/SKILL.md +53 -6
package/console-app/index.html
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
}
|
|
22
22
|
} catch (e) {}
|
|
23
23
|
</script>
|
|
24
|
-
<script type="module" crossorigin src="/console/assets/index-
|
|
24
|
+
<script type="module" crossorigin src="/console/assets/index-C5Bd44e4.js"></script>
|
|
25
25
|
<link rel="stylesheet" crossorigin href="/console/assets/index-CSzCJzBb.css">
|
|
26
26
|
</head>
|
|
27
27
|
<body>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.90
|
|
3
3
|
*/
|
|
4
4
|
import { CoreAIAgent, PikkuAIMiddlewareHooks } from '@pikku/core/ai-agent';
|
|
5
5
|
import type { PikkuPermission, PikkuMiddleware, Services, PikkuFunctionConfig } from '../function/pikku-function-types.gen.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.90
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* WebSocket channel backend for 'pikku' CLI commands
|
|
@@ -23,6 +23,10 @@ import { pikkuEmailsInit } from '../../src/functions/commands/emails-init.js';
|
|
|
23
23
|
import { pikkuEmails } from '../../src/functions/wirings/emails/pikku-command-emails.js';
|
|
24
24
|
import { dbMigrate } from '../../src/functions/commands/db-migrate.js';
|
|
25
25
|
import { dbGenerate } from '../../src/functions/commands/db-generate.js';
|
|
26
|
+
import { dbCheck } from '../../src/functions/commands/db-check.js';
|
|
27
|
+
import { dbBaseline } from '../../src/functions/commands/db-baseline.js';
|
|
28
|
+
import { dbCodegen } from '../../src/functions/commands/db-codegen.js';
|
|
29
|
+
import { dbExport } from '../../src/functions/commands/db-export.js';
|
|
26
30
|
import { dbSeed } from '../../src/functions/commands/db-seed.js';
|
|
27
31
|
import { dbReset } from '../../src/functions/commands/db-reset.js';
|
|
28
32
|
import { dbAudit } from '../../src/functions/commands/db-audit.js';
|
|
@@ -223,6 +227,22 @@ wireChannel({
|
|
|
223
227
|
func: dbGenerate,
|
|
224
228
|
middleware: [cliCloseOnComplete],
|
|
225
229
|
},
|
|
230
|
+
'db.check': {
|
|
231
|
+
func: dbCheck,
|
|
232
|
+
middleware: [cliCloseOnComplete],
|
|
233
|
+
},
|
|
234
|
+
'db.baseline': {
|
|
235
|
+
func: dbBaseline,
|
|
236
|
+
middleware: [cliCloseOnComplete],
|
|
237
|
+
},
|
|
238
|
+
'db.codegen': {
|
|
239
|
+
func: dbCodegen,
|
|
240
|
+
middleware: [cliCloseOnComplete],
|
|
241
|
+
},
|
|
242
|
+
'db.export': {
|
|
243
|
+
func: dbExport,
|
|
244
|
+
middleware: [cliCloseOnComplete],
|
|
245
|
+
},
|
|
226
246
|
'db.seed': {
|
|
227
247
|
func: dbSeed,
|
|
228
248
|
middleware: [cliCloseOnComplete],
|
|
@@ -3,7 +3,12 @@
|
|
|
3
3
|
"validate": {
|
|
4
4
|
"pikkuFuncId": "FabricValidate",
|
|
5
5
|
"positionals": [],
|
|
6
|
-
"options": {
|
|
6
|
+
"options": {
|
|
7
|
+
"skipTypecheck": {
|
|
8
|
+
"description": "Skip the frontend type-check the build container runs (structural checks only)",
|
|
9
|
+
"default": false
|
|
10
|
+
}
|
|
11
|
+
},
|
|
7
12
|
"renderName": "renderValidate",
|
|
8
13
|
"description": "Check the project structure for fabric compatibility — prints all missing or misconfigured items with fix hints"
|
|
9
14
|
},
|
|
@@ -234,6 +234,30 @@
|
|
|
234
234
|
"options": {},
|
|
235
235
|
"description": "Generate SQL migrations from detected schema changes"
|
|
236
236
|
},
|
|
237
|
+
"check": {
|
|
238
|
+
"pikkuFuncId": "dbCheck",
|
|
239
|
+
"positionals": [],
|
|
240
|
+
"options": {},
|
|
241
|
+
"description": "Report how the configured database differs from the schema its migrations define"
|
|
242
|
+
},
|
|
243
|
+
"baseline": {
|
|
244
|
+
"pikkuFuncId": "dbBaseline",
|
|
245
|
+
"positionals": [],
|
|
246
|
+
"options": {},
|
|
247
|
+
"description": "Record pending migrations as applied, for a database that already has what they describe"
|
|
248
|
+
},
|
|
249
|
+
"codegen": {
|
|
250
|
+
"pikkuFuncId": "dbCodegen",
|
|
251
|
+
"positionals": [],
|
|
252
|
+
"options": {},
|
|
253
|
+
"description": "Regenerate db/schema.gen.ts and db/zod.gen.ts from the migration files, without connecting to a database"
|
|
254
|
+
},
|
|
255
|
+
"export": {
|
|
256
|
+
"pikkuFuncId": "dbExport",
|
|
257
|
+
"positionals": [],
|
|
258
|
+
"options": {},
|
|
259
|
+
"description": "Publish this package's schema so projects consuming it as an addon can create its tables"
|
|
260
|
+
},
|
|
237
261
|
"seed": {
|
|
238
262
|
"pikkuFuncId": "dbSeed",
|
|
239
263
|
"positionals": [],
|
|
@@ -343,7 +367,12 @@
|
|
|
343
367
|
"validate": {
|
|
344
368
|
"pikkuFuncId": "FabricValidate",
|
|
345
369
|
"positionals": [],
|
|
346
|
-
"options": {
|
|
370
|
+
"options": {
|
|
371
|
+
"skipTypecheck": {
|
|
372
|
+
"description": "Skip the frontend type-check the build container runs (structural checks only)",
|
|
373
|
+
"default": false
|
|
374
|
+
}
|
|
375
|
+
},
|
|
347
376
|
"renderName": "renderValidate",
|
|
348
377
|
"description": "Check the project structure for fabric compatibility — prints all missing or misconfigured items with fix hints"
|
|
349
378
|
},
|
|
@@ -469,9 +469,9 @@
|
|
|
469
469
|
"outputs": [
|
|
470
470
|
"FabricValidateOutput"
|
|
471
471
|
],
|
|
472
|
-
"implementationHash": "
|
|
473
|
-
"contractHash": "
|
|
474
|
-
"inputHash": "
|
|
472
|
+
"implementationHash": "e46945e5c6648b9c",
|
|
473
|
+
"contractHash": "f35b7f326082a49f",
|
|
474
|
+
"inputHash": "2f00fd21",
|
|
475
475
|
"outputHash": "bb91f545"
|
|
476
476
|
},
|
|
477
477
|
"all": {
|
|
@@ -549,6 +549,66 @@
|
|
|
549
549
|
"remote": true,
|
|
550
550
|
"implementationHash": "6d6a6409812a7b2c"
|
|
551
551
|
},
|
|
552
|
+
"dbBaseline": {
|
|
553
|
+
"pikkuFuncId": "dbBaseline",
|
|
554
|
+
"functionType": "user",
|
|
555
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
556
|
+
"sessionless": true,
|
|
557
|
+
"name": "dbBaseline",
|
|
558
|
+
"inputSchemaName": "DbBaselineInput",
|
|
559
|
+
"outputSchemaName": null,
|
|
560
|
+
"inputs": [
|
|
561
|
+
"DbBaselineInput"
|
|
562
|
+
],
|
|
563
|
+
"outputs": [],
|
|
564
|
+
"remote": true,
|
|
565
|
+
"implementationHash": "00c66e21e8d52fbd"
|
|
566
|
+
},
|
|
567
|
+
"dbCheck": {
|
|
568
|
+
"pikkuFuncId": "dbCheck",
|
|
569
|
+
"functionType": "user",
|
|
570
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
571
|
+
"sessionless": true,
|
|
572
|
+
"name": "dbCheck",
|
|
573
|
+
"inputSchemaName": "DbCheckInput",
|
|
574
|
+
"outputSchemaName": null,
|
|
575
|
+
"inputs": [
|
|
576
|
+
"DbCheckInput"
|
|
577
|
+
],
|
|
578
|
+
"outputs": [],
|
|
579
|
+
"remote": true,
|
|
580
|
+
"implementationHash": "7df84f52390bd5c0"
|
|
581
|
+
},
|
|
582
|
+
"dbCodegen": {
|
|
583
|
+
"pikkuFuncId": "dbCodegen",
|
|
584
|
+
"functionType": "user",
|
|
585
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
586
|
+
"sessionless": true,
|
|
587
|
+
"name": "dbCodegen",
|
|
588
|
+
"inputSchemaName": "DbCodegenInput",
|
|
589
|
+
"outputSchemaName": null,
|
|
590
|
+
"inputs": [
|
|
591
|
+
"DbCodegenInput"
|
|
592
|
+
],
|
|
593
|
+
"outputs": [],
|
|
594
|
+
"remote": true,
|
|
595
|
+
"implementationHash": "bc164c979ddc5a20"
|
|
596
|
+
},
|
|
597
|
+
"dbExport": {
|
|
598
|
+
"pikkuFuncId": "dbExport",
|
|
599
|
+
"functionType": "user",
|
|
600
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
601
|
+
"sessionless": true,
|
|
602
|
+
"name": "dbExport",
|
|
603
|
+
"inputSchemaName": "DbExportInput",
|
|
604
|
+
"outputSchemaName": null,
|
|
605
|
+
"inputs": [
|
|
606
|
+
"DbExportInput"
|
|
607
|
+
],
|
|
608
|
+
"outputs": [],
|
|
609
|
+
"remote": true,
|
|
610
|
+
"implementationHash": "f1b7247f064730e1"
|
|
611
|
+
},
|
|
552
612
|
"dbGenerate": {
|
|
553
613
|
"pikkuFuncId": "dbGenerate",
|
|
554
614
|
"functionType": "user",
|
|
@@ -562,7 +622,7 @@
|
|
|
562
622
|
],
|
|
563
623
|
"outputs": [],
|
|
564
624
|
"remote": true,
|
|
565
|
-
"implementationHash": "
|
|
625
|
+
"implementationHash": "403accba1680cd4a"
|
|
566
626
|
},
|
|
567
627
|
"dbMigrate": {
|
|
568
628
|
"pikkuFuncId": "dbMigrate",
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.90
|
|
3
3
|
*/
|
|
4
4
|
/* Import and register functions used by RPCs */
|
|
5
5
|
import { addFunction } from '@pikku/core/function';
|
|
6
6
|
import { all } from '../../src/functions/commands/all.js';
|
|
7
7
|
import { bootstrap } from '../../src/functions/commands/bootstrap.js';
|
|
8
8
|
import { dbAudit } from '../../src/functions/commands/db-audit.js';
|
|
9
|
+
import { dbBaseline } from '../../src/functions/commands/db-baseline.js';
|
|
10
|
+
import { dbCheck } from '../../src/functions/commands/db-check.js';
|
|
11
|
+
import { dbCodegen } from '../../src/functions/commands/db-codegen.js';
|
|
12
|
+
import { dbExport } from '../../src/functions/commands/db-export.js';
|
|
9
13
|
import { dbGenerate } from '../../src/functions/commands/db-generate.js';
|
|
10
14
|
import { dbMigrate } from '../../src/functions/commands/db-migrate.js';
|
|
11
15
|
import { dbReset } from '../../src/functions/commands/db-reset.js';
|
|
@@ -88,6 +92,10 @@ import { watch } from '../../src/functions/commands/watch.js';
|
|
|
88
92
|
addFunction('all', all);
|
|
89
93
|
addFunction('bootstrap', bootstrap);
|
|
90
94
|
addFunction('dbAudit', dbAudit);
|
|
95
|
+
addFunction('dbBaseline', dbBaseline);
|
|
96
|
+
addFunction('dbCheck', dbCheck);
|
|
97
|
+
addFunction('dbCodegen', dbCodegen);
|
|
98
|
+
addFunction('dbExport', dbExport);
|
|
91
99
|
addFunction('dbGenerate', dbGenerate);
|
|
92
100
|
addFunction('dbMigrate', dbMigrate);
|
|
93
101
|
addFunction('dbReset', dbReset);
|
|
@@ -29,6 +29,10 @@
|
|
|
29
29
|
"binary": "binary",
|
|
30
30
|
"bootstrap": "bootstrap",
|
|
31
31
|
"dbAudit": "dbAudit",
|
|
32
|
+
"dbBaseline": "dbBaseline",
|
|
33
|
+
"dbCheck": "dbCheck",
|
|
34
|
+
"dbCodegen": "dbCodegen",
|
|
35
|
+
"dbExport": "dbExport",
|
|
32
36
|
"dbGenerate": "dbGenerate",
|
|
33
37
|
"dbMigrate": "dbMigrate",
|
|
34
38
|
"dbReset": "dbReset",
|
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.90
|
|
3
3
|
*/
|
|
4
4
|
import { addSchema } from '@pikku/core/schema';
|
|
5
5
|
import * as BinaryInput from './schemas/BinaryInput.schema.json' with { type: 'json' };
|
|
6
6
|
addSchema('BinaryInput', BinaryInput);
|
|
7
7
|
import * as DbAuditInput from './schemas/DbAuditInput.schema.json' with { type: 'json' };
|
|
8
8
|
addSchema('DbAuditInput', DbAuditInput);
|
|
9
|
+
import * as DbBaselineInput from './schemas/DbBaselineInput.schema.json' with { type: 'json' };
|
|
10
|
+
addSchema('DbBaselineInput', DbBaselineInput);
|
|
11
|
+
import * as DbCheckInput from './schemas/DbCheckInput.schema.json' with { type: 'json' };
|
|
12
|
+
addSchema('DbCheckInput', DbCheckInput);
|
|
13
|
+
import * as DbCodegenInput from './schemas/DbCodegenInput.schema.json' with { type: 'json' };
|
|
14
|
+
addSchema('DbCodegenInput', DbCodegenInput);
|
|
15
|
+
import * as DbExportInput from './schemas/DbExportInput.schema.json' with { type: 'json' };
|
|
16
|
+
addSchema('DbExportInput', DbExportInput);
|
|
9
17
|
import * as DbGenerateInput from './schemas/DbGenerateInput.schema.json' with { type: 'json' };
|
|
10
18
|
addSchema('DbGenerateInput', DbGenerateInput);
|
|
11
19
|
import * as DbMigrateInput from './schemas/DbMigrateInput.schema.json' with { type: 'json' };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "definitions": {} }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "definitions": {} }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "definitions": {} }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "definitions": {} }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": {}, "additionalProperties": false }
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "skipTypecheck": { "description": "Skip the frontend type-check stage (structural checks only, much faster)", "type": "boolean" } }, "additionalProperties": false }
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.90
|
|
3
3
|
*/
|
|
4
4
|
export { wireScope } from '@pikku/core/scope';
|
|
5
5
|
export type { CoreScopes, CoreScopeNode, FlatScope, ScopeDefinitionMeta, ScopeDefinitionsMeta } from '@pikku/core/scope';
|