@goatlab/fluent-formio 0.6.1 → 0.6.4
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/dist/index.js +0 -1
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.Formioconnector = void 0;
|
|
4
4
|
const FormioConnector_1 = require("./FormioConnector");
|
|
5
5
|
Object.defineProperty(exports, "Formioconnector", { enumerable: true, get: function () { return FormioConnector_1.Formioconnector; } });
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goatlab/fluent-formio",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"description": "Readable query Interface & API generator for TS and Node",
|
|
5
5
|
"homepage": "https://docs.goatlab.io",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"./dist/**/*"
|
|
14
14
|
],
|
|
15
15
|
"scripts": {
|
|
16
|
+
"install-p": "yarn",
|
|
16
17
|
"prebuild": "rimraf dist",
|
|
17
18
|
"prestart": "rimraf dist",
|
|
18
19
|
"predev": "rimraf dist",
|
|
@@ -108,7 +109,7 @@
|
|
|
108
109
|
}
|
|
109
110
|
},
|
|
110
111
|
"dependencies": {
|
|
111
|
-
"@goatlab/fluent": "
|
|
112
|
+
"@goatlab/fluent": "0.6.23"
|
|
112
113
|
},
|
|
113
114
|
"devDependencies": {
|
|
114
115
|
"@commitlint/cli": "^16.2.3",
|