@lionweb/class-core-generator 0.7.1 → 0.7.2-beta.0

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 +7 -7
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
  * Move `dependenciesThroughDirectInheritanceOf` and `verboseDependencies` functions from `class-core-generator` to `utilities` package.
6
8
  * Remove everything specific to annotations coming from the `io.lionweb.mps.specific` language, in favor of using the types and functionality provided by the `@lionweb/io-lionweb-mps-specific` package.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lionweb/class-core-generator",
3
- "version": "0.7.1",
3
+ "version": "0.7.2-beta.0",
4
4
  "description": "Generator for implementations of languages based on the class-core package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -27,12 +27,12 @@
27
27
  "release": "npm publish"
28
28
  },
29
29
  "dependencies": {
30
- "@lionweb/core": "0.7.1",
31
- "@lionweb/io-lionweb-mps-specific": "0.7.1",
32
- "@lionweb/json": "0.7.1",
33
- "@lionweb/textgen-utils": "0.7.1",
34
- "@lionweb/ts-utils": "0.7.1",
35
- "@lionweb/utilities": "0.7.1",
30
+ "@lionweb/core": "0.7.2-beta.0",
31
+ "@lionweb/io-lionweb-mps-specific": "0.7.2-beta.0",
32
+ "@lionweb/json": "0.7.2-beta.0",
33
+ "@lionweb/textgen-utils": "0.7.2-beta.0",
34
+ "@lionweb/ts-utils": "0.7.2-beta.0",
35
+ "@lionweb/utilities": "0.7.2-beta.0",
36
36
  "@types/node": "24.3.0",
37
37
  "littoral-templates": "0.5.1"
38
38
  },