@codebrew/capacitor-user-agent
Advanced tools
| 'use strict'; | ||
| Object.defineProperty(exports, '__esModule', { value: true }); | ||
| var core = require('@capacitor/core'); | ||
@@ -6,0 +4,0 @@ |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"plugin.cjs.js","sources":["esm/index.js","esm/web.js"],"sourcesContent":["import { registerPlugin } from '@capacitor/core';\nconst UserAgent = registerPlugin('UserAgent', {\n web: () => import('./web').then(m => new m.UserAgentPluginWeb()),\n});\nexport * from './definitions';\nexport { UserAgent };\n//# sourceMappingURL=index.js.map","import { WebPlugin } from '@capacitor/core';\nexport class UserAgentPluginWeb extends WebPlugin {\n async set(_options) {\n throw new Error('Method not implemented.');\n }\n async get() {\n throw new Error('Method not implemented.');\n }\n async reset() {\n throw new Error('Method not implemented.');\n }\n}\n//# sourceMappingURL=web.js.map"],"names":["registerPlugin","WebPlugin"],"mappings":";;;;;;AACK,MAAC,SAAS,GAAGA,mBAAc,CAAC,WAAW,EAAE;AAC9C,IAAI,GAAG,EAAE,MAAM,mDAAe,CAAC,IAAI,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC,kBAAkB,EAAE,CAAC;AACpE,CAAC;;ACFM,MAAM,kBAAkB,SAASC,cAAS,CAAC;AAClD,IAAI,MAAM,GAAG,CAAC,QAAQ,EAAE;AACxB,QAAQ,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;AACnD,KAAK;AACL,IAAI,MAAM,GAAG,GAAG;AAChB,QAAQ,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;AACnD,KAAK;AACL,IAAI,MAAM,KAAK,GAAG;AAClB,QAAQ,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;AACnD,KAAK;AACL;;;;;;;;;"} | ||
| {"version":3,"file":"plugin.cjs.js","sources":["esm/index.js","esm/web.js"],"sourcesContent":["import { registerPlugin } from '@capacitor/core';\nconst UserAgent = registerPlugin('UserAgent', {\n web: () => import('./web').then(m => new m.UserAgentPluginWeb()),\n});\nexport * from './definitions';\nexport { UserAgent };\n//# sourceMappingURL=index.js.map","import { WebPlugin } from '@capacitor/core';\nexport class UserAgentPluginWeb extends WebPlugin {\n async set(_options) {\n throw new Error('Method not implemented.');\n }\n async get() {\n throw new Error('Method not implemented.');\n }\n async reset() {\n throw new Error('Method not implemented.');\n }\n}\n//# sourceMappingURL=web.js.map"],"names":["registerPlugin","WebPlugin"],"mappings":";;;;AACK,MAAC,SAAS,GAAGA,mBAAc,CAAC,WAAW,EAAE;AAC9C,IAAI,GAAG,EAAE,MAAM,mDAAe,CAAC,IAAI,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC,kBAAkB,EAAE,CAAC;AACpE,CAAC;;ACFM,MAAM,kBAAkB,SAASC,cAAS,CAAC;AAClD,IAAI,MAAM,GAAG,CAAC,QAAQ,EAAE;AACxB,QAAQ,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC;AAClD;AACA,IAAI,MAAM,GAAG,GAAG;AAChB,QAAQ,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC;AAClD;AACA,IAAI,MAAM,KAAK,GAAG;AAClB,QAAQ,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC;AAClD;AACA;;;;;;;;;"} |
+0
-2
@@ -27,4 +27,2 @@ var capacitorUserAgent = (function (exports, core) { | ||
| Object.defineProperty(exports, '__esModule', { value: true }); | ||
| return exports; | ||
@@ -31,0 +29,0 @@ |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"plugin.js","sources":["esm/index.js","esm/web.js"],"sourcesContent":["import { registerPlugin } from '@capacitor/core';\nconst UserAgent = registerPlugin('UserAgent', {\n web: () => import('./web').then(m => new m.UserAgentPluginWeb()),\n});\nexport * from './definitions';\nexport { UserAgent };\n//# sourceMappingURL=index.js.map","import { WebPlugin } from '@capacitor/core';\nexport class UserAgentPluginWeb extends WebPlugin {\n async set(_options) {\n throw new Error('Method not implemented.');\n }\n async get() {\n throw new Error('Method not implemented.');\n }\n async reset() {\n throw new Error('Method not implemented.');\n }\n}\n//# sourceMappingURL=web.js.map"],"names":["registerPlugin","WebPlugin"],"mappings":";;;AACK,UAAC,SAAS,GAAGA,mBAAc,CAAC,WAAW,EAAE;IAC9C,IAAI,GAAG,EAAE,MAAM,mDAAe,CAAC,IAAI,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC,kBAAkB,EAAE,CAAC;IACpE,CAAC;;ICFM,MAAM,kBAAkB,SAASC,cAAS,CAAC;IAClD,IAAI,MAAM,GAAG,CAAC,QAAQ,EAAE;IACxB,QAAQ,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;IACnD,KAAK;IACL,IAAI,MAAM,GAAG,GAAG;IAChB,QAAQ,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;IACnD,KAAK;IACL,IAAI,MAAM,KAAK,GAAG;IAClB,QAAQ,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;IACnD,KAAK;IACL;;;;;;;;;;;;;;;;;"} | ||
| {"version":3,"file":"plugin.js","sources":["esm/index.js","esm/web.js"],"sourcesContent":["import { registerPlugin } from '@capacitor/core';\nconst UserAgent = registerPlugin('UserAgent', {\n web: () => import('./web').then(m => new m.UserAgentPluginWeb()),\n});\nexport * from './definitions';\nexport { UserAgent };\n//# sourceMappingURL=index.js.map","import { WebPlugin } from '@capacitor/core';\nexport class UserAgentPluginWeb extends WebPlugin {\n async set(_options) {\n throw new Error('Method not implemented.');\n }\n async get() {\n throw new Error('Method not implemented.');\n }\n async reset() {\n throw new Error('Method not implemented.');\n }\n}\n//# sourceMappingURL=web.js.map"],"names":["registerPlugin","WebPlugin"],"mappings":";;;AACK,UAAC,SAAS,GAAGA,mBAAc,CAAC,WAAW,EAAE;IAC9C,IAAI,GAAG,EAAE,MAAM,mDAAe,CAAC,IAAI,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC,kBAAkB,EAAE,CAAC;IACpE,CAAC;;ICFM,MAAM,kBAAkB,SAASC,cAAS,CAAC;IAClD,IAAI,MAAM,GAAG,CAAC,QAAQ,EAAE;IACxB,QAAQ,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC;IAClD;IACA,IAAI,MAAM,GAAG,GAAG;IAChB,QAAQ,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC;IAClD;IACA,IAAI,MAAM,KAAK,GAAG;IAClB,QAAQ,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC;IAClD;IACA;;;;;;;;;;;;;;;"} |
+17
-17
| { | ||
| "name": "@codebrew/capacitor-user-agent", | ||
| "version": "6.0.0", | ||
| "version": "7.0.0-alpha.1", | ||
| "description": "User Agent get/set/reset plugin for Capacitor", | ||
@@ -38,6 +38,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 UserAgentPlugin --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", | ||
@@ -48,20 +48,20 @@ "watch": "tsc --watch", | ||
| "devDependencies": { | ||
| "@capacitor/android": "^6.0.0", | ||
| "@capacitor/core": "^6.0.0", | ||
| "@capacitor/docgen": "^0.0.18", | ||
| "@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", | ||
| "@capacitor/plugin-migration-v5-to-v6": "^0.0.5", | ||
| "@ionic/eslint-config": "^0.3.0", | ||
| "@ionic/prettier-config": "^1.0.1", | ||
| "@ionic/swiftlint-config": "^1.1.2", | ||
| "eslint": "^7.11.0", | ||
| "prettier": "~2.3.0", | ||
| "prettier-plugin-java": "~1.0.2", | ||
| "rimraf": "^3.0.2", | ||
| "rollup": "^2.32.0", | ||
| "swiftlint": "^1.0.1", | ||
| "@ionic/eslint-config": "^0.4.0", | ||
| "@ionic/prettier-config": "^4.0.0", | ||
| "@ionic/swiftlint-config": "^2.0.0", | ||
| "eslint": "^8.57.0", | ||
| "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" | ||
| }, | ||
@@ -68,0 +68,0 @@ "prettier": "@ionic/prettier-config", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
18934
-0.82%143
-1.38%2
100%