From 3ac39b2607dec8b4fb1005bae6b49a9be3fadac8 Mon Sep 17 00:00:00 2001 From: "Ron B. Yeh" Date: Thu, 23 Dec 2021 23:54:41 -1000 Subject: [PATCH] Fix package.json types field. --- package.json | 2 +- src/version.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c8bedb9696..b040cdc02c 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "main": "./build/cjs/vexflow.js", "browser": "./build/cjs/vexflow.js", "module": "./build/esm/entry/vexflow.js", - "types": "./build/esm/entry/vexflow.d.ts", + "types": "./build/types/entry/vexflow.d.ts", "unpkg": "./build/cjs/vexflow.js", "jsdelivr": "./build/cjs/vexflow.js", "repository": { diff --git a/src/version.ts b/src/version.ts index afa5ee18a2..20ab3e76c0 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,3 +1,3 @@ export const VERSION: string = '4.0.0'; -export const ID: string = '437d802e9280e626a74adb2ecaec6cbe669b1b2d'; -export const DATE: string = '2021-12-24T07:48:55.675Z'; +export const ID: string = '109389bccab8a1bec421a9a4118515a3bc0e0de2'; +export const DATE: string = '2021-12-24T09:52:12.732Z';