Skip to content

Commit

Permalink
Update export maps for TypeScript 4.7+ (#944)
Browse files Browse the repository at this point in the history
* Update `framesync` export map with TS 4.7+ types

* Update `popmotion` export map with TS 4.7+ types

* Update `projection` export map with TS 4.7+ types

* Update `style-value-types` export map with TS 4.7+ types
  • Loading branch information
rossng authored Aug 10, 2022
1 parent 92358dc commit 3ae251c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/framesync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"unpkg": "./dist/framesync.min.js",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./dist/es/index.mjs",
"require": "./dist/framesync.cjs.js",
"default": "./dist/framesync.cjs.js"
Expand Down
1 change: 1 addition & 0 deletions packages/popmotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"unpkg": "./dist/popmotion.min.js",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./dist/es/index.mjs",
"require": "./dist/popmotion.cjs.js",
"default": "./dist/popmotion.cjs.js"
Expand Down
1 change: 1 addition & 0 deletions packages/projection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"unpkg": "./dist/projection.min.js",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./dist/es/index.mjs",
"require": "./dist/projection.cjs.js",
"default": "./dist/projection.cjs.js"
Expand Down
1 change: 1 addition & 0 deletions packages/style-value-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"jsnext:main": "dist/es/index.mjs",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./dist/es/index.mjs",
"require": "./dist/valueTypes.cjs.js",
"default": "./dist/valueTypes.cjs.js"
Expand Down

0 comments on commit 3ae251c

Please sign in to comment.