@designliquido/lincones-sqlite 0.2.2 → 0.2.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.
package/index.d.ts CHANGED
@@ -1 +1,3 @@
1
+ import { LinconesSQLite } from "./fontes/lincones-sqlite";
1
2
  export * from "./fontes/lincones-sqlite";
3
+ export default LinconesSQLite;
package/index.js CHANGED
@@ -14,5 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ const lincones_sqlite_1 = require("./fontes/lincones-sqlite");
17
18
  __exportStar(require("./fontes/lincones-sqlite"), exports);
19
+ exports.default = lincones_sqlite_1.LinconesSQLite;
18
20
  //# sourceMappingURL=index.js.map
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA0D;AAE1D,2DAAyC;AACzC,kBAAe,gCAAc,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@designliquido/lincones-sqlite",
3
3
  "description": "Implementação de LinConEs para SQLite.",
4
- "version": "0.2.2",
4
+ "version": "0.2.3",
5
5
  "main": "index.js",
6
6
  "author": "Leonel Sanches da Silva",
7
7
  "contributors": [