@needle-tools/needle-component-compiler 2.2.0-pre → 2.2.0-pre.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.
- package/Changelog.md +1 -1
- package/package.json +1 -1
- package/src/register-types.js +1 -1
package/Changelog.md
CHANGED
|
@@ -4,7 +4,7 @@ All notable changes to this package will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
-
## [2.2.0-pre] - 2022-11-13
|
|
7
|
+
## [2.2.0-pre.1] - 2022-11-13
|
|
8
8
|
- Add: watcher now also generates the register_types file
|
|
9
9
|
- Add: deleting code files now also deletes the generated files and reports it
|
|
10
10
|
|
package/package.json
CHANGED
package/src/register-types.js
CHANGED
|
@@ -26,7 +26,7 @@ function writeTypeRegistry(types, registerTypesPath) {
|
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
writer.writeLine("\n// Made with 🌵 Needle");
|
|
29
|
-
writer.writeLine("
|
|
29
|
+
writer.writeLine("// https://needle.tools");
|
|
30
30
|
var code = writer.toString();
|
|
31
31
|
file.write(code);
|
|
32
32
|
file.end();
|