Skip to content

Commit b2ef24b

Browse files
dmitry-tveryanovichkibin
authored andcommitted
added dev deps and changed version
1 parent ef86afa commit b2ef24b

File tree

3 files changed

+479
-18
lines changed

3 files changed

+479
-18
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"stream-http": "^3.2.0",
5757
"url": "^0.11.0",
5858
"webpack": "^5.86.0",
59-
"webpack-cli": "^5.1.4"
59+
"webpack-cli": "^5.1.4",
60+
"yarn-run-all": "^3.1.1"
6061
},
6162
"dependencies": {}
6263
}

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* global window */
22
'use strict'
33

4-
const VERSION = '1.0.3'
4+
const VERSION = '1.0.3-f'
55
const SDK_NAME = 'Intento.NodeJS'
66

77
const DEFAULT_AWAIT_DELAY = 1000

0 commit comments

Comments
 (0)