pareto-stream 0.1.2 → 0.1.3

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.
@@ -1,2 +1,4 @@
1
- export type Parameters_ = string;
1
+ export type Parameters_ = {
2
+ 'data': string;
3
+ };
2
4
  export { Parameters_ as Parameters, };
@@ -1,2 +1,4 @@
1
- export type Parameters_ = string;
1
+ export type Parameters_ = {
2
+ 'data': string;
3
+ };
2
4
  export { Parameters_ as Parameters, };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-stream",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "author": "Corno",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A library providing stream resources for the Pareto programming Language",