@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.js
CHANGED
|
@@ -1058,7 +1058,7 @@ const usageValidator = async (directory) => {
|
|
|
1058
1058
|
};
|
|
1059
1059
|
|
|
1060
1060
|
const oraP = import('ora');
|
|
1061
|
-
const EMB_FILE_REGEX =
|
|
1061
|
+
const EMB_FILE_REGEX = /^(.*)(?<!\.type|\.options)\.emb\.[jt]s$/;
|
|
1062
1062
|
var generate = async (ctx) => {
|
|
1063
1063
|
var _a;
|
|
1064
1064
|
const ora = (await oraP).default;
|