onesignal-vue 1.0.0-beta2 → 1.0.0-beta3
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.
- package/.babelrc +8 -0
- package/.eslintrc.js +43 -0
- package/dist/index.d.ts +24 -2
- package/dist/index.es.js +0 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/index.ts +25 -4
- package/package.json +1 -1
- package/rollup.config.js +0 -1
package/dist/index.js
CHANGED
|
@@ -8571,7 +8571,6 @@ var setupOneSignalIfMissing = function () {
|
|
|
8571
8571
|
};
|
|
8572
8572
|
/* O N E S I G N A L A P I */
|
|
8573
8573
|
function init(options) {
|
|
8574
|
-
if (options === void 0) { options = {}; }
|
|
8575
8574
|
return new Promise(function (resolve) {
|
|
8576
8575
|
if (isOneSignalInitialized) {
|
|
8577
8576
|
return;
|