esm-loader-import-alias
Advanced tools
Comparing version
/// <reference types="node" /> | ||
declare type Options = { | ||
type Options = { | ||
parentURL: string; | ||
@@ -4,0 +4,0 @@ url: string; |
{ | ||
"name": "esm-loader-import-alias", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Chainable ESModule Loader for import path aliases", | ||
@@ -8,3 +8,2 @@ "homepage": "https://github.com/brev/esm-loaders/tree/main/packages/esm-loader-import-alias#readme", | ||
"main": "./dist/index.js", | ||
"packageManager": "pnpm@7", | ||
"type": "module", | ||
@@ -20,19 +19,19 @@ "types": "./dist/index.d.ts", | ||
"dependencies": { | ||
"astring": "^1.8.3", | ||
"create-esm-loader": "^0.1.2", | ||
"esquery": "^1.4.0", | ||
"meriyah": "^4.3.1", | ||
"astring": "^1.8.4", | ||
"create-esm-loader": "^0.2.3", | ||
"esquery": "^1.5.0", | ||
"meriyah": "^4.3.5", | ||
"npm-run-all": "^4.1.5" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.7.18", | ||
"@typescript-eslint/eslint-plugin": "^5.38.0", | ||
"@typescript-eslint/parser": "^5.38.0", | ||
"c8": "^7.12.0", | ||
"eslint": "^8.23.1", | ||
"eslint-config-prettier": "^8.5.0", | ||
"node-esm-loader": "^0.0.3", | ||
"prettier": "^2.7.1", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.8.3", | ||
"@types/node": "^18.15.5", | ||
"@typescript-eslint/eslint-plugin": "^5.56.0", | ||
"@typescript-eslint/parser": "^5.56.0", | ||
"c8": "^7.13.0", | ||
"eslint": "^8.36.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"node-esm-loader": "^0.2.3", | ||
"prettier": "^2.8.6", | ||
"rimraf": "^4.4.1", | ||
"typescript": "^5.0.2", | ||
"uvu": "^0.5.6" | ||
@@ -63,3 +62,3 @@ }, | ||
"build": "run-s bin:tsc", | ||
"build:watch": "run-s 'build --watch'", | ||
"build:watch": "run-s 'bin:tsc --watch'", | ||
"clean": "rimraf coverage/ dist/", | ||
@@ -66,0 +65,0 @@ "format": "run-s 'bin:prettier --write'", |
7229
27.16%5
25%100
75.44%+ Added
- Removed
Updated
Updated
Updated
Updated