@embeddable.com/sdk-react 3.6.0-next.0 → 3.6.0
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/lib/index.esm.js +1 -1
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +4 -3
- package/lib/dynamicImportHandler.js +0 -14
- package/lib/plugin.d.ts +0 -14
- package/lib/proxyHandler.d.ts +0 -4
- package/lib/utils/modules.d.ts +0 -10
- package/lib/validate/errorFormatter.d.ts +0 -3
package/lib/index.esm.js
CHANGED
|
@@ -1032,7 +1032,7 @@ const usageValidator = async (directory) => {
|
|
|
1032
1032
|
};
|
|
1033
1033
|
|
|
1034
1034
|
const oraP = import('ora');
|
|
1035
|
-
const EMB_FILE_REGEX =
|
|
1035
|
+
const EMB_FILE_REGEX = /^(.*)(?<!\.type|\.options)\.emb\.[jt]s$/;
|
|
1036
1036
|
var generate = async (ctx) => {
|
|
1037
1037
|
var _a;
|
|
1038
1038
|
const ora = (await oraP).default;
|