Comparing version 0.9.4 to 0.9.5
// process.env.CHROME_BIN = require('puppeteer').executablePath(); | ||
const esmRequire = require('@std/esm')(module, { | ||
esm: 'all', | ||
mode: 'all', | ||
cjs: { | ||
@@ -5,0 +5,0 @@ vars: true, |
{ | ||
"name": "chimee", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"description": "a video-player aims to bring wonderful experience on browser", | ||
@@ -55,3 +55,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@std/esm": "^0.24.0", | ||
"@std/esm": "^0.25.2", | ||
"babel-eslint": "^8.2.2", | ||
@@ -76,7 +76,7 @@ "babel-jest": "^22.4.1", | ||
"core-js": "^2.5.3", | ||
"eslint": "^4.18.1", | ||
"eslint": "^4.18.2", | ||
"eslint-config-egg": "^7.0.0", | ||
"eslint-plugin-flowtype": "^2.46.1", | ||
"eslint-plugin-jest": "^21.12.2", | ||
"flow-bin": "^0.66.0", | ||
"eslint-plugin-jest": "^21.13.0", | ||
"flow-bin": "^0.67.1", | ||
"husky": "^0.14.3", | ||
@@ -89,3 +89,3 @@ "jest": "^22.4.2", | ||
"karma-rollup-preprocessor": "^5.1.1", | ||
"mocha": "^5.0.1", | ||
"mocha": "^5.0.4", | ||
"npm-check-updates": "^2.13.0", | ||
@@ -95,6 +95,6 @@ "pkg-ok": "^2.1.0", | ||
"rollup-plugin-babel": "^3.0.2", | ||
"rollup-plugin-commonjs": "^8.4.0", | ||
"rollup-plugin-commonjs": "^9.0.0", | ||
"rollup-plugin-flow-no-whitespace": "^1.0.0", | ||
"rollup-plugin-livereload": "^0.6.0", | ||
"rollup-plugin-node-resolve": "^3.0.3", | ||
"rollup-plugin-node-resolve": "^3.2.0", | ||
"rollup-plugin-replace": "^2.0.0", | ||
@@ -101,0 +101,0 @@ "rollup-plugin-serve": "^0.4.2", |
@@ -26,3 +26,3 @@ // @flow | ||
this.__dispatcher.dom.setStyle(this.__target, key, value); | ||
return value; | ||
// return value; | ||
}, | ||
@@ -29,0 +29,0 @@ configurable: true, |
@@ -581,3 +581,4 @@ // @flow | ||
// SKC means SingleKernelConfig | ||
Object.entries(kernels).forEach(([ key: string, fnOrSKC: string | SingleKernelConfig ]) => { | ||
Object.keys(kernels).forEach((key: string) => { | ||
const fnOrSKC: string | SingleKernelConfig = kernels[key]; | ||
// if it's a function, means we need to do nothing | ||
@@ -584,0 +585,0 @@ if (isFunction(fnOrSKC)) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1241997
26
29777