@getclaps/button
Advanced tools
Comparing version 1.0.0-alpha.10 to 1.0.0-alpha.11
# CHANGELOG | ||
## v1.0.0-alpha.11 | ||
- Update poc.ts | ||
- Ship polyfill | ||
## v1.0.0-alpha.10 | ||
@@ -4,0 +8,0 @@ - Update tsconfig |
@@ -0,1 +1,2 @@ | ||
import 'broadcastchannel-polyfill'; | ||
import { LitElement } from "lit-element"; | ||
@@ -2,0 +3,0 @@ import { ConnectedCountElement } from "./connected-count"; |
@@ -17,2 +17,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
var ClapButton_1; | ||
import 'broadcastchannel-polyfill'; | ||
import { html, svg, LitElement, customElement, query, property } from "lit-element"; | ||
@@ -19,0 +20,0 @@ import { classMap } from 'lit-html/directives/class-map'; |
@@ -9,6 +9,6 @@ import { UUID } from "uuid-class"; | ||
url: URL | string; | ||
id: UUID | string; | ||
claps: number; | ||
id: UUID | string; | ||
nonce: number; | ||
}): Promise<boolean>; | ||
//# sourceMappingURL=poc.d.ts.map |
{ | ||
"name": "@getclaps/button", | ||
"version": "1.0.0-alpha.10", | ||
"version": "1.0.0-alpha.11", | ||
"description": "", | ||
@@ -44,2 +44,3 @@ "type": "module", | ||
"@werker/json-fetch": "^1.0.0", | ||
"broadcastchannel-polyfill": "^1.0.1", | ||
"kv-storage-polyfill": "^2.0.0", | ||
@@ -46,0 +47,0 @@ "lit-element": "^2.4.0", |
Sorry, the diff of this file is too big to display
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
Sorry, the diff of this file is not supported yet
476473
1487
6
+ Addedbroadcastchannel-polyfill@1.0.1(transitive)