get-workspaces
Advanced tools
Comparing version 1.0.10 to 1.0.11
# get-workspaces | ||
## 1.0.11 | ||
### Patch Changes | ||
- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)]: | ||
- @changesets/types@6.0.0 | ||
## 1.0.10 | ||
@@ -4,0 +11,0 @@ |
export {}; |
export * from "./declarations/src/index"; | ||
//# sourceMappingURL=get-workspaces.cjs.d.ts.map |
'use strict'; | ||
if (process.env.NODE_ENV === "production") { | ||
module.exports = require("./get-workspaces.cjs.prod.js"); | ||
} else { | ||
module.exports = require("./get-workspaces.cjs.dev.js"); | ||
} | ||
// to make ts not complain | ||
throw new Error("get-workspaces has been replaced by @manypkg/get-packages, please use that package instead."); |
{ | ||
"name": "get-workspaces", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Get workspaces for yarn workspaces, bolt workspaces, or the root package for building repo-agnostic tools", | ||
"main": "dist/get-workspaces.cjs.js", | ||
"module": "dist/get-workspaces.esm.js", | ||
"exports": { | ||
".": { | ||
"types": { | ||
"import": "./dist/get-workspaces.cjs.mjs", | ||
"default": "./dist/get-workspaces.cjs.js" | ||
}, | ||
"module": "./dist/get-workspaces.esm.js", | ||
"import": "./dist/get-workspaces.cjs.mjs", | ||
"default": "./dist/get-workspaces.cjs.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"license": "MIT", | ||
"repository": "https://github.com/changesets/changesets/tree/main/packages/get-workspaces", | ||
"dependencies": { | ||
"@changesets/types": "^5.2.1", | ||
"@changesets/types": "^6.0.0", | ||
"fs-extra": "^7.0.1", | ||
@@ -12,0 +24,0 @@ "globby": "^9.2.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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
9659
11
1
14
+ Added@changesets/types@6.0.0(transitive)
- Removed@changesets/types@5.2.1(transitive)
Updated@changesets/types@^6.0.0