@rdfc/js-runner 1.0.0-alpha.4 → 1.0.0-alpha.5

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/ontology.ttl +1 -1
  2. package/package.json +1 -1
package/ontology.ttl CHANGED
@@ -188,7 +188,7 @@ js:FileProfilerShape a sh:NodeShape;
188
188
  sh:maxCount 1;
189
189
  sh:minCount 1;
190
190
  ], [
191
- sh:datatype xsd:number;
191
+ sh:datatype xsd:integer;
192
192
  sh:path js:intervalMs;
193
193
  sh:name "interval";
194
194
  sh:maxCount 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdfc/js-runner",
3
- "version": "1.0.0-alpha.4",
3
+ "version": "1.0.0-alpha.5",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "import": "./dist/index.js",