capacitor-adapty
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -12,3 +12,3 @@ import { registerPlugin, Capacitor } from '@capacitor/core'; | ||
const CapacitorAdapty = registerPlugin('Adapty', {}); | ||
const LIB_VERSION = "4.1.0"; | ||
const LIB_VERSION = "4.1.1"; | ||
class Adapty { | ||
@@ -15,0 +15,0 @@ constructor() { |
@@ -492,3 +492,3 @@ 'use strict'; | ||
const CapacitorAdapty = core.registerPlugin('Adapty', {}); | ||
const LIB_VERSION = "4.1.0"; | ||
const LIB_VERSION = "4.1.1"; | ||
class Adapty { | ||
@@ -495,0 +495,0 @@ constructor() { |
@@ -491,3 +491,3 @@ var capacitorAdapty = (function (exports, core) { | ||
const CapacitorAdapty = core.registerPlugin('Adapty', {}); | ||
const LIB_VERSION = "4.1.0"; | ||
const LIB_VERSION = "4.1.1"; | ||
class Adapty { | ||
@@ -494,0 +494,0 @@ constructor() { |
{ | ||
"name": "capacitor-adapty", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Adapty plugin for capacitor", | ||
@@ -52,2 +52,4 @@ "main": "dist/plugin.cjs.js", | ||
"ios/Plugin/", | ||
"android/src/main/", | ||
"android/build.gradle", | ||
"CapacitorAdapty.podspec" | ||
@@ -54,0 +56,0 @@ ], |
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
327407
85