@capacitor/core
Advanced tools
Comparing version 0.0.8 to 0.0.10
@@ -0,1 +1,11 @@ | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return function (d, b) { | ||
extendStatics(d, b); | ||
function __() { this.constructor = d; } | ||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); | ||
}; | ||
})(); | ||
import { WebPlugin } from './index'; | ||
@@ -2,0 +12,0 @@ var MotionPluginWeb = /** @class */ (function (_super) { |
{ | ||
"name": "@capacitor/core", | ||
"version": "0.0.8", | ||
"version": "0.0.10", | ||
"description": "Cordova: cross-platform mobile apps with the web", | ||
@@ -9,3 +9,4 @@ "homepage": "http://getcapacitor.com/", | ||
"files": [ | ||
"dist/" | ||
"dist/", | ||
"native-bridge.js" | ||
], | ||
@@ -12,0 +13,0 @@ "scripts": { |
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
79144
27
1789