@nx-extend/react-email 2.0.3 → 2.0.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/CHANGELOG.md +4 -0
- package/package.json +7 -6
- package/src/executors/export/export.impl.js +1 -2
- package/src/executors/export/export.impl.js.map +1 -1
- package/src/executors/serve/serve.impl.js +1 -2
- package/src/executors/serve/serve.impl.js.map +1 -1
- package/src/generators/init/init.impl.js +1 -1
- package/src/generators/init/init.impl.js.map +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx-extend/react-email",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"nx",
|
|
6
6
|
"react-email"
|
|
@@ -18,13 +18,14 @@
|
|
|
18
18
|
"builders": "./executors.json",
|
|
19
19
|
"generators": "./generators.json",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@nx/devkit": "19.
|
|
22
|
-
"@nx/workspace": "19.
|
|
23
|
-
"@react-email/components": "0.0.
|
|
24
|
-
"react-email": "2.1.
|
|
21
|
+
"@nx/devkit": "19.5.0",
|
|
22
|
+
"@nx/workspace": "19.5.0",
|
|
23
|
+
"@react-email/components": "0.0.21",
|
|
24
|
+
"react-email": "2.1.5",
|
|
25
25
|
"shelljs": "^0.8.5",
|
|
26
26
|
"@nx-extend/core": "7.0.3",
|
|
27
|
-
"tslib": "2.6.
|
|
27
|
+
"tslib": "2.6.3"
|
|
28
28
|
},
|
|
29
|
+
"packageManager": "yarn@4.3.1",
|
|
29
30
|
"type": "commonjs"
|
|
30
31
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.exportExecutor =
|
|
3
|
+
exports.exportExecutor = exportExecutor;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const core_1 = require("@nx-extend/core");
|
|
6
6
|
require("dotenv/config");
|
|
@@ -21,6 +21,5 @@ function exportExecutor(options, context) {
|
|
|
21
21
|
});
|
|
22
22
|
});
|
|
23
23
|
}
|
|
24
|
-
exports.exportExecutor = exportExecutor;
|
|
25
24
|
exports.default = exportExecutor;
|
|
26
25
|
//# sourceMappingURL=export.impl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"export.impl.js","sourceRoot":"","sources":["../../../../../../packages/react-email/src/executors/export/export.impl.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"export.impl.js","sourceRoot":"","sources":["../../../../../../packages/react-email/src/executors/export/export.impl.ts"],"names":[],"mappings":";;AAWA,wCAmBC;;AA7BD,0CAAyE;AAEzE,yBAAsB;AAQtB,SAAsB,cAAc,CAClC,OAA6B,EAC7B,OAAwB;;QAExB,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,GAAG,OAAO,CAAC,SAAS,CAAC,QAAQ,CAAC,OAAO,CAAC,WAAW,CAAC,CAAA;QAE5E,IAAI,CAAC,OAAO,CAAC,UAAU,EAAE,CAAC;YACxB,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAA;QACxD,CAAC;QAED,OAAO,IAAA,gCAAyB,EAAC,IAAA,mBAAY,EAAC;YAC5C,oBAAoB;YACpB,SAAS,UAAU,IAAI,IAAI,EAAE;YAC7B,YAAY,OAAO,CAAC,UAAU,EAAE;YAChC,OAAO,CAAC,MAAM,IAAI,UAAU;YAC5B,OAAO,CAAC,SAAS,IAAI,aAAa;SACnC,CAAC,EAAE;YACF,GAAG,EAAE,OAAO,CAAC,GAAG;SACjB,CAAC,CAAA;IACJ,CAAC;CAAA;AAED,kBAAe,cAAc,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.serveExecutor =
|
|
3
|
+
exports.serveExecutor = serveExecutor;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const core_1 = require("@nx-extend/core");
|
|
6
6
|
require("dotenv/config");
|
|
@@ -16,6 +16,5 @@ function serveExecutor(options, context) {
|
|
|
16
16
|
});
|
|
17
17
|
});
|
|
18
18
|
}
|
|
19
|
-
exports.serveExecutor = serveExecutor;
|
|
20
19
|
exports.default = serveExecutor;
|
|
21
20
|
//# sourceMappingURL=serve.impl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"serve.impl.js","sourceRoot":"","sources":["../../../../../../packages/react-email/src/executors/serve/serve.impl.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"serve.impl.js","sourceRoot":"","sources":["../../../../../../packages/react-email/src/executors/serve/serve.impl.ts"],"names":[],"mappings":";;AASA,sCAaC;;AArBD,0CAAyE;AAEzE,yBAAsB;AAMtB,SAAsB,aAAa,CACjC,OAA6B,EAC7B,OAAwB;;QAExB,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,GAAG,OAAO,CAAC,SAAS,CAAC,QAAQ,CAAC,OAAO,CAAC,WAAW,CAAC,CAAA;QAE5E,OAAO,IAAA,gCAAyB,EAAC,IAAA,mBAAY,EAAC;YAC5C,iBAAiB;YACjB,SAAS,UAAU,IAAI,IAAI,EAAE;YAC7B,OAAO,CAAC,IAAI,IAAI,UAAU,OAAO,CAAC,IAAI,EAAE;SACzC,CAAC,EAAE;YACF,GAAG,EAAE,OAAO,CAAC,GAAG;SACjB,CAAC,CAAA;IACJ,CAAC;CAAA;AAED,kBAAe,aAAa,CAAA"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = default_1;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
const devkit_1 = require("@nx/devkit");
|
|
5
6
|
const core_1 = require("@nx-extend/core");
|
|
@@ -43,5 +44,4 @@ function default_1(host, options) {
|
|
|
43
44
|
}));
|
|
44
45
|
});
|
|
45
46
|
}
|
|
46
|
-
exports.default = default_1;
|
|
47
47
|
//# sourceMappingURL=init.impl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"init.impl.js","sourceRoot":"","sources":["../../../../../../packages/react-email/src/generators/init/init.impl.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"init.impl.js","sourceRoot":"","sources":["../../../../../../packages/react-email/src/generators/init/init.impl.ts"],"names":[],"mappings":";;AAuBA,4BA0CC;;AAjED,uCAQmB;AACnB,0CAAoE;AACpE,6BAA4B;AAI5B,SAAS,QAAQ,CAAC,IAAU,EAAE,OAAyB;IACrD,IAAA,sBAAa,EAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,WAAW,gDACjE,OAAO,GACP,IAAA,cAAK,EAAC,OAAO,CAAC,IAAI,CAAC,KACtB,cAAc,EAAE,IAAA,uBAAc,EAAC,OAAO,CAAC,WAAW,CAAC,EACnD,QAAQ,EAAE,EAAE,IACZ,CAAA;AACJ,CAAC;AAED,mBAA+B,IAAU,EAAE,OAAyB;;QAClE,MAAM,iBAAiB,GAAG,IAAA,uBAAgB,EAAC,IAAI,EAAE,OAAO,CAAC,CAAA;QAEzD,IAAA,gCAAuB,EAAC,IAAI,EAAE,iBAAiB,CAAC,WAAW,EAAE;YAC3D,IAAI,EAAE,iBAAiB,CAAC,WAAW;YACnC,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,GAAG,iBAAiB,CAAC,WAAW,MAAM;YAClD,OAAO,EAAE;gBACP,KAAK,EAAE;oBACL,QAAQ,EAAE,8BAA8B;oBACxC,OAAO,EAAE,EAAE;iBACZ;gBACD,MAAM,EAAE;oBACN,QAAQ,EAAE,+BAA+B;oBACzC,OAAO,EAAE,CAAC,sBAAsB,CAAC;oBACjC,oBAAoB,EAAE,YAAY;oBAClC,OAAO,EAAE;wBACP,UAAU,EAAE,QAAQ,iBAAiB,CAAC,WAAW,EAAE;qBACpD;oBACD,cAAc,EAAE;wBACd,UAAU,EAAE;4BACV,MAAM,EAAE,KAAK;yBACd;qBACF;iBACF;aACF;YACD,IAAI,EAAE,iBAAiB,CAAC,UAAU;SACnC,CAAC,CAAA;QAEF,QAAQ,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAA;QACjC,MAAM,IAAA,oBAAW,EAAC,IAAI,CAAC,CAAA;QAEvB,OAAO,IAAA,yBAAgB,EACrB,IAAA,qCAA4B,EAC1B,IAAI,EACJ,EAAE,EACF;YACE,yBAAyB,EAAE,QAAQ;YACnC,aAAa,EAAE,OAAO;SACvB,CACF,CACF,CAAA;IACH,CAAC;CAAA"}
|