fix: package ts (#3161)

* fix: package

* fix base url...
This commit is contained in:
Gabe Ruttner
2026-03-04 14:36:30 -08:00
committed by GitHub
parent 5babd09679
commit 163918ae98
4 changed files with 9 additions and 3 deletions
+6
View File
@@ -5,6 +5,12 @@ All notable changes to Hatchet's TypeScript SDK will be documented in this chang
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.15.1] - 2026-03-04
### Fixed
- Fix npm publish so the package includes compiled JavaScript at the correct paths.
## [1.15.0] - 2026-03-03
### Added
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hatchet-dev/typescript-sdk",
"version": "1.15.0",
"version": "1.15.1",
"description": "Background task orchestration & visibility for developers",
"types": "dist/index.d.ts",
"files": [
+1 -1
View File
@@ -1 +1 @@
export const HATCHET_VERSION = '1.14.0';
export const HATCHET_VERSION = '1.15.1';
+1 -1
View File
@@ -1,5 +1,5 @@
{
"include": ["src/**/*.ts", "docs/**/*.ts"],
"include": ["src/**/*.ts"],
"exclude": [
"./dist",
"**/*.test-d.ts" // NOTE: disable this if modifying types.test-d.ts