@sapphire/pieces
Advanced tools
Comparing version 3.0.1-next.56844a6.0 to 3.0.1-next.fcedd87.0
{ | ||
"name": "@sapphire/pieces", | ||
"version": "3.0.1-next.56844a6.0", | ||
"version": "3.0.1-next.fcedd87.0", | ||
"description": "Sapphire's piece loader.", | ||
@@ -8,3 +8,3 @@ "main": "dist/index.js", | ||
"exports": { | ||
"import": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
@@ -21,3 +21,3 @@ }, | ||
"clean": "node scripts/clean-dist.mjs", | ||
"build": "tsc -b src && node scripts/make-import.mjs", | ||
"build": "tsc -b src && node scripts/make-import.mjs && gen-esm-wrapper dist/index.js dist/index.mjs", | ||
"watch": "tsc -b src -w", | ||
@@ -45,5 +45,5 @@ "sversion": "standard-version", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"gen-esm-wrapper": "^1.1.3", | ||
"husky": "^7.0.2", | ||
"lint-staged": "^11.1.2", | ||
"npm-run-all": "^4.1.5", | ||
"pretty-quick": "^3.1.1", | ||
@@ -53,3 +53,3 @@ "standard-version": "^9.3.1", | ||
"typedoc-plugin-nojekyll": "^1.0.1", | ||
"typescript": "^4.4.2" | ||
"typescript": "^4.4.3" | ||
}, | ||
@@ -56,0 +56,0 @@ "repository": { |
79233
34
1659