We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 182daa1 commit 7e6f83aCopy full SHA for 7e6f83a
package.json
@@ -57,7 +57,8 @@
57
"stream-http": "^3.2.0",
58
"url": "^0.11.0",
59
"webpack": "^5.86.0",
60
- "webpack-cli": "^5.1.4"
+ "webpack-cli": "^5.1.4",
61
+ "yarn-run-all": "^3.1.1"
62
},
63
"dependencies": {}
64
}
src/index.js
@@ -1,7 +1,7 @@
1
/* global window */
2
'use strict'
3
4
-const VERSION = '1.0.3'
+const VERSION = '1.0.3-f'
5
const SDK_NAME = 'Intento.NodeJS'
6
7
const DEFAULT_AWAIT_DELAY = 1000
0 commit comments