@lionweb/textgen-utils 0.7.1 → 0.7.2-beta.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Changelog
2
2
 
3
- ## 0.7.0
3
+ ## 0.7.1
4
+
5
+ (The 0.7.0 release was deprecated because its `validation` package was faulty.)
4
6
 
5
7
  Initial creation and publication of this package, as an extraction from `@lionweb/ts-utils`.
6
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lionweb/textgen-utils",
3
- "version": "0.7.1",
3
+ "version": "0.7.2-beta.1",
4
4
  "description": "Utilities for text generation",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -27,7 +27,7 @@
27
27
  "release": "npm publish"
28
28
  },
29
29
  "dependencies": {
30
- "@lionweb/ts-utils": "0.7.1",
30
+ "@lionweb/ts-utils": "0.7.2-beta.1",
31
31
  "littoral-templates": "0.5.1"
32
32
  }
33
33
  }