@jctrans-materials/shared 1.0.12 → 1.0.14

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,5 +1,6 @@
1
1
  import { RequestAdapter, RequestOptions } from '../types';
2
2
  /**
3
- * 🚀 支持 Nuxt 3 的 Fetch 适配器
3
+ * 🚀 增强版 Fetch 适配器
4
+ * 解决了生产环境代码混淆导致 d.json is not a function 的问题
4
5
  */
5
6
  export declare function createFetchAdapter(options?: RequestOptions): RequestAdapter;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jctrans-materials/shared",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "private": false,
5
5
  "description": "Shared logic for global modal components.",
6
6
  "main": "dist/index.cjs.js",