@tinycloudlabs/web-sdk 0.2.0 → 0.2.1

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.
@@ -1,3 +1,5 @@
1
- export * from './UserAuthorization';
2
- export * from './Storage';
1
+ export * from "./UserAuthorization";
2
+ export * from "./Storage";
3
+ export * from "./tcw";
4
+ export { TinyCloudWeb } from "./tcw";
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/modules/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/modules/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,WAAW,CAAC;AAC1B,cAAc,OAAO,CAAC;AACtB,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinycloudlabs/web-sdk",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "A set of tools and utilities to help you build your app with TinyCloud.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@metamask/detect-provider": "^1.2.0",
27
- "@tinycloudlabs/web-core": "0.2.0",
28
- "@tinycloudlabs/web-sdk-wasm": "0.2.0",
27
+ "@tinycloudlabs/web-core": "0.2.1",
28
+ "@tinycloudlabs/web-sdk-wasm": "0.2.1",
29
29
  "assert": "^2.1.0",
30
30
  "axios": "^1.7.9",
31
31
  "browser": "^0.2.6",
@@ -1,21 +0,0 @@
1
- /*!
2
- * The buffer module from node.js, for the browser.
3
- *
4
- * @author Feross Aboukhadijeh <https://feross.org>
5
- * @license MIT
6
- */
7
-
8
- /*! https://mths.be/punycode v1.4.1 by @mathias */
9
-
10
- /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
11
-
12
- /*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
13
-
14
- /**
15
- * [js-sha3]{@link https://github.com/emn178/js-sha3}
16
- *
17
- * @version 0.8.0
18
- * @author Chen, Yi-Cyuan [emn178@gmail.com]
19
- * @copyright Chen, Yi-Cyuan 2015-2018
20
- * @license MIT
21
- */