@i.un/libs 0.0.4 → 0.0.5

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.
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export * from "@/common/index";
2
- export * from "@/browser/index";
3
- export * from "@/node/index";
1
+ export * from "./common/index";
2
+ export * from "./browser/index";
3
+ export * from "./node/index";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@i.un/libs",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "一个实用的ts函数库",
5
5
  "type": "module",
6
6
  "source": "src/index.ts",
@@ -1,5 +0,0 @@
1
- /**
2
- * @private
3
- * 序列化 api 参数, 相等的对象,返回相同的字符串
4
- */
5
- export declare function generateDeterministicUniqueKey(params: any): string;