@happyvertical/smrt-projects 0.44.0 → 0.44.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/dist/index.js +1 -1
- package/dist/manifest.json +15 -3
- package/dist/smrt-knowledge.json +9 -3
- package/package.json +11 -11
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.44.
|
|
5
|
+
"packageVersion": "0.44.1",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-projects:DevelopmentRequestHistoryCollection": {
|
|
8
8
|
"name": "developmentrequesthistorycollection",
|
|
@@ -2501,7 +2501,13 @@
|
|
|
2501
2501
|
"delete": {
|
|
2502
2502
|
"name": "delete",
|
|
2503
2503
|
"async": true,
|
|
2504
|
-
"parameters": [
|
|
2504
|
+
"parameters": [
|
|
2505
|
+
{
|
|
2506
|
+
"name": "options",
|
|
2507
|
+
"type": "SmrtDeleteOptions",
|
|
2508
|
+
"optional": true
|
|
2509
|
+
}
|
|
2510
|
+
],
|
|
2505
2511
|
"returnType": "Promise<void>",
|
|
2506
2512
|
"isStatic": false,
|
|
2507
2513
|
"isPublic": true
|
|
@@ -4654,7 +4660,13 @@
|
|
|
4654
4660
|
"delete": {
|
|
4655
4661
|
"name": "delete",
|
|
4656
4662
|
"async": true,
|
|
4657
|
-
"parameters": [
|
|
4663
|
+
"parameters": [
|
|
4664
|
+
{
|
|
4665
|
+
"name": "options",
|
|
4666
|
+
"type": "SmrtDeleteOptions",
|
|
4667
|
+
"optional": true
|
|
4668
|
+
}
|
|
4669
|
+
],
|
|
4658
4670
|
"returnType": "Promise<void>",
|
|
4659
4671
|
"isStatic": false,
|
|
4660
4672
|
"isPublic": true
|
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.44.
|
|
6
|
+
"packageVersion": "0.44.1",
|
|
7
7
|
"sourceManifestPath": "dist/manifest.json",
|
|
8
8
|
"agentDocPath": "AGENTS.md",
|
|
9
9
|
"sourceHashes": {
|
|
10
|
-
"manifest": "
|
|
11
|
-
"packageJson": "
|
|
10
|
+
"manifest": "1d02c4ab0f8923f0b769dc4ecc31406ab0917642a665d5590fb2c46c67f21086",
|
|
11
|
+
"packageJson": "7f4f69edd017c4bddac7386f897be5f5836fac45c9482a1f8d29655a7e885941",
|
|
12
12
|
"agents": "1642532c0c1bf16fb07b0184326f76f9fb3b142cb111e39f8e763c2d08be40d3"
|
|
13
13
|
},
|
|
14
14
|
"exports": [
|
|
@@ -1391,6 +1391,9 @@
|
|
|
1391
1391
|
{
|
|
1392
1392
|
"name": "delete",
|
|
1393
1393
|
"async": true,
|
|
1394
|
+
"params": [
|
|
1395
|
+
"options?: SmrtDeleteOptions"
|
|
1396
|
+
],
|
|
1394
1397
|
"returns": "Promise<void>"
|
|
1395
1398
|
},
|
|
1396
1399
|
{
|
|
@@ -2886,6 +2889,9 @@
|
|
|
2886
2889
|
{
|
|
2887
2890
|
"name": "delete",
|
|
2888
2891
|
"async": true,
|
|
2892
|
+
"params": [
|
|
2893
|
+
"options?: SmrtDeleteOptions"
|
|
2894
|
+
],
|
|
2889
2895
|
"returns": "Promise<void>"
|
|
2890
2896
|
},
|
|
2891
2897
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-projects",
|
|
3
|
-
"version": "0.44.
|
|
3
|
+
"version": "0.44.1",
|
|
4
4
|
"smrtJsdoc": "strict",
|
|
5
5
|
"description": "Provider-agnostic project management models (Issues, PRs, Repositories, Projects) for SMRT framework",
|
|
6
6
|
"type": "module",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"@happyvertical/repos": "^0.89.4",
|
|
42
42
|
"@happyvertical/sql": "^0.89.4",
|
|
43
43
|
"@happyvertical/utils": "^0.89.4",
|
|
44
|
-
"@happyvertical/smrt-
|
|
45
|
-
"@happyvertical/smrt-
|
|
46
|
-
"@happyvertical/smrt-prompts": "0.44.
|
|
47
|
-
"@happyvertical/smrt-subscriptions": "0.44.
|
|
48
|
-
"@happyvertical/smrt-tenancy": "0.44.
|
|
49
|
-
"@happyvertical/smrt-
|
|
50
|
-
"@happyvertical/smrt-ui": "0.44.
|
|
51
|
-
"@happyvertical/smrt-
|
|
44
|
+
"@happyvertical/smrt-core": "0.44.1",
|
|
45
|
+
"@happyvertical/smrt-svelte": "0.44.1",
|
|
46
|
+
"@happyvertical/smrt-prompts": "0.44.1",
|
|
47
|
+
"@happyvertical/smrt-subscriptions": "0.44.1",
|
|
48
|
+
"@happyvertical/smrt-tenancy": "0.44.1",
|
|
49
|
+
"@happyvertical/smrt-types": "0.44.1",
|
|
50
|
+
"@happyvertical/smrt-ui": "0.44.1",
|
|
51
|
+
"@happyvertical/smrt-config": "0.44.1"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"svelte": "^5.56.4"
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"typescript": "5.9.3",
|
|
69
69
|
"vite": "8.1.4",
|
|
70
70
|
"vitest": "4.1.10",
|
|
71
|
-
"@happyvertical/smrt-
|
|
72
|
-
"@happyvertical/smrt-
|
|
71
|
+
"@happyvertical/smrt-cli": "0.44.1",
|
|
72
|
+
"@happyvertical/smrt-vitest": "0.44.1"
|
|
73
73
|
},
|
|
74
74
|
"keywords": [
|
|
75
75
|
"ai",
|