frint-compat
Advanced tools
Comparing version 1.3.1 to 1.4.0
@@ -8,3 +8,3 @@ 'use strict'; | ||
/* eslint-disable import/no-extraneous-dependencies, func-names */ | ||
/* global describe, it, window, beforeEach, afterEach, resetDOM */ | ||
/* global describe, it, window, beforeEach, resetDOM */ | ||
describe('frint-compat › createApp', function () { | ||
@@ -11,0 +11,0 @@ var TestFooService = (0, _.createService)({ |
@@ -20,3 +20,3 @@ 'use strict'; | ||
/* eslint-disable import/no-extraneous-dependencies, func-names */ | ||
/* global describe, it, document, before, after */ | ||
/* global describe, it, document */ | ||
describe('frint-compat › createComponent', function () { | ||
@@ -23,0 +23,0 @@ it('is a function', function () { |
@@ -5,8 +5,2 @@ 'use strict'; | ||
var _chai2 = _interopRequireDefault(_chai); | ||
var _chaiEnzyme = require('chai-enzyme'); | ||
var _chaiEnzyme2 = _interopRequireDefault(_chaiEnzyme); | ||
var _sinon = require('sinon'); | ||
@@ -27,7 +21,5 @@ | ||
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } /* eslint-disable import/no-extraneous-dependencies, func-names */ | ||
/* global describe, it, before, beforeEach, afterEach */ | ||
/* global describe, it, beforeEach, afterEach */ | ||
_chai2.default.use((0, _chaiEnzyme2.default)()); | ||
describe('frint-compat › extendApp', function () { | ||
@@ -34,0 +26,0 @@ var App = _frint2.default.App; |
@@ -16,3 +16,3 @@ 'use strict'; | ||
/* eslint-disable import/no-extraneous-dependencies, func-names */ | ||
/* global describe, it, beforeEach, afterEach, window, document */ | ||
/* global describe, it, window, document */ | ||
describe('frint-compat › components › mapToProps', function () { | ||
@@ -19,0 +19,0 @@ it('is a function', function () { |
@@ -18,3 +18,3 @@ 'use strict'; | ||
/* eslint-disable import/no-extraneous-dependencies, func-names */ | ||
/* global before, afterEach, beforeEach, describe, it, window, document, resetDOM */ | ||
/* global describe, it, window, document, resetDOM */ | ||
describe('frint-compat › components › Region', function () { | ||
@@ -21,0 +21,0 @@ function generateCoreAppTemplate() { |
{ | ||
"name": "frint-compat", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "Backwards compatibility package for Frint", | ||
@@ -32,4 +32,4 @@ "main": "lib/index.js", | ||
"frint": "^1.3.1", | ||
"frint-model": "^1.3.1", | ||
"frint-react": "^1.3.1", | ||
"frint-model": "^1.4.0", | ||
"frint-react": "^1.4.0", | ||
"frint-store": "^1.3.1", | ||
@@ -36,0 +36,0 @@ "lodash": "^4.13.1", |
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
128897
2761
Updatedfrint-model@^1.4.0
Updatedfrint-react@^1.4.0