You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Four packages are published to npm under the `@intent-framework/*` scope. The server package `@intent-framework/server` remains private and unpublished.
7
+
Five packages are under the `@intent-framework/*` scope, four of which are published to npm. The server package `@intent-framework/server` remains private and unpublished.
10
8
11
9
Changesets is installed and configured. Release workflows exist for automated version PRs and manual alpha publishing.
12
10
@@ -31,7 +29,7 @@ Packages under `examples/` (e.g., `web-basic`) are private and must not be publi
31
29
32
30
| Field | Value | Status |
33
31
|---|---|---|
34
-
| Current version |`0.1.0`| Acceptable for alpha |
32
+
| Current version |`0.1.0-alpha.1`| Acceptable for alpha |
35
33
|`main`|`./dist/index.js`| Exists after build |
36
34
|`module`|`./dist/index.js`| Exists after build |
37
35
|`types`|`./dist/index.d.ts`| Exists after build |
@@ -49,7 +47,7 @@ Packages under `examples/` (e.g., `web-basic`) are private and must not be publi
49
47
50
48
| Field | Value | Status |
51
49
|---|---|---|
52
-
| Current version |`0.1.0`| Acceptable for alpha |
50
+
| Current version |`0.1.0-alpha.2`| Acceptable for alpha |
53
51
|`main`|`./dist/index.js`| Exists after build |
54
52
|`module`|`./dist/index.js`| Exists after build |
55
53
|`types`|`./dist/index.d.ts`| Exists after build |
@@ -65,7 +63,7 @@ Packages under `examples/` (e.g., `web-basic`) are private and must not be publi
65
63
66
64
| Field | Value | Status |
67
65
|---|---|---|
68
-
| Current version |`0.1.0`| Acceptable for alpha |
66
+
| Current version |`0.1.0-alpha.1`| Acceptable for alpha |
69
67
|`main`|`./dist/index.js`| Exists after build |
70
68
|`module`|`./dist/index.js`| Exists after build |
71
69
|`types`|`./dist/index.d.ts`| Exists after build |
@@ -81,7 +79,7 @@ Packages under `examples/` (e.g., `web-basic`) are private and must not be publi
81
79
82
80
| Field | Value | Status |
83
81
|---|---|---|
84
-
| Current version |`0.1.0`| Acceptable for alpha |
82
+
| Current version |`0.1.0-alpha.1`| Acceptable for alpha |
85
83
|`main`|`./dist/index.js`| Exists after build |
86
84
|`module`|`./dist/index.js`| Exists after build |
87
85
|`types`|`./dist/index.d.ts`| Exists after build |
@@ -97,7 +95,7 @@ Packages under `examples/` (e.g., `web-basic`) are private and must not be publi
97
95
98
96
| Field | Value | Status |
99
97
|---|---|---|
100
-
| Current version |`0.1.0`| Acceptable for alpha |
98
+
| Current version |`0.1.0`| Acceptable for alpha (private) |
101
99
|`main`|`./dist/index.js`| Exists after build |
102
100
|`module`|`./dist/index.js`| Exists after build |
103
101
|`types`|`./dist/index.d.ts`| Exists after build |
@@ -108,7 +106,7 @@ Packages under `examples/` (e.g., `web-basic`) are private and must not be publi
108
106
|`repository`| Present | Points to `intent-framework/intent` (`packages/server`) |
0 commit comments