@flowscripter/pluggable-io-framework 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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@
25
25
  - Reports progress via a global `TelemetryHooks` callback, tagged with a
26
26
  per-operation correlation id.
27
27
  - See
28
- [pluggable-io-framework-plugin-filesystem](https://github.com/flowscripter/pluggable-io-framework-plugin-filesystem)
28
+ [io-plugin-filesystem](https://github.com/flowscripter/io-plugin-filesystem)
29
29
  for a reference local filesystem source/sink plugin.
30
30
 
31
31
  ## Bun Module Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowscripter/pluggable-io-framework",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A pluggable source/sink IO framework using https://github.com/flowscripter/dynamic-plugin-framework",
5
5
  "keywords": [
6
6
  "bun",