@requestnetwork/add-stakeholder
Advanced tools
Comparing version 0.1.1 to 0.1.2-next.1
@@ -224,3 +224,3 @@ var B = Object.defineProperty; | ||
}; | ||
if (await Promise.resolve(), !this.$$cn) | ||
if (await Promise.resolve(), !this.$$cn || this.$$c) | ||
return; | ||
@@ -234,2 +234,4 @@ const n = {}, i = q(this); | ||
} | ||
for (const s in this.$$p_d) | ||
!(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]); | ||
this.$$c = new this.$$ctor({ | ||
@@ -276,3 +278,3 @@ target: this.shadowRoot || this, | ||
this.$$cn = !1, Promise.resolve().then(() => { | ||
this.$$cn || (this.$$c.$destroy(), this.$$c = void 0); | ||
!this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$c = void 0); | ||
}); | ||
@@ -279,0 +281,0 @@ } |
{ | ||
"name": "@requestnetwork/add-stakeholder", | ||
"version": "0.1.1", | ||
"version": "0.1.2-next.1", | ||
"main": "./dist/web-component.umd.cjs", | ||
@@ -15,3 +15,4 @@ "scripts": { | ||
"clean": "rm -rf dist && rm -rf .svelte-kit", | ||
"is-release-needed": "bash ../../scripts/is-release-needed.sh" | ||
"check-release-type": "bash ../../scripts/check-release-type.sh", | ||
"publish-next-release": "bash ../../scripts/publish-next-release.sh" | ||
}, | ||
@@ -18,0 +19,0 @@ "exports": { |
@@ -1,3 +0,5 @@ | ||
# Request Network Add Stakeholder Component | ||
# Request Network Add Stakeholder Web Component | ||
[![npm version](https://badge.fury.io/js/%40requestnetwork%2Fadd-stakeholder.svg)](https://badge.fury.io/js/%40requestnetwork%2Fadd-stakeholder) | ||
## Introduction | ||
@@ -20,3 +22,3 @@ | ||
```html | ||
<AddStakeholder builderKey="..." webhookUrl=".."/> | ||
<AddStakeholder builderKey="..." webhookUrl=".."/> | ||
``` | ||
@@ -23,0 +25,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
213147
532
83