@happyvertical/smrt-projects 0.43.8 → 0.43.10
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/dist/index.js +9 -2
- package/dist/index.js.map +1 -1
- package/dist/manifest.json +71 -3
- package/dist/services/service-evidence-service.d.ts.map +1 -1
- package/dist/services/subscription-commercial-resolver.d.ts +2 -3
- package/dist/services/subscription-commercial-resolver.d.ts.map +1 -1
- package/dist/smrt-knowledge.json +47 -5
- package/package.json +17 -17
package/dist/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"version": "1.0.0",
|
|
3
3
|
"timestamp": 0,
|
|
4
4
|
"packageName": "@happyvertical/smrt-projects",
|
|
5
|
-
"packageVersion": "0.43.
|
|
5
|
+
"packageVersion": "0.43.10",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-projects:DevelopmentRequestHistoryCollection": {
|
|
8
8
|
"name": "developmentrequesthistorycollection",
|
|
@@ -2282,6 +2282,20 @@
|
|
|
2282
2282
|
"isStatic": false,
|
|
2283
2283
|
"isPublic": true
|
|
2284
2284
|
},
|
|
2285
|
+
"withTransaction": {
|
|
2286
|
+
"name": "withTransaction",
|
|
2287
|
+
"async": true,
|
|
2288
|
+
"parameters": [
|
|
2289
|
+
{
|
|
2290
|
+
"name": "operation",
|
|
2291
|
+
"type": "Function",
|
|
2292
|
+
"optional": false
|
|
2293
|
+
}
|
|
2294
|
+
],
|
|
2295
|
+
"returnType": "Promise<T>",
|
|
2296
|
+
"isStatic": false,
|
|
2297
|
+
"isPublic": true
|
|
2298
|
+
},
|
|
2285
2299
|
"initialize": {
|
|
2286
2300
|
"name": "initialize",
|
|
2287
2301
|
"async": true,
|
|
@@ -2377,11 +2391,31 @@
|
|
|
2377
2391
|
"save": {
|
|
2378
2392
|
"name": "save",
|
|
2379
2393
|
"async": true,
|
|
2380
|
-
"parameters": [
|
|
2394
|
+
"parameters": [
|
|
2395
|
+
{
|
|
2396
|
+
"name": "options",
|
|
2397
|
+
"type": "SmrtSaveOptions",
|
|
2398
|
+
"optional": true
|
|
2399
|
+
}
|
|
2400
|
+
],
|
|
2381
2401
|
"returnType": "any",
|
|
2382
2402
|
"isStatic": false,
|
|
2383
2403
|
"isPublic": true
|
|
2384
2404
|
},
|
|
2405
|
+
"claimRevision": {
|
|
2406
|
+
"name": "claimRevision",
|
|
2407
|
+
"async": true,
|
|
2408
|
+
"parameters": [
|
|
2409
|
+
{
|
|
2410
|
+
"name": "expectedUpdatedAt",
|
|
2411
|
+
"type": "Date | string",
|
|
2412
|
+
"optional": false
|
|
2413
|
+
}
|
|
2414
|
+
],
|
|
2415
|
+
"returnType": "Promise",
|
|
2416
|
+
"isStatic": false,
|
|
2417
|
+
"isPublic": true
|
|
2418
|
+
},
|
|
2385
2419
|
"classifyConstraintError": {
|
|
2386
2420
|
"name": "classifyConstraintError",
|
|
2387
2421
|
"async": false,
|
|
@@ -4401,6 +4435,20 @@
|
|
|
4401
4435
|
"isStatic": false,
|
|
4402
4436
|
"isPublic": true
|
|
4403
4437
|
},
|
|
4438
|
+
"withTransaction": {
|
|
4439
|
+
"name": "withTransaction",
|
|
4440
|
+
"async": true,
|
|
4441
|
+
"parameters": [
|
|
4442
|
+
{
|
|
4443
|
+
"name": "operation",
|
|
4444
|
+
"type": "Function",
|
|
4445
|
+
"optional": false
|
|
4446
|
+
}
|
|
4447
|
+
],
|
|
4448
|
+
"returnType": "Promise<T>",
|
|
4449
|
+
"isStatic": false,
|
|
4450
|
+
"isPublic": true
|
|
4451
|
+
},
|
|
4404
4452
|
"initialize": {
|
|
4405
4453
|
"name": "initialize",
|
|
4406
4454
|
"async": true,
|
|
@@ -4496,11 +4544,31 @@
|
|
|
4496
4544
|
"save": {
|
|
4497
4545
|
"name": "save",
|
|
4498
4546
|
"async": true,
|
|
4499
|
-
"parameters": [
|
|
4547
|
+
"parameters": [
|
|
4548
|
+
{
|
|
4549
|
+
"name": "options",
|
|
4550
|
+
"type": "SmrtSaveOptions",
|
|
4551
|
+
"optional": true
|
|
4552
|
+
}
|
|
4553
|
+
],
|
|
4500
4554
|
"returnType": "any",
|
|
4501
4555
|
"isStatic": false,
|
|
4502
4556
|
"isPublic": true
|
|
4503
4557
|
},
|
|
4558
|
+
"claimRevision": {
|
|
4559
|
+
"name": "claimRevision",
|
|
4560
|
+
"async": true,
|
|
4561
|
+
"parameters": [
|
|
4562
|
+
{
|
|
4563
|
+
"name": "expectedUpdatedAt",
|
|
4564
|
+
"type": "Date | string",
|
|
4565
|
+
"optional": false
|
|
4566
|
+
}
|
|
4567
|
+
],
|
|
4568
|
+
"returnType": "Promise",
|
|
4569
|
+
"isStatic": false,
|
|
4570
|
+
"isPublic": true
|
|
4571
|
+
},
|
|
4504
4572
|
"classifyConstraintError": {
|
|
4505
4573
|
"name": "classifyConstraintError",
|
|
4506
4574
|
"async": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-evidence-service.d.ts","sourceRoot":"","sources":["../../src/services/service-evidence-service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,EACL,+BAA+B,EAC/B,qCAAqC,EACrC,KAAK,gBAAgB,EACrB,0BAA0B,EAC3B,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EACV,eAAe,EACf,sBAAsB,EACtB,sBAAsB,EACvB,MAAM,aAAa,CAAC;AAErB,MAAM,WAAW,sBAAsB;IACrC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,eAAe,EAAE,sBAAsB,CAAC;IACxC,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,sBAAsB,CAAC;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,eAAe,EAAE,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACpC;AAED,MAAM,WAAW,kBAAkB;IACjC;;;;;;;OAOG;IACH,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,yBAAyB;IACxC,WAAW,CAAC,KAAK,EAAE,gBAAgB,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAClE,kBAAkB,CAAC,KAAK,EAAE,gBAAgB,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAAC;CAC1E;AAED,qBAAa,sBAAsB;IAE/B,OAAO,CAAC,QAAQ,CAAC,OAAO;IACxB,OAAO,CAAC,QAAQ,CAAC,OAAO;IACxB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAC;gBAHX,OAAO,EAAE,0BAA0B,EACnC,OAAO,EAAE,+BAA+B,EACxC,YAAY,EAAE,qCAAqC,EACnD,UAAU,CAAC,EAAE,yBAAyB,YAAA;WAG5C,MAAM,CACjB,OAAO,GAAE,gBAAqB,EAC9B,UAAU,CAAC,EAAE,yBAAyB,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAc5B,MAAM,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IA4ChE,MAAM,CACV,KAAK,EAAE,gBAAgB,EACvB,SAAS,CAAC,EAAE,MAAM,GACjB,OAAO,CAAC,gBAAgB,CAAC;IAStB,OAAO,CACX,KAAK,EAAE,gBAAgB,EACvB,OAAO,EAAE;QAAE,cAAc,CAAC,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,GACzD,OAAO,CAAC,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"service-evidence-service.d.ts","sourceRoot":"","sources":["../../src/services/service-evidence-service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,EACL,+BAA+B,EAC/B,qCAAqC,EACrC,KAAK,gBAAgB,EACrB,0BAA0B,EAC3B,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EACV,eAAe,EACf,sBAAsB,EACtB,sBAAsB,EACvB,MAAM,aAAa,CAAC;AAErB,MAAM,WAAW,sBAAsB;IACrC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,eAAe,EAAE,sBAAsB,CAAC;IACxC,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,sBAAsB,CAAC;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,eAAe,EAAE,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACpC;AAED,MAAM,WAAW,kBAAkB;IACjC;;;;;;;OAOG;IACH,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,yBAAyB;IACxC,WAAW,CAAC,KAAK,EAAE,gBAAgB,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAClE,kBAAkB,CAAC,KAAK,EAAE,gBAAgB,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAAC;CAC1E;AAED,qBAAa,sBAAsB;IAE/B,OAAO,CAAC,QAAQ,CAAC,OAAO;IACxB,OAAO,CAAC,QAAQ,CAAC,OAAO;IACxB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAC;gBAHX,OAAO,EAAE,0BAA0B,EACnC,OAAO,EAAE,+BAA+B,EACxC,YAAY,EAAE,qCAAqC,EACnD,UAAU,CAAC,EAAE,yBAAyB,YAAA;WAG5C,MAAM,CACjB,OAAO,GAAE,gBAAqB,EAC9B,UAAU,CAAC,EAAE,yBAAyB,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAc5B,MAAM,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IA4ChE,MAAM,CACV,KAAK,EAAE,gBAAgB,EACvB,SAAS,CAAC,EAAE,MAAM,GACjB,OAAO,CAAC,gBAAgB,CAAC;IAStB,OAAO,CACX,KAAK,EAAE,gBAAgB,EACvB,OAAO,EAAE;QAAE,cAAc,CAAC,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,GACzD,OAAO,CAAC,gBAAgB,CAAC;IA6GtB,OAAO,CACX,KAAK,EAAE,gBAAgB,EACvB,KAAK,EAAE,sBAAsB,GAC5B,OAAO,CAAC,gBAAgB,CAAC;CAkB7B"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { CommercialUsageService } from '@happyvertical/smrt-subscriptions';
|
|
1
|
+
import { CommercialUsageService, CommercialUsageServiceOptions } from '@happyvertical/smrt-subscriptions';
|
|
3
2
|
import { ServiceTimeEntry } from '../models/service-evidence.js';
|
|
4
3
|
import { CommercialSnapshot, ServiceCommercialResolver } from './service-evidence-service.js';
|
|
5
4
|
export interface ProviderCompensationResolver {
|
|
@@ -10,7 +9,7 @@ export declare class SubscriptionServiceCommercialResolver implements ServiceCom
|
|
|
10
9
|
private readonly usage;
|
|
11
10
|
private readonly provider;
|
|
12
11
|
constructor(usage: CommercialUsageService, provider: ProviderCompensationResolver);
|
|
13
|
-
static create(options:
|
|
12
|
+
static create(options: CommercialUsageServiceOptions, provider: ProviderCompensationResolver): Promise<SubscriptionServiceCommercialResolver>;
|
|
14
13
|
priceClient(entry: ServiceTimeEntry): Promise<CommercialSnapshot>;
|
|
15
14
|
compensateProvider(entry: ServiceTimeEntry): Promise<CommercialSnapshot>;
|
|
16
15
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscription-commercial-resolver.d.ts","sourceRoot":"","sources":["../../src/services/subscription-commercial-resolver.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"subscription-commercial-resolver.d.ts","sourceRoot":"","sources":["../../src/services/subscription-commercial-resolver.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,sBAAsB,EACtB,KAAK,6BAA6B,EACnC,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,KAAK,EACV,kBAAkB,EAClB,yBAAyB,EAC1B,MAAM,+BAA+B,CAAC;AAEvC,MAAM,WAAW,4BAA4B;IAC3C,UAAU,CAAC,KAAK,EAAE,gBAAgB,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAAC;CAClE;AAED,iFAAiF;AACjF,qBAAa,qCACX,YAAW,yBAAyB;IAGlC,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,QAAQ;gBADR,KAAK,EAAE,sBAAsB,EAC7B,QAAQ,EAAE,4BAA4B;WAG5C,MAAM,CACjB,OAAO,EAAE,6BAA6B,EACtC,QAAQ,EAAE,4BAA4B,GACrC,OAAO,CAAC,qCAAqC,CAAC;IAO3C,WAAW,CAAC,KAAK,EAAE,gBAAgB,GAAG,OAAO,CAAC,kBAAkB,CAAC;IA+CvE,kBAAkB,CAAC,KAAK,EAAE,gBAAgB,GAAG,OAAO,CAAC,kBAAkB,CAAC;CAGzE"}
|
package/dist/smrt-knowledge.json
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"sensitiveFieldsExcluded": true,
|
|
4
4
|
"generatedAt": "1970-01-01T00:00:00.000Z",
|
|
5
5
|
"packageName": "@happyvertical/smrt-projects",
|
|
6
|
-
"packageVersion": "0.43.
|
|
6
|
+
"packageVersion": "0.43.10",
|
|
7
7
|
"sourceManifestPath": "dist/manifest.json",
|
|
8
8
|
"agentDocPath": "AGENTS.md",
|
|
9
9
|
"sourceHashes": {
|
|
10
|
-
"manifest": "
|
|
11
|
-
"packageJson": "
|
|
10
|
+
"manifest": "46d57ca327ca95e151c8e8e3039cee8112dbb4b4ba8ea0fcefa581d1719d4bce",
|
|
11
|
+
"packageJson": "9227c354cd6619e0d455bb242a3665c42cae85db249bfbe03bc75be9f83c7a8f",
|
|
12
12
|
"agents": "1642532c0c1bf16fb07b0184326f76f9fb3b142cb111e39f8e763c2d08be40d3"
|
|
13
13
|
},
|
|
14
14
|
"exports": [
|
|
@@ -1267,6 +1267,7 @@
|
|
|
1267
1267
|
"addComment",
|
|
1268
1268
|
"addLabels",
|
|
1269
1269
|
"assign",
|
|
1270
|
+
"claimRevision",
|
|
1270
1271
|
"classifyConstraintError",
|
|
1271
1272
|
"clearCache",
|
|
1272
1273
|
"clearEmbeddings",
|
|
@@ -1321,7 +1322,8 @@
|
|
|
1321
1322
|
"toJSON",
|
|
1322
1323
|
"toPlainObject",
|
|
1323
1324
|
"toPublicJSON",
|
|
1324
|
-
"withDatabase"
|
|
1325
|
+
"withDatabase",
|
|
1326
|
+
"withTransaction"
|
|
1325
1327
|
],
|
|
1326
1328
|
"methodSignatures": [
|
|
1327
1329
|
{
|
|
@@ -1356,6 +1358,14 @@
|
|
|
1356
1358
|
],
|
|
1357
1359
|
"returns": "Promise<void>"
|
|
1358
1360
|
},
|
|
1361
|
+
{
|
|
1362
|
+
"name": "claimRevision",
|
|
1363
|
+
"async": true,
|
|
1364
|
+
"params": [
|
|
1365
|
+
"expectedUpdatedAt: Date | string"
|
|
1366
|
+
],
|
|
1367
|
+
"returns": "Promise"
|
|
1368
|
+
},
|
|
1359
1369
|
{
|
|
1360
1370
|
"name": "classifyConstraintError",
|
|
1361
1371
|
"static": true,
|
|
@@ -1651,6 +1661,9 @@
|
|
|
1651
1661
|
{
|
|
1652
1662
|
"name": "save",
|
|
1653
1663
|
"async": true,
|
|
1664
|
+
"params": [
|
|
1665
|
+
"options?: SmrtSaveOptions"
|
|
1666
|
+
],
|
|
1654
1667
|
"returns": "any"
|
|
1655
1668
|
},
|
|
1656
1669
|
{
|
|
@@ -1697,6 +1710,14 @@
|
|
|
1697
1710
|
"operation: Function"
|
|
1698
1711
|
],
|
|
1699
1712
|
"returns": "Promise<T>"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"name": "withTransaction",
|
|
1716
|
+
"async": true,
|
|
1717
|
+
"params": [
|
|
1718
|
+
"operation: Function"
|
|
1719
|
+
],
|
|
1720
|
+
"returns": "Promise<T>"
|
|
1700
1721
|
}
|
|
1701
1722
|
],
|
|
1702
1723
|
"tenant": {
|
|
@@ -2727,6 +2748,7 @@
|
|
|
2727
2748
|
"addComment",
|
|
2728
2749
|
"addLabels",
|
|
2729
2750
|
"assign",
|
|
2751
|
+
"claimRevision",
|
|
2730
2752
|
"classifyConstraintError",
|
|
2731
2753
|
"clearCache",
|
|
2732
2754
|
"clearEmbeddings",
|
|
@@ -2790,7 +2812,8 @@
|
|
|
2790
2812
|
"toJSON",
|
|
2791
2813
|
"toPlainObject",
|
|
2792
2814
|
"toPublicJSON",
|
|
2793
|
-
"withDatabase"
|
|
2815
|
+
"withDatabase",
|
|
2816
|
+
"withTransaction"
|
|
2794
2817
|
],
|
|
2795
2818
|
"methodSignatures": [
|
|
2796
2819
|
{
|
|
@@ -2825,6 +2848,14 @@
|
|
|
2825
2848
|
],
|
|
2826
2849
|
"returns": "Promise<void>"
|
|
2827
2850
|
},
|
|
2851
|
+
{
|
|
2852
|
+
"name": "claimRevision",
|
|
2853
|
+
"async": true,
|
|
2854
|
+
"params": [
|
|
2855
|
+
"expectedUpdatedAt: Date | string"
|
|
2856
|
+
],
|
|
2857
|
+
"returns": "Promise"
|
|
2858
|
+
},
|
|
2828
2859
|
{
|
|
2829
2860
|
"name": "classifyConstraintError",
|
|
2830
2861
|
"static": true,
|
|
@@ -3160,6 +3191,9 @@
|
|
|
3160
3191
|
{
|
|
3161
3192
|
"name": "save",
|
|
3162
3193
|
"async": true,
|
|
3194
|
+
"params": [
|
|
3195
|
+
"options?: SmrtSaveOptions"
|
|
3196
|
+
],
|
|
3163
3197
|
"returns": "any"
|
|
3164
3198
|
},
|
|
3165
3199
|
{
|
|
@@ -3216,6 +3250,14 @@
|
|
|
3216
3250
|
"operation: Function"
|
|
3217
3251
|
],
|
|
3218
3252
|
"returns": "Promise<T>"
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"name": "withTransaction",
|
|
3256
|
+
"async": true,
|
|
3257
|
+
"params": [
|
|
3258
|
+
"operation: Function"
|
|
3259
|
+
],
|
|
3260
|
+
"returns": "Promise<T>"
|
|
3219
3261
|
}
|
|
3220
3262
|
],
|
|
3221
3263
|
"tenant": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-projects",
|
|
3
|
-
"version": "0.43.
|
|
3
|
+
"version": "0.43.10",
|
|
4
4
|
"description": "Provider-agnostic project management models (Issues, PRs, Repositories, Projects) for SMRT framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"smrtRawPrimitives": "strict",
|
|
@@ -34,20 +34,20 @@
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@happyvertical/ai": "^0.
|
|
38
|
-
"@happyvertical/logger": "^0.
|
|
39
|
-
"@happyvertical/projects": "^0.
|
|
40
|
-
"@happyvertical/repos": "^0.
|
|
41
|
-
"@happyvertical/sql": "^0.
|
|
42
|
-
"@happyvertical/utils": "^0.
|
|
43
|
-
"@happyvertical/smrt-config": "0.43.
|
|
44
|
-
"@happyvertical/smrt-
|
|
45
|
-
"@happyvertical/smrt-core": "0.43.
|
|
46
|
-
"@happyvertical/smrt-
|
|
47
|
-
"@happyvertical/smrt-
|
|
48
|
-
"@happyvertical/smrt-
|
|
49
|
-
"@happyvertical/smrt-types": "0.43.
|
|
50
|
-
"@happyvertical/smrt-ui": "0.43.
|
|
37
|
+
"@happyvertical/ai": "^0.89.4",
|
|
38
|
+
"@happyvertical/logger": "^0.89.4",
|
|
39
|
+
"@happyvertical/projects": "^0.89.4",
|
|
40
|
+
"@happyvertical/repos": "^0.89.4",
|
|
41
|
+
"@happyvertical/sql": "^0.89.4",
|
|
42
|
+
"@happyvertical/utils": "^0.89.4",
|
|
43
|
+
"@happyvertical/smrt-config": "0.43.10",
|
|
44
|
+
"@happyvertical/smrt-svelte": "0.43.10",
|
|
45
|
+
"@happyvertical/smrt-core": "0.43.10",
|
|
46
|
+
"@happyvertical/smrt-prompts": "0.43.10",
|
|
47
|
+
"@happyvertical/smrt-subscriptions": "0.43.10",
|
|
48
|
+
"@happyvertical/smrt-tenancy": "0.43.10",
|
|
49
|
+
"@happyvertical/smrt-types": "0.43.10",
|
|
50
|
+
"@happyvertical/smrt-ui": "0.43.10"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"svelte": "^5.56.4"
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"typescript": "5.9.3",
|
|
68
68
|
"vite": "8.1.4",
|
|
69
69
|
"vitest": "4.1.10",
|
|
70
|
-
"@happyvertical/smrt-
|
|
71
|
-
"@happyvertical/smrt-
|
|
70
|
+
"@happyvertical/smrt-vitest": "0.43.10",
|
|
71
|
+
"@happyvertical/smrt-cli": "0.43.10"
|
|
72
72
|
},
|
|
73
73
|
"keywords": [
|
|
74
74
|
"ai",
|