@bubble-labs/capacitor-widgetsbridge-plugin 7.0.3 → 7.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ require 'json'
3
3
  package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
4
4
 
5
5
  Pod::Spec.new do |s|
6
- s.name = 'CapacitorWidgetsbridgePlugin'
6
+ s.name = 'BubbleLabsCapacitorWidgetsbridgePlugin'
7
7
  s.version = package['version']
8
8
  s.summary = package['description']
9
9
  s.license = package['license']
@@ -1,4 +1,4 @@
1
1
  import type { WidgetsBridgePlugin } from './definitions';
2
- declare const WidgetsBridgePlugin: WidgetsBridgePlugin;
2
+ declare const WidgetsBridge: WidgetsBridgePlugin;
3
3
  export * from './definitions';
4
- export { WidgetsBridgePlugin };
4
+ export { WidgetsBridge };
package/dist/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { registerPlugin } from '@capacitor/core';
2
- const WidgetsBridgePlugin = registerPlugin('WidgetsBridgePlugin');
2
+ const WidgetsBridge = registerPlugin('WidgetsBridgePlugin');
3
3
  export * from './definitions';
4
- export { WidgetsBridgePlugin };
4
+ export { WidgetsBridge };
5
5
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAIjD,MAAM,mBAAmB,GAAG,cAAc,CAAsB,qBAAqB,CAAC,CAAC;AAEvF,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAIjD,MAAM,aAAa,GAAG,cAAc,CAAsB,qBAAqB,CAAC,CAAC;AAEjF,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,aAAa,EAAE,CAAC"}
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var core = require('@capacitor/core');
6
6
 
7
- const WidgetsBridgePlugin = core.registerPlugin('WidgetsBridgePlugin');
7
+ const WidgetsBridge = core.registerPlugin('WidgetsBridgePlugin');
8
8
 
9
- exports.WidgetsBridgePlugin = WidgetsBridgePlugin;
9
+ exports.WidgetsBridge = WidgetsBridge;
10
10
  //# sourceMappingURL=plugin.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.cjs.js","sources":["esm/index.js"],"sourcesContent":["import { registerPlugin } from '@capacitor/core';\nconst WidgetsBridgePlugin = registerPlugin('WidgetsBridgePlugin');\nexport * from './definitions';\nexport { WidgetsBridgePlugin };\n//# sourceMappingURL=index.js.map"],"names":["registerPlugin"],"mappings":";;;;;;AACK,MAAC,mBAAmB,GAAGA,mBAAc,CAAC,qBAAqB;;;;"}
1
+ {"version":3,"file":"plugin.cjs.js","sources":["esm/index.js"],"sourcesContent":["import { registerPlugin } from '@capacitor/core';\nconst WidgetsBridge = registerPlugin('WidgetsBridgePlugin');\nexport * from './definitions';\nexport { WidgetsBridge };\n//# sourceMappingURL=index.js.map"],"names":["registerPlugin"],"mappings":";;;;;;AACK,MAAC,aAAa,GAAGA,mBAAc,CAAC,qBAAqB;;;;"}
package/dist/plugin.js CHANGED
@@ -1,9 +1,9 @@
1
1
  var capacitorWidgetsBridgePlugin = (function (exports, core) {
2
2
  'use strict';
3
3
 
4
- const WidgetsBridgePlugin = core.registerPlugin('WidgetsBridgePlugin');
4
+ const WidgetsBridge = core.registerPlugin('WidgetsBridgePlugin');
5
5
 
6
- exports.WidgetsBridgePlugin = WidgetsBridgePlugin;
6
+ exports.WidgetsBridge = WidgetsBridge;
7
7
 
8
8
  Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.js","sources":["esm/index.js"],"sourcesContent":["import { registerPlugin } from '@capacitor/core';\nconst WidgetsBridgePlugin = registerPlugin('WidgetsBridgePlugin');\nexport * from './definitions';\nexport { WidgetsBridgePlugin };\n//# sourceMappingURL=index.js.map"],"names":["registerPlugin"],"mappings":";;;AACK,OAAC,mBAAmB,GAAGA,mBAAc,CAAC,qBAAqB;;;;;;;;;;;;"}
1
+ {"version":3,"file":"plugin.js","sources":["esm/index.js"],"sourcesContent":["import { registerPlugin } from '@capacitor/core';\nconst WidgetsBridge = registerPlugin('WidgetsBridgePlugin');\nexport * from './definitions';\nexport { WidgetsBridge };\n//# sourceMappingURL=index.js.map"],"names":["registerPlugin"],"mappings":";;;AACK,OAAC,aAAa,GAAGA,mBAAc,CAAC,qBAAqB;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bubble-labs/capacitor-widgetsbridge-plugin",
3
- "version": "7.0.3",
3
+ "version": "7.1.1",
4
4
  "description": "Capacitor plugin to interact with iOS WidgetKit",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -12,7 +12,7 @@
12
12
  "files": [
13
13
  "dist/",
14
14
  "ios/Plugin/",
15
- "CapacitorWidgetsbridgePlugin.podspec"
15
+ "BubbleLabsCapacitorWidgetsbridgePlugin.podspec"
16
16
  ],
17
17
  "author": "Dale Myszewski, Mustafa (0xn33t)",
18
18
  "license": "MIT",