webcc-key 1.0.14 → 1.0.15

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -4
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1,10 +1,8 @@
1
- declare namespace wkey {
2
- class Tkk{
1
+ declare class Tkk{
3
2
  constructor(token: string);
4
3
  tv(): void;
5
4
  get mini(): boolean;
6
5
  get e4(): string;
7
6
  }
8
- }
9
7
 
10
- export default wkey;
8
+ export default Tkk;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webcc-key",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "",
5
5
  "main": "dist/webcckey.min.js",
6
6
  "scripts": {