This repository was archived by the owner on May 17, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 37
37
"eslint-plugin-react" : " 7.6.1" ,
38
38
"flow-bin" : " 0.65.0" ,
39
39
"fusion-core" : " ^1.0.0" ,
40
- "fusion-plugin-universal-events" : " ^1.0.0 " ,
41
- "fusion-test-utils" : " ^1.0.0 " ,
42
- "fusion-tokens" : " ^1.0.0 " ,
40
+ "fusion-plugin-universal-events" : " ^1.0.1 " ,
41
+ "fusion-test-utils" : " ^1.0.1 " ,
42
+ "fusion-tokens" : " ^1.0.1 " ,
43
43
"nyc" : " 11.4.1" ,
44
44
"prettier" : " 1.10.2" ,
45
45
"tape-cup" : " 4.7.1" ,
46
46
"unitest" : " 2.1.1"
47
47
},
48
48
"peerDependencies" : {
49
49
"fusion-core" : " ^1.0.0" ,
50
- "fusion-tokens" : " ^1.0.0 "
50
+ "fusion-tokens" : " ^1.0.1 "
51
51
},
52
52
"scripts" : {
53
53
"clean" : " rm -rf dist" ,
Original file line number Diff line number Diff line change 8
8
import ServerLogger from './server.js' ;
9
9
import BrowserLogger from './browser.js' ;
10
10
11
+ declare var __BROWSER__: Boolean ;
11
12
const UniversalLogger = __BROWSER__ ? BrowserLogger : ServerLogger ;
12
13
13
14
export default UniversalLogger ;
Original file line number Diff line number Diff line change @@ -2273,23 +2273,23 @@ fusion-core@^1.0.0:
2273
2273
node-mocks-http "^1.6.6"
2274
2274
toposort "^1.0.6"
2275
2275
2276
- fusion-plugin-universal-events@^1.0.0 :
2277
- version "1.0.0 "
2278
- resolved "https://registry.yarnpkg.com/fusion-plugin-universal-events/-/fusion-plugin-universal-events-1.0.0 .tgz#5f2a058078f7a3ab7c9eb7feb1d588fc4f2cbfb4 "
2276
+ fusion-plugin-universal-events@^1.0.1 :
2277
+ version "1.0.1 "
2278
+ resolved "https://registry.yarnpkg.com/fusion-plugin-universal-events/-/fusion-plugin-universal-events-1.0.1 .tgz#3bc31b6450212a1a973a7f9674a6d28b0995eac8 "
2279
2279
dependencies :
2280
2280
koa-bodyparser "4.2.0"
2281
2281
2282
- fusion-test-utils@^1.0.0 :
2283
- version "1.0.0 "
2284
- resolved "https://registry.yarnpkg.com/fusion-test-utils/-/fusion-test-utils-1.0.0 .tgz#f3ef434aff74186a77837828b84e2b50b524218f "
2282
+ fusion-test-utils@^1.0.1 :
2283
+ version "1.0.1 "
2284
+ resolved "https://registry.yarnpkg.com/fusion-test-utils/-/fusion-test-utils-1.0.1 .tgz#9ff6b0747ddacf0b89d101b325885cd6fbecd59b "
2285
2285
dependencies :
2286
2286
assert "^1.4.1"
2287
2287
koa "^2.4.1"
2288
2288
node-mocks-http "^1.6.6"
2289
2289
2290
- fusion-tokens@^1.0.0 :
2291
- version "1.0.0 "
2292
- resolved "https://registry.yarnpkg.com/fusion-tokens/-/fusion-tokens-1.0.0 .tgz#84ce2755ef444259a63b6287d6b279c48e5f4f62 "
2290
+ fusion-tokens@^1.0.1 :
2291
+ version "1.0.1 "
2292
+ resolved "https://registry.yarnpkg.com/fusion-tokens/-/fusion-tokens-1.0.1 .tgz#b2ef62f515c1a314c7d2590a6e7caf5dca737cc4 "
2293
2293
2294
2294
gauge@~2.7.3 :
2295
2295
version "2.7.4"
You can’t perform that action at this time.
0 commit comments