@certd/lib-iframe 1.41.3 → 1.41.4

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/CHANGELOG.md +6 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.41.4](https://github.com/certd/certd/compare/v1.41.3...v1.41.4) (2026-06-14)
7
+
8
+ ### Bug Fixes
9
+
10
+ * 修复设置里面不显示tab页签,导致某些页面需要点击查询按钮才有数据出来的bug ([c1b5a35](https://github.com/certd/certd/commit/c1b5a35f90a7d4b41397717b5c27905bc68e1bfb))
11
+
6
12
  ## [1.41.3](https://github.com/certd/certd/compare/v1.41.2...v1.41.3) (2026-06-11)
7
13
 
8
14
  **Note:** Version bump only for package @certd/lib-iframe
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@certd/lib-iframe",
3
3
  "private": false,
4
- "version": "1.41.3",
4
+ "version": "1.41.4",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
@@ -15,7 +15,8 @@
15
15
  "build2": "vue-tsc --noEmit && vite build",
16
16
  "preview": "vite preview",
17
17
  "test:unit": "cross-env NODE_ENV=unittest echo no unit tests",
18
- "pub": "npm publish"
18
+ "pub": "npm publish",
19
+ "compile": "npm run build"
19
20
  },
20
21
  "dependencies": {
21
22
  "nanoid": "^4.0.0"
@@ -34,5 +35,5 @@
34
35
  "tslib": "^2.8.1",
35
36
  "typescript": "^5.4.2"
36
37
  },
37
- "gitHead": "6cbd62977731a3b72c42b5f88c49500631da0a46"
38
+ "gitHead": "bc731e4fb119787930e816a7d57c808b1b5cd66a"
38
39
  }