@ts-type/unpacked 1.0.2 → 1.0.3

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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.0.3](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/unpacked@1.0.2...@ts-type/unpacked@1.0.3) (2026-03-07)
7
+
8
+ **Note:** Version bump only for package @ts-type/unpacked
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.0.2](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/unpacked@1.0.1...@ts-type/unpacked@1.0.2) (2026-03-07)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-type/unpacked",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "類型解包裝工具,從複雜類型中提取內部類型 | Type unpacking utilities to extract inner types from complex types",
5
5
  "keywords": [
6
6
  ".d.ts",
@@ -83,10 +83,10 @@
83
83
  "tsc:showConfig": "ynpx get-current-tsconfig -p"
84
84
  },
85
85
  "dependencies": {
86
- "ts-type": "^3.0.2"
86
+ "ts-type": "^3.0.3"
87
87
  },
88
88
  "publishConfig": {
89
89
  "access": "public"
90
90
  },
91
- "gitHead": "57f82cba146cfef0d0f3f138e5ec736cd17f040d"
91
+ "gitHead": "4ef633a04245358fed59633c9d9ceff0607d30d3"
92
92
  }