@superfaceai/ast
Advanced tools
Comparing version 0.0.28 to 0.0.29
@@ -10,2 +10,4 @@ # Changelog | ||
## [0.0.29] - 2021-09-08 | ||
## [0.0.28] - 2021-08-25 | ||
@@ -123,3 +125,4 @@ | ||
[Unreleased]: https://github.com/superfaceai/ast-js/compare/v0.0.28...HEAD | ||
[Unreleased]: https://github.com/superfaceai/ast-js/compare/v0.0.29...HEAD | ||
[0.0.29]: https://github.com/superfaceai/ast-js/compare/v0.0.28...v0.0.29 | ||
[0.0.28]: https://github.com/superfaceai/ast-js/compare/v0.0.27...v0.0.28 | ||
@@ -126,0 +129,0 @@ [0.0.27]: https://github.com/superfaceai/ast-js/compare/v0.0.26...v0.0.27 |
{ | ||
"name": "@superfaceai/ast", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"description": "Superface profile and map language ASTs, https://superface.ai", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -33,3 +33,3 @@ # Ast-js | ||
You can get more information at https://superface.ai and https://docs.superface.ai. | ||
You can get more information at https://superface.ai and https://superface.ai/docs. | ||
Superface AST definitions for Javascript/Typescript. The types in this repository define the common language that the Superface parser produces and the Superface SDK interprets. | ||
@@ -36,0 +36,0 @@ |
1331484