@contractspec/example.lifecycle-dashboard 3.2.0 → 3.4.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/.turbo/turbo-build.log +36 -32
- package/.turbo/turbo-prebuild.log +2 -1
- package/CHANGELOG.md +23 -0
- package/dist/browser/index.js +18 -1
- package/dist/browser/lifecycle-dashboard.feature.js +18 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +18 -1
- package/dist/lifecycle-dashboard.feature.d.ts +1 -0
- package/dist/lifecycle-dashboard.feature.js +19 -0
- package/dist/node/index.js +18 -1
- package/dist/node/lifecycle-dashboard.feature.js +18 -0
- package/package.json +18 -4
- package/src/index.ts +1 -0
- package/src/lifecycle-dashboard.feature.ts +17 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,32 +1,36 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
[
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
[
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
./
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
[
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
1
|
+
|
|
2
|
+
[0m[2m[35m$[0m [2m[1mcontractspec-bun-build prebuild[0m
|
|
3
|
+
[0m[2m[35m$[0m [2m[1mbun run prebuild && bun run build:bundle && bun run build:types[0m
|
|
4
|
+
[0m[2m[35m$[0m [2m[1mcontractspec-bun-build prebuild[0m
|
|
5
|
+
[0m[2m[35m$[0m [2m[1mcontractspec-bun-build transpile[0m
|
|
6
|
+
[contractspec-bun-build] transpile target=bun root=src entries=6
|
|
7
|
+
[32mBundled 6 modules in 9ms[0m
|
|
8
|
+
|
|
9
|
+
[34mdocs/index.js[0m 0.95 KB [2m(entry point)[0m
|
|
10
|
+
[34m./index.js[0m 4.0 KB [2m(entry point)[0m
|
|
11
|
+
[34mdocs/lifecycle-dashboard.docblock.js[0m 0.95 KB [2m(entry point)[0m
|
|
12
|
+
[34m./example.js[0m 0.96 KB [2m(entry point)[0m
|
|
13
|
+
[34m./lifecycle-dashboard.feature.js[0m 0.58 KB [2m(entry point)[0m
|
|
14
|
+
[34msnippets/page.js[0m 1.58 KB [2m(entry point)[0m
|
|
15
|
+
|
|
16
|
+
[contractspec-bun-build] transpile target=node root=src entries=6
|
|
17
|
+
[32mBundled 6 modules in 9ms[0m
|
|
18
|
+
|
|
19
|
+
[34mdocs/index.js[0m 0.94 KB [2m(entry point)[0m
|
|
20
|
+
[34m./index.js[0m 4.0 KB [2m(entry point)[0m
|
|
21
|
+
[34mdocs/lifecycle-dashboard.docblock.js[0m 0.94 KB [2m(entry point)[0m
|
|
22
|
+
[34m./example.js[0m 0.95 KB [2m(entry point)[0m
|
|
23
|
+
[34m./lifecycle-dashboard.feature.js[0m 0.57 KB [2m(entry point)[0m
|
|
24
|
+
[34msnippets/page.js[0m 1.58 KB [2m(entry point)[0m
|
|
25
|
+
|
|
26
|
+
[contractspec-bun-build] transpile target=browser root=src entries=6
|
|
27
|
+
[32mBundled 6 modules in 12ms[0m
|
|
28
|
+
|
|
29
|
+
[34mdocs/index.js[0m 0.94 KB [2m(entry point)[0m
|
|
30
|
+
[34m./index.js[0m 4.0 KB [2m(entry point)[0m
|
|
31
|
+
[34mdocs/lifecycle-dashboard.docblock.js[0m 0.94 KB [2m(entry point)[0m
|
|
32
|
+
[34m./example.js[0m 0.95 KB [2m(entry point)[0m
|
|
33
|
+
[34m./lifecycle-dashboard.feature.js[0m 0.57 KB [2m(entry point)[0m
|
|
34
|
+
[34msnippets/page.js[0m 1.58 KB [2m(entry point)[0m
|
|
35
|
+
|
|
36
|
+
[0m[2m[35m$[0m [2m[1mcontractspec-bun-build types[0m
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
[0m[2m[35m$[0m [2m[1mcontractspec-bun-build prebuild[0m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @contractspec/example.lifecycle-dashboard
|
|
2
2
|
|
|
3
|
+
## 3.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 0ee467a: feat: improve ai and customization
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [0ee467a]
|
|
12
|
+
- Updated dependencies [56ee8e6]
|
|
13
|
+
- @contractspec/lib.contracts-spec@3.4.0
|
|
14
|
+
|
|
15
|
+
## 3.3.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- 890a0da: fix: stability improvements
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [890a0da]
|
|
24
|
+
- @contractspec/lib.contracts-spec@3.3.0
|
|
25
|
+
|
|
3
26
|
## 3.2.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|
package/dist/browser/index.js
CHANGED
|
@@ -103,7 +103,24 @@ export default function LifecycleDashboardPage() {
|
|
|
103
103
|
return null;
|
|
104
104
|
}
|
|
105
105
|
`;
|
|
106
|
+
|
|
107
|
+
// src/lifecycle-dashboard.feature.ts
|
|
108
|
+
import { defineFeature } from "@contractspec/lib.contracts-spec";
|
|
109
|
+
var LifecycleDashboardFeature = defineFeature({
|
|
110
|
+
meta: {
|
|
111
|
+
key: "lifecycle-dashboard",
|
|
112
|
+
version: "1.0.0",
|
|
113
|
+
title: "Lifecycle Dashboard",
|
|
114
|
+
description: "Lifecycle API usage snippet with status cards and lifecycle-managed endpoints",
|
|
115
|
+
domain: "lifecycle",
|
|
116
|
+
owners: ["@examples"],
|
|
117
|
+
tags: ["lifecycle", "dashboard", "status"],
|
|
118
|
+
stability: "experimental"
|
|
119
|
+
},
|
|
120
|
+
docs: ["docs.examples.lifecycle-dashboard"]
|
|
121
|
+
});
|
|
106
122
|
export {
|
|
107
123
|
lifecycleDashboardNextPageSnippet,
|
|
108
|
-
example_default as example
|
|
124
|
+
example_default as example,
|
|
125
|
+
LifecycleDashboardFeature
|
|
109
126
|
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// src/lifecycle-dashboard.feature.ts
|
|
2
|
+
import { defineFeature } from "@contractspec/lib.contracts-spec";
|
|
3
|
+
var LifecycleDashboardFeature = defineFeature({
|
|
4
|
+
meta: {
|
|
5
|
+
key: "lifecycle-dashboard",
|
|
6
|
+
version: "1.0.0",
|
|
7
|
+
title: "Lifecycle Dashboard",
|
|
8
|
+
description: "Lifecycle API usage snippet with status cards and lifecycle-managed endpoints",
|
|
9
|
+
domain: "lifecycle",
|
|
10
|
+
owners: ["@examples"],
|
|
11
|
+
tags: ["lifecycle", "dashboard", "status"],
|
|
12
|
+
stability: "experimental"
|
|
13
|
+
},
|
|
14
|
+
docs: ["docs.examples.lifecycle-dashboard"]
|
|
15
|
+
});
|
|
16
|
+
export {
|
|
17
|
+
LifecycleDashboardFeature
|
|
18
|
+
};
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -104,7 +104,24 @@ export default function LifecycleDashboardPage() {
|
|
|
104
104
|
return null;
|
|
105
105
|
}
|
|
106
106
|
`;
|
|
107
|
+
|
|
108
|
+
// src/lifecycle-dashboard.feature.ts
|
|
109
|
+
import { defineFeature } from "@contractspec/lib.contracts-spec";
|
|
110
|
+
var LifecycleDashboardFeature = defineFeature({
|
|
111
|
+
meta: {
|
|
112
|
+
key: "lifecycle-dashboard",
|
|
113
|
+
version: "1.0.0",
|
|
114
|
+
title: "Lifecycle Dashboard",
|
|
115
|
+
description: "Lifecycle API usage snippet with status cards and lifecycle-managed endpoints",
|
|
116
|
+
domain: "lifecycle",
|
|
117
|
+
owners: ["@examples"],
|
|
118
|
+
tags: ["lifecycle", "dashboard", "status"],
|
|
119
|
+
stability: "experimental"
|
|
120
|
+
},
|
|
121
|
+
docs: ["docs.examples.lifecycle-dashboard"]
|
|
122
|
+
});
|
|
107
123
|
export {
|
|
108
124
|
lifecycleDashboardNextPageSnippet,
|
|
109
|
-
example_default as example
|
|
125
|
+
example_default as example,
|
|
126
|
+
LifecycleDashboardFeature
|
|
110
127
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const LifecycleDashboardFeature: import("@contractspec/lib.contracts-spec").FeatureModuleSpec;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// @bun
|
|
2
|
+
// src/lifecycle-dashboard.feature.ts
|
|
3
|
+
import { defineFeature } from "@contractspec/lib.contracts-spec";
|
|
4
|
+
var LifecycleDashboardFeature = defineFeature({
|
|
5
|
+
meta: {
|
|
6
|
+
key: "lifecycle-dashboard",
|
|
7
|
+
version: "1.0.0",
|
|
8
|
+
title: "Lifecycle Dashboard",
|
|
9
|
+
description: "Lifecycle API usage snippet with status cards and lifecycle-managed endpoints",
|
|
10
|
+
domain: "lifecycle",
|
|
11
|
+
owners: ["@examples"],
|
|
12
|
+
tags: ["lifecycle", "dashboard", "status"],
|
|
13
|
+
stability: "experimental"
|
|
14
|
+
},
|
|
15
|
+
docs: ["docs.examples.lifecycle-dashboard"]
|
|
16
|
+
});
|
|
17
|
+
export {
|
|
18
|
+
LifecycleDashboardFeature
|
|
19
|
+
};
|
package/dist/node/index.js
CHANGED
|
@@ -103,7 +103,24 @@ export default function LifecycleDashboardPage() {
|
|
|
103
103
|
return null;
|
|
104
104
|
}
|
|
105
105
|
`;
|
|
106
|
+
|
|
107
|
+
// src/lifecycle-dashboard.feature.ts
|
|
108
|
+
import { defineFeature } from "@contractspec/lib.contracts-spec";
|
|
109
|
+
var LifecycleDashboardFeature = defineFeature({
|
|
110
|
+
meta: {
|
|
111
|
+
key: "lifecycle-dashboard",
|
|
112
|
+
version: "1.0.0",
|
|
113
|
+
title: "Lifecycle Dashboard",
|
|
114
|
+
description: "Lifecycle API usage snippet with status cards and lifecycle-managed endpoints",
|
|
115
|
+
domain: "lifecycle",
|
|
116
|
+
owners: ["@examples"],
|
|
117
|
+
tags: ["lifecycle", "dashboard", "status"],
|
|
118
|
+
stability: "experimental"
|
|
119
|
+
},
|
|
120
|
+
docs: ["docs.examples.lifecycle-dashboard"]
|
|
121
|
+
});
|
|
106
122
|
export {
|
|
107
123
|
lifecycleDashboardNextPageSnippet,
|
|
108
|
-
example_default as example
|
|
124
|
+
example_default as example,
|
|
125
|
+
LifecycleDashboardFeature
|
|
109
126
|
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// src/lifecycle-dashboard.feature.ts
|
|
2
|
+
import { defineFeature } from "@contractspec/lib.contracts-spec";
|
|
3
|
+
var LifecycleDashboardFeature = defineFeature({
|
|
4
|
+
meta: {
|
|
5
|
+
key: "lifecycle-dashboard",
|
|
6
|
+
version: "1.0.0",
|
|
7
|
+
title: "Lifecycle Dashboard",
|
|
8
|
+
description: "Lifecycle API usage snippet with status cards and lifecycle-managed endpoints",
|
|
9
|
+
domain: "lifecycle",
|
|
10
|
+
owners: ["@examples"],
|
|
11
|
+
tags: ["lifecycle", "dashboard", "status"],
|
|
12
|
+
stability: "experimental"
|
|
13
|
+
},
|
|
14
|
+
docs: ["docs.examples.lifecycle-dashboard"]
|
|
15
|
+
});
|
|
16
|
+
export {
|
|
17
|
+
LifecycleDashboardFeature
|
|
18
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.lifecycle-dashboard",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "Lifecycle dashboard example (snippet): how to call lifecycle-managed APIs and render a status card.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -40,6 +40,13 @@
|
|
|
40
40
|
"browser": "./dist/browser/example.js",
|
|
41
41
|
"default": "./dist/example.js"
|
|
42
42
|
},
|
|
43
|
+
"./lifecycle-dashboard.feature": {
|
|
44
|
+
"types": "./dist/lifecycle-dashboard.feature.d.ts",
|
|
45
|
+
"bun": "./dist/lifecycle-dashboard.feature.js",
|
|
46
|
+
"node": "./dist/node/lifecycle-dashboard.feature.js",
|
|
47
|
+
"browser": "./dist/browser/lifecycle-dashboard.feature.js",
|
|
48
|
+
"default": "./dist/lifecycle-dashboard.feature.js"
|
|
49
|
+
},
|
|
43
50
|
"./snippets/page": {
|
|
44
51
|
"types": "./dist/snippets/page.d.ts",
|
|
45
52
|
"bun": "./dist/snippets/page.js",
|
|
@@ -64,12 +71,12 @@
|
|
|
64
71
|
"typecheck": "tsc --noEmit"
|
|
65
72
|
},
|
|
66
73
|
"dependencies": {
|
|
67
|
-
"@contractspec/lib.contracts-spec": "3.
|
|
74
|
+
"@contractspec/lib.contracts-spec": "3.4.0"
|
|
68
75
|
},
|
|
69
76
|
"devDependencies": {
|
|
70
|
-
"@contractspec/tool.typescript": "3.
|
|
77
|
+
"@contractspec/tool.typescript": "3.4.0",
|
|
71
78
|
"typescript": "^5.9.3",
|
|
72
|
-
"@contractspec/tool.bun": "3.
|
|
79
|
+
"@contractspec/tool.bun": "3.4.0"
|
|
73
80
|
},
|
|
74
81
|
"publishConfig": {
|
|
75
82
|
"access": "public",
|
|
@@ -109,6 +116,13 @@
|
|
|
109
116
|
"browser": "./dist/browser/example.js",
|
|
110
117
|
"default": "./dist/example.js"
|
|
111
118
|
},
|
|
119
|
+
"./lifecycle-dashboard.feature": {
|
|
120
|
+
"types": "./dist/lifecycle-dashboard.feature.d.ts",
|
|
121
|
+
"bun": "./dist/lifecycle-dashboard.feature.js",
|
|
122
|
+
"node": "./dist/node/lifecycle-dashboard.feature.js",
|
|
123
|
+
"browser": "./dist/browser/lifecycle-dashboard.feature.js",
|
|
124
|
+
"default": "./dist/lifecycle-dashboard.feature.js"
|
|
125
|
+
},
|
|
112
126
|
"./snippets/page": {
|
|
113
127
|
"types": "./dist/snippets/page.d.ts",
|
|
114
128
|
"bun": "./dist/snippets/page.js",
|
package/src/index.ts
CHANGED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineFeature } from '@contractspec/lib.contracts-spec';
|
|
2
|
+
|
|
3
|
+
export const LifecycleDashboardFeature = defineFeature({
|
|
4
|
+
meta: {
|
|
5
|
+
key: 'lifecycle-dashboard',
|
|
6
|
+
version: '1.0.0',
|
|
7
|
+
title: 'Lifecycle Dashboard',
|
|
8
|
+
description:
|
|
9
|
+
'Lifecycle API usage snippet with status cards and lifecycle-managed endpoints',
|
|
10
|
+
domain: 'lifecycle',
|
|
11
|
+
owners: ['@examples'],
|
|
12
|
+
tags: ['lifecycle', 'dashboard', 'status'],
|
|
13
|
+
stability: 'experimental',
|
|
14
|
+
},
|
|
15
|
+
|
|
16
|
+
docs: ['docs.examples.lifecycle-dashboard'],
|
|
17
|
+
});
|