@auraone/aura-ide-kit 0.2.0 → 0.2.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/README.md +13 -17
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,13 +12,17 @@ without rebuilding complex interaction and accessibility behavior per product.
|
|
|
12
12
|
graduate into Proofline only after multi-product use proves a stable,
|
|
13
13
|
product-neutral public contract.
|
|
14
14
|
|
|
15
|
-
## Install
|
|
15
|
+
## Install
|
|
16
16
|
|
|
17
|
-
Status verified on **July
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
Status verified on **July 14, 2026**: version `0.2.1` is published on the
|
|
18
|
+
public npm registry. It replaces `0.2.0`, whose published manifest retained a
|
|
19
|
+
workspace-only dependency and cannot be installed outside the monorepo.
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
```bash
|
|
22
|
+
npm install @auraone/aura-ide-kit@0.2.1
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
For workspace development from the `open-studio-platform` root:
|
|
22
26
|
|
|
23
27
|
```bash
|
|
24
28
|
corepack enable
|
|
@@ -134,15 +138,7 @@ tarball surface is limited by the package `files` allowlist.
|
|
|
134
138
|
|
|
135
139
|
## Release Truth
|
|
136
140
|
|
|
137
|
-
The `0.2.
|
|
138
|
-
checks, SSR-posture verification,
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
## Next Action
|
|
143
|
-
|
|
144
|
-
Use the pinned workspace package for current source development. The first npm
|
|
145
|
-
release must publish the exact tested `0.2.0` tarball with valid registry write
|
|
146
|
-
authorization, then verify its exports, React peer contract, SSR posture,
|
|
147
|
-
accessibility checks, README, and integrity record before adding a public
|
|
148
|
-
install command.
|
|
141
|
+
The public `0.2.1` package passes typecheck, component tests, accessibility
|
|
142
|
+
checks, SSR-posture verification, packed-file inspection, registry readback,
|
|
143
|
+
and a clean external install. Its Proofline dependency resolves to the public
|
|
144
|
+
`@auraone/proofline-oss` `0.1.x` release line.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@auraone/aura-ide-kit",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Accessible IDE components and SSR posture contracts for AuraOne Open Studio apps.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"auraone",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"react-dom": "18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@auraone/proofline-oss": "
|
|
57
|
+
"@auraone/proofline-oss": "^0.1.1",
|
|
58
58
|
"@monaco-editor/react": "4.7.0",
|
|
59
59
|
"lucide-react": "0.554.0"
|
|
60
60
|
},
|