@ts-type/bluebird 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/bluebird@1.0.2...@ts-type/bluebird@1.0.3) (2026-03-07)
7
+
8
+ **Note:** Version bump only for package @ts-type/bluebird
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.0.2](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/bluebird@1.0.1...@ts-type/bluebird@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/bluebird",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Bluebird Promise 類型的增強類型定義 | Enhanced type definitions for Bluebird Promise",
5
5
  "keywords": [
6
6
  ".d.ts",
@@ -84,10 +84,10 @@
84
84
  },
85
85
  "dependencies": {
86
86
  "@types/bluebird": "*",
87
- "ts-type": "^3.0.2"
87
+ "ts-type": "^3.0.3"
88
88
  },
89
89
  "publishConfig": {
90
90
  "access": "public"
91
91
  },
92
- "gitHead": "57f82cba146cfef0d0f3f138e5ec736cd17f040d"
92
+ "gitHead": "4ef633a04245358fed59633c9d9ceff0607d30d3"
93
93
  }