@cspell/cspell-pipe
Advanced tools
Comparing version 7.0.1-alpha.0 to 7.0.1-alpha.1
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "7.0.1-alpha.0", | ||
"version": "7.0.1-alpha.1", | ||
"description": "Library to make working with Iterators/AsyncIterators easier.", | ||
@@ -20,5 +20,5 @@ "keywords": [ | ||
"license": "MIT", | ||
"type": "commonjs", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.mjs", | ||
"type": "module", | ||
"module": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"directories": { | ||
@@ -29,67 +29,59 @@ "dist": "dist" | ||
".": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
"import": "./dist/index.js" | ||
}, | ||
"./index": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
"import": "./dist/index.js" | ||
}, | ||
"./index.js": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
"import": "./dist/index.js" | ||
}, | ||
"./operators": { | ||
"import": "./dist/esm/operators/index.mjs", | ||
"require": "./dist/cjs/operators/index.js" | ||
"import": "./dist/operators/index.js" | ||
}, | ||
"./operators/index.js": { | ||
"import": "./dist/esm/operators/index.mjs", | ||
"require": "./dist/cjs/operators/index.js" | ||
"import": "./dist/operators/index.js" | ||
}, | ||
"./sync": { | ||
"import": "./dist/esm/sync/index.mjs", | ||
"require": "./dist/cjs/sync/index.js" | ||
"import": "./dist/sync/index.js" | ||
}, | ||
"./sync/index": { | ||
"import": "./dist/esm/sync/index.mjs", | ||
"require": "./dist/cjs/sync/index.js" | ||
"import": "./dist/sync/index.js" | ||
}, | ||
"./sync/index.js": { | ||
"import": "./dist/esm/sync/index.mjs", | ||
"require": "./dist/cjs/sync/index.js" | ||
"import": "./dist/sync/index.js" | ||
} | ||
}, | ||
"types": "dist/cjs/index.d.ts", | ||
"types": "dist/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"index.js": [ | ||
"dist/cjs/index.d.ts" | ||
"dist/index.d.ts" | ||
], | ||
"index.d.ts": [ | ||
"dist/cjs/index.d.ts" | ||
"dist/index.d.ts" | ||
], | ||
"operators": [ | ||
"dist/cjs/operators/index.d.ts" | ||
"dist/operators/index.d.ts" | ||
], | ||
"operators/*.js": [ | ||
"dist/cjs/operators/*.d.ts" | ||
"dist/operators/*.d.ts" | ||
], | ||
"operators/index.d.ts": [ | ||
"dist/cjs/operators/index.d.ts" | ||
"dist/operators/index.d.ts" | ||
], | ||
"sync": [ | ||
"dist/cjs/sync/index.d.ts" | ||
"dist/sync/index.d.ts" | ||
], | ||
"sync/index.js": [ | ||
"dist/cjs/sync/index.d.ts" | ||
"dist/sync/index.d.ts" | ||
], | ||
"sync/index.d.ts": [ | ||
"dist/cjs/sync/index.d.ts" | ||
"dist/sync/index.d.ts" | ||
], | ||
"dist/cjs/index.d.ts": [ | ||
"dist/cjs/index.d.ts" | ||
"dist/index.d.ts": [ | ||
"dist/index.d.ts" | ||
], | ||
"*": [ | ||
"dist/cjs/*.d.ts", | ||
"dist/cjs/*/index.d.ts" | ||
"dist/*.d.ts", | ||
"dist/*/index.d.ts" | ||
] | ||
@@ -108,5 +100,3 @@ } | ||
"scripts": { | ||
"build": "tsc -b . && ts2mjs dist/esm", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build:esm": "tsc -p tsconfig.esm.json && ts2mjs dist/esm", | ||
"build": "tsc -b .", | ||
"watch": "tsc -p . -w", | ||
@@ -132,5 +122,5 @@ "clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"", | ||
"devDependencies": { | ||
"globby": "^13.1.4" | ||
"globby": "^13.2.1" | ||
}, | ||
"gitHead": "9ac874fd367a2858df9aab07fafad183347f2033" | ||
"gitHead": "053cd11992a03203786ed64fdf9fa719eeded824" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Yes
43233
61
827
1