@indexing/jiti 1.0.0 → 1.0.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/README.md +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,13 @@
1
1
  # Just In Time Indexing (JITI)
2
2
 
3
- Open source template library for the JITI community.
3
+ Open source template library for the JITI community.
4
+
5
+ NOTE: This is an active work in progress and not yet ready for community usage.
4
6
 
5
7
  # Contributing
6
8
 
7
- This package will be ready for external contributors in early 2025.
9
+ This package will be ready for external contributors in early 2025.
8
10
 
9
11
  ## License
10
12
 
11
- See the [LICENSE](LICENSE.md) file for license rights and limitations (GPL-3.0-or-later).
13
+ See the [LICENSE](LICENSE.md) file for license rights and limitations (GPL-3.0-or-later).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indexing/jiti",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Just In Time Indexing, for all",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/main.js",