capacitor-plugin-dynamsoft-barcode-reader
Advanced tools
Comparing version 2.1.1 to 3.0.0
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var core = require('@capacitor/core'); | ||
@@ -6,0 +4,0 @@ var dynamsoftCaptureVisionRouter = require('dynamsoft-capture-vision-router'); |
@@ -104,4 +104,2 @@ var capacitorDBR = (function (exports, core, dynamsoftCaptureVisionRouter, dynamsoftCore, dynamsoftLicense) { | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
return exports; | ||
@@ -108,0 +106,0 @@ |
{ | ||
"name": "capacitor-plugin-dynamsoft-barcode-reader", | ||
"version": "2.1.1", | ||
"version": "3.0.0", | ||
"description": "A capacitor plugin for Dynamsoft Barcode Reader", | ||
@@ -45,6 +45,6 @@ "main": "dist/plugin.cjs.js", | ||
"eslint": "eslint . --ext ts", | ||
"prettier": "prettier \"**/*.{css,html,ts,js,java}\"", | ||
"prettier": "prettier \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java", | ||
"swiftlint": "node-swiftlint", | ||
"docgen": "docgen --api DBRPlugin --output-readme README.md --output-json dist/docs.json", | ||
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.js", | ||
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs", | ||
"clean": "rimraf ./dist", | ||
@@ -55,19 +55,19 @@ "watch": "tsc --watch", | ||
"devDependencies": { | ||
"@capacitor/android": "^6.0.0", | ||
"@capacitor/core": "^6.0.0", | ||
"@capacitor/docgen": "^0.2.2", | ||
"@capacitor/ios": "^6.0.0", | ||
"@capacitor/android": "^7.0.0", | ||
"@capacitor/core": "^7.0.0", | ||
"@capacitor/docgen": "^0.3.0", | ||
"@capacitor/ios": "^7.0.0", | ||
"@ionic/eslint-config": "^0.4.0", | ||
"@ionic/prettier-config": "^1.0.1", | ||
"@ionic/swiftlint-config": "^1.1.2", | ||
"@ionic/prettier-config": "^4.0.0", | ||
"@ionic/swiftlint-config": "^2.0.0", | ||
"eslint": "^8.57.0", | ||
"prettier": "~2.3.0", | ||
"prettier-plugin-java": "~1.0.2", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.32.0", | ||
"swiftlint": "^1.0.1", | ||
"prettier": "^3.4.2", | ||
"prettier-plugin-java": "^2.6.6", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^4.30.1", | ||
"swiftlint": "^2.0.0", | ||
"typescript": "~4.1.5" | ||
}, | ||
"peerDependencies": { | ||
"@capacitor/core": "^6.0.0" | ||
"@capacitor/core": ">=7.0.0" | ||
}, | ||
@@ -74,0 +74,0 @@ "prettier": "@ionic/prettier-config", |
@@ -22,2 +22,4 @@ # capacitor-plugin-dynamsoft-barcode-reader | ||
For Capacitor 7, use 3.x. | ||
For Capacitor 6, use 2.x. | ||
@@ -24,0 +26,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
199
73581
796