vasille-web 0.99.1 → 0.99.2

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/index.d.ts +10 -0
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -47,7 +47,7 @@ $ npx degit vasille-js/example-javascript my-project
47
47
 
48
48
  ### Examples
49
49
  * [TypeScript Example](https://github.com/vasille-js/example-typescript)
50
- * [JavaScript Example](https://github.com/vas[README.md](..%2Ftest%2Fmy-app%2FREADME.md)ille-js/example-javascript)
50
+ * [JavaScript Example](https://github.com/vasille-js/example-javascript)
51
51
 
52
52
  <hr>
53
53
 
package/index.d.ts CHANGED
@@ -14,4 +14,14 @@ export {
14
14
  Slot,
15
15
  Watch,
16
16
  awaited,
17
+ ref,
18
+ bind,
19
+ calculate,
20
+ forward,
21
+ arrayModel,
22
+ setModel,
23
+ mapModel,
24
+ reactiveObject,
25
+ value,
26
+ watch,
17
27
  } from "vasille-dx";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vasille-web",
3
- "version": "0.99.1",
3
+ "version": "0.99.2",
4
4
  "description": "Front-end framework with best developer experience ever.",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "homepage": "https://github.com/vasille-js/vasille-js#readme",
31
31
  "dependencies": {
32
- "babel-plugin-vasille": "^0.99.0",
33
- "vasille-dx": "^3.0.1"
32
+ "babel-plugin-vasille": "^0.99.2",
33
+ "vasille-dx": "^3.0.3"
34
34
  }
35
35
  }