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 ef86afa commit b2ef24bCopy full SHA for b2ef24b
package.json
@@ -56,7 +56,8 @@
56
"stream-http": "^3.2.0",
57
"url": "^0.11.0",
58
"webpack": "^5.86.0",
59
- "webpack-cli": "^5.1.4"
+ "webpack-cli": "^5.1.4",
60
+ "yarn-run-all": "^3.1.1"
61
},
62
"dependencies": {}
63
}
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