@jigra/text-zoom
Advanced tools
Comparing version 4.0.0 to 5.0.0
import { registerPlugin } from '@jigra/core'; | ||
const TextZoom = registerPlugin('TextZoom', { | ||
ios: () => import('./ios').then(m => new m.TextZoomIOS()), | ||
ios: () => import('./ios').then((m) => new m.TextZoomIOS()), | ||
}); | ||
@@ -5,0 +5,0 @@ export * from './definitions'; |
@@ -8,3 +8,3 @@ 'use strict'; | ||
const TextZoom = core.registerPlugin('TextZoom', { | ||
ios: () => Promise.resolve().then(function () { return ios; }).then(m => new m.TextZoomIOS()), | ||
ios: () => Promise.resolve().then(function () { return ios; }).then((m) => new m.TextZoomIOS()), | ||
}); | ||
@@ -11,0 +11,0 @@ |
@@ -5,3 +5,3 @@ var jigraTextZoom = (function (exports, core) { | ||
const TextZoom = core.registerPlugin('TextZoom', { | ||
ios: () => Promise.resolve().then(function () { return ios; }).then(m => new m.TextZoomIOS()), | ||
ios: () => Promise.resolve().then(function () { return ios; }).then((m) => new m.TextZoomIOS()), | ||
}); | ||
@@ -8,0 +8,0 @@ |
{ | ||
"name": "@jigra/text-zoom", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "The Text Zoom API provides the ability to change Web View text size for visual accessibility.", | ||
@@ -16,10 +16,10 @@ "main": "dist/plugin.cjs.js", | ||
], | ||
"author": "Navify Team", | ||
"author": "Family", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/navify/jigra-plugins" | ||
"url": "https://github.com/familyjs/jigra-plugins" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/navify/jigra-plugins/issues" | ||
"url": "https://github.com/familyjs/jigra-plugins/issues" | ||
}, | ||
@@ -37,3 +37,3 @@ "keywords": [ | ||
"lint": "npm run eslint && npm run prettier -- --check", | ||
"fmt": "npm run eslint -- --fix && npm run prettier -- --write", | ||
"fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format", | ||
"eslint": "eslint . --ext ts", | ||
@@ -50,10 +50,10 @@ "prettier": "prettier \"**/*.{css,html,ts,js,java}\"", | ||
"devDependencies": { | ||
"@jigra/android": "4.0.0", | ||
"@jigra/core": "4.0.0", | ||
"@jigra/docgen": "0.0.18", | ||
"@jigra/ios": "4.0.0", | ||
"@navify/eslint-config": "^0.3.0", | ||
"@navify/prettier-config": "~1.0.1", | ||
"@navify/swiftlint": "^1.0.1-beta.0", | ||
"@navify/swiftlint-config": "^1.1.2", | ||
"@familyjs/eslint-config": "^0.3.0", | ||
"@familyjs/prettier-config": "~2.0.0", | ||
"@familyjs/swiftlint": "^1.0.2", | ||
"@familyjs/swiftlint-config": "^1.1.3", | ||
"@jigra/android": "5.0.0", | ||
"@jigra/core": "5.0.0", | ||
"@jigra/docgen": "0.2.1", | ||
"@jigra/ios": "5.0.0", | ||
"eslint": "^7.11.0", | ||
@@ -67,8 +67,8 @@ "prettier": "~2.3.0", | ||
"peerDependencies": { | ||
"@jigra/core": "4.0.0" | ||
"@jigra/core": "5.0.0" | ||
}, | ||
"prettier": "@navify/prettier-config", | ||
"swiftlint": "@navify/swiftlint-config", | ||
"prettier": "@familyjs/prettier-config", | ||
"swiftlint": "@familyjs/swiftlint-config", | ||
"eslintConfig": { | ||
"extends": "@navify/eslint-config/recommended" | ||
"extends": "@familyjs/eslint-config/recommended" | ||
}, | ||
@@ -85,4 +85,3 @@ "jigra": { | ||
"access": "public" | ||
}, | ||
"gitHead": "63476388de4d08b8826f7a845b6125d2daebcc76" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
34876
27