exupery 0.1.5 → 0.1.6

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.
@@ -0,0 +1,3 @@
1
+ import * as s_out from "pareto-fountain-pen/dist/generated/interface/schemas/block/unconstrained";
2
+ import * as s_in from "../../generated/interface/schemas/typescript_temp/unconstrained";
3
+ export declare const Block: ($: s_in.Block) => s_out.Block;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Block = void 0;
4
+ const Block = ($) => {
5
+ return $; //FIXME: this is a temporary solution
6
+ };
7
+ exports.Block = Block;
8
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm91bnRhaW5fcGVuX2Jsb2NrLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3RyYW5zZm9ybWF0aW9ucy90eXBlc2NyaXB0X3RlbXAvZm91bnRhaW5fcGVuX2Jsb2NrLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQVVPLE1BQU0sS0FBSyxHQUFHLENBQUMsQ0FBYSxFQUFlLEVBQUU7SUFDaEQsT0FBTyxDQUFDLENBQUEsQ0FBQyxxQ0FBcUM7QUFDbEQsQ0FBQyxDQUFBO0FBRlksUUFBQSxLQUFLLFNBRWpCIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exupery",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "A library for the Exupery programming Language",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",