@rdfc/js-runner 0.2.2 → 1.0.0-alpha.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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Js-runner
2
2
 
3
- [![Bun CI](https://github.com/rdf-connect/js-runner/actions/workflows/build-test.yml/badge.svg)](https://github.com/rdf-connect/js-runner/actions/workflows/build-test.yml) [![npm](https://img.shields.io/npm/v/@rdfc/js-runner.svg?style=popout)](https://npmjs.com/package/@rdfc/js-runner)
3
+ [![Build and tests with Node.js](https://github.com/rdf-connect/js-runner/actions/workflows/build-test.yml/badge.svg)](https://github.com/rdf-connect/js-runner/actions/workflows/build-test.yml) [![npm](https://img.shields.io/npm/v/@rdfc/js-runner.svg?style=popout)](https://npmjs.com/package/@rdfc/js-runner)
4
4
 
5
5
  Typescript/Javascript executor for an [RDF-Connect](https://rdf-connect.github.io/rdfc.github.io/) pipeline. Starting from a declarative RDF file describing the pipeline.
6
6
 
@@ -34,7 +34,7 @@ You can execute this pipeline with
34
34
 
35
35
  ```bash
36
36
  tsc
37
- bun bin/js-runner.js input.ttl
37
+ npx bin/js-runner.js input.ttl
38
38
  ```
39
39
 
40
- This example input configuration file uses `owl:imports` to specify additional configuration files.
40
+ This example input configuration file uses `owl:imports` to specify additional configuration files.