@corva/create-app 0.41.0-1 → 0.41.0-2

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.
@@ -0,0 +1,3 @@
1
+ export async function waitForMs(ms) {
2
+ return new Promise(resolve => setTimeout(resolve, ms));
3
+ }
@@ -1,5 +1,5 @@
1
1
  import Debug from 'debug';
2
- import { waitForMs } from '../../lib/waitForMs.mjs';
2
+ import { waitForMs } from '../../lib/waitForMs.js';
3
3
 
4
4
  const debug = Debug('cca:flow:release:step:wait-for-build');
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corva/create-app",
3
- "version": "0.41.0-1",
3
+ "version": "0.41.0-2",
4
4
  "private": false,
5
5
  "description": "Create app to use it in CORVA.AI",
6
6
  "keywords": [