@autentikar/step 2.0.0-alpha.4 → 2.0.0-alpha.6

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/context.d.ts CHANGED
@@ -33,4 +33,4 @@ declare let system: Preference;
33
33
  declare let kv: KV;
34
34
  declare let asset: Storage;
35
35
 
36
- export { asset, kv, params, preference, system };
36
+ export { type KV, type Params, type Preference, type Storage, asset, kv, params, preference, system };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autentikar/step",
3
- "version": "2.0.0-alpha.4",
3
+ "version": "2.0.0-alpha.6",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist"