Skip to content

Commit 7e6f83a

Browse files
dmitry-tveryanovichkibin
authored andcommitted
added dev deps and changed version
1 parent 182daa1 commit 7e6f83a

File tree

3 files changed

+416
-13
lines changed

3 files changed

+416
-13
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"stream-http": "^3.2.0",
5858
"url": "^0.11.0",
5959
"webpack": "^5.86.0",
60-
"webpack-cli": "^5.1.4"
60+
"webpack-cli": "^5.1.4",
61+
"yarn-run-all": "^3.1.1"
6162
},
6263
"dependencies": {}
6364
}

src/index.js

+1-1
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)