Comparing version 7.0.4 to 7.0.5
{ | ||
"name": "zx", | ||
"version": "7.0.4", | ||
"version": "7.0.5", | ||
"description": "A tool for writing better scripts.", | ||
@@ -8,23 +8,27 @@ "type": "module", | ||
"types": "./build/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
".": [ | ||
"./build/index.d.ts" | ||
], | ||
"globals": [ | ||
"./build/globals.d.ts" | ||
], | ||
"experimental": [ | ||
"./build/experimental.d.ts" | ||
], | ||
"cli": [ | ||
"./build/cli.d.ts" | ||
], | ||
"core": [ | ||
"./build/core.d.ts" | ||
] | ||
} | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./build/index.d.ts", | ||
"import": "./build/index.js" | ||
}, | ||
"./globals": { | ||
"types": "./build/globals.d.ts", | ||
"import": "./build/globals.js" | ||
}, | ||
"./experimental": { | ||
"types": "./build/experimental.d.ts", | ||
"import": "./build/experimental.js" | ||
}, | ||
"./cli": { | ||
"types": "./build/cli.d.ts", | ||
"import": "./build/cli.js" | ||
}, | ||
"./core": { | ||
"types": "./build/core.d.ts", | ||
"import": "./build/core.js" | ||
}, | ||
".": "./build/index.js", | ||
"./globals": "./build/globals.js", | ||
"./experimental": "./build/experimental.js", | ||
"./cli": "./build/cli.js", | ||
"./core": "./build/core.js", | ||
"./package.json": "./package.json" | ||
@@ -31,0 +35,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65453