We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68af9ce commit 95f9ae9Copy full SHA for 95f9ae9
lib/schemas/schema.js
@@ -3,7 +3,7 @@ import textSchema from './textSchema';
3
import optionsSchema from './optionsSchema';
4
import customSchema from './customSchema';
5
import updateSchema from './updateSchema';
6
-import { stringify } from 'flatted';
+import { stringify } from 'flatted/cjs';
7
8
const schema = {
9
parse(step) {
lib/storage.js
@@ -1,4 +1,4 @@
1
-import { stringify, parse } from 'flatted';
+import { stringify, parse } from 'flatted/cjs'
2
/* istanbul ignore next */
const getData = (params, callback) => {
0 commit comments