rsvim-types 0.1.3 → 0.1.4

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 CHANGED
@@ -8,7 +8,7 @@ The VIM editor reinvented in Rust+TypeScript.
8
8
 
9
9
  <p align="center">
10
10
  <a href="https://crates.io/crates/rsvim"><img alt="rsvim" src="https://img.shields.io/crates/v/rsvim" /></a>
11
- <a href="https://www.npmjs.com/package/@rsvim/types"><img alt="rsvim" src="https://img.shields.io/npm/v/%40rsvim%2Ftypes" /></a>
11
+ <a href="https://www.npmjs.com/package/rsvim-types"><img alt="rsvim" src="https://img.shields.io/npm/v/rsvim-types" /></a>
12
12
  <a href="https://docs.rs/rsvim_core/latest/"><img alt="rsvim_core" src="https://img.shields.io/docsrs/rsvim_core?label=docs.rs" /></a>
13
13
  <a href="https://github.com/rsvim/rsvim/actions/workflows/release.yml"><img alt="release.yml" src="https://img.shields.io/github/actions/workflow/status/rsvim/rsvim/release.yml" /></a>
14
14
  <a href="https://github.com/rsvim/rsvim/actions/workflows/ci.yml"><img alt="ci.yml" src="https://img.shields.io/github/actions/workflow/status/rsvim/rsvim/ci.yml?branch=main&label=ci" /></a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rsvim-types",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "TypeScript types for Rsvim text editor.",
5
5
  "keywords": [
6
6
  "rsvim"
package/types/index.d.ts CHANGED
@@ -1,2 +1,6 @@
1
1
  /// <reference path="00__web.d.ts" />
2
2
  /// <reference path="01__rsvim.d.ts" />
3
+
4
+ // Export all types
5
+ export * from "./00__web";
6
+ export * from "./01__rsvim";