@drone1/alt 1.0.2 → 1.0.4

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/README.md +7 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,10 +32,11 @@
32
32
  * [Additional notes](#additional-notes)
33
33
  * [Delayed vs. realtime writes](#delayed-vs-realtime-writes)
34
34
  * [CI](#ci)
35
- * [PR](#pr)
35
+ * [Contributing](#contributing)
36
+ * [Feedback](#feedback)
36
37
 
37
38
  <!-- Created by https://github.com/ekalinin/github-markdown-toc -->
38
- <!-- Added by: jonl, at: Wed Apr 16 11:56:33 AM CEST 2025 -->
39
+ <!-- Added by: jonl, at: Fri Apr 18 07:20:52 PM CEST 2025 -->
39
40
 
40
41
  <!--te-->
41
42
 
@@ -315,5 +316,8 @@ If you prefer to write updates to disk in real-time (anytime any output data cha
315
316
  ### CI
316
317
  You may want to use `--tty` for more useful output.
317
318
 
318
- ## PR
319
+ ## Contributing
319
320
  Feel free to fix existing issues and submit a PR, or submit a new issue.
321
+
322
+ ## Feedback
323
+ Feedback is more than welcome. Please feel free to create an issue.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@drone1/alt",
4
- "version": "1.0.2",
4
+ "version": "1.0.4",
5
5
  "description": "An AI-powered localization tool",
6
6
  "main": "src/index.mjs",
7
7
  "bin": {