jsreport-scheduling
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "jsreport-scheduling", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "jsreport extension for scheduling background rendering jobs", | ||
"scripts": { | ||
"test": "mocha test --timeout=10000 && standard", | ||
"build": "npm run prepublish", | ||
"build": "jsreport-studio-build", | ||
"prepublish": "in-publish && jsreport-studio-build || not-in-publish" | ||
@@ -44,6 +44,6 @@ }, | ||
"eslint-plugin-babel": "3.2.0", | ||
"jsreport-core": "next", | ||
"jsreport-reports": "next", | ||
"jsreport-studio-dev": "0.3.1", | ||
"jsreport-templates": "next", | ||
"jsreport-core": "1.0.4", | ||
"jsreport-reports": "1.0.2", | ||
"jsreport-studio-dev": "1.0.0", | ||
"jsreport-templates": "1.0.1", | ||
"mocha": "2.5.3", | ||
@@ -50,0 +50,0 @@ "should": "9.0.2", |
@@ -192,5 +192,5 @@ /******/ (function(modules) { // webpackBootstrap | ||
case 10: | ||
this.setState({ active: null }); | ||
_activeReport = null; | ||
_jsreportStudio2.default.setPreviewFrameSrc('data:text/html;charset=utf-8,' + encodeURI(t.error || t.state)); | ||
this.setState({ active: null }); | ||
@@ -197,0 +197,0 @@ case 13: |
@@ -44,5 +44,5 @@ import React, { Component } from 'react' | ||
} else { | ||
this.setState({active: null}) | ||
_activeReport = null | ||
Studio.setPreviewFrameSrc('data:text/html;charset=utf-8,' + encodeURI(t.error || t.state)) | ||
this.setState({active: null}) | ||
} | ||
@@ -49,0 +49,0 @@ } |
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
98350