@trackunit/create-iris-app-workspace
Advanced tools
Comparing version 0.0.286 to 0.0.288
@@ -5,20 +5,17 @@ #!/usr/bin/env node | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
const create_nx_workspace_1 = require("create-nx-workspace"); | ||
function main() { | ||
return tslib_1.__awaiter(this, void 0, void 0, function* () { | ||
const name = process.argv[2]; | ||
if (!name) { | ||
throw new Error("Please provide a name for the workspace"); | ||
} | ||
console.log(`Creating the workspace: ${name}`); | ||
const { directory } = yield (0, create_nx_workspace_1.createWorkspace)(`@trackunit/iris-app@latest`, { | ||
name, | ||
nxCloud: "skip", | ||
packageManager: "npm", | ||
}); | ||
console.log(`Successfully created the workspace: ${directory}.`); | ||
async function main() { | ||
const name = process.argv[2]; | ||
if (!name) { | ||
throw new Error("Please provide a name for the workspace"); | ||
} | ||
console.log(`Creating the workspace: ${name}`); | ||
const { directory } = await (0, create_nx_workspace_1.createWorkspace)(`@trackunit/iris-app@latest`, { | ||
name, | ||
nxCloud: "skip", | ||
packageManager: "npm", | ||
}); | ||
console.log(`Successfully created the workspace: ${directory}.`); | ||
} | ||
main(); | ||
//# sourceMappingURL=index.js.map |
@@ -5,2 +5,12 @@ # Changelog | ||
## [0.0.288](https://github.com/Trackunit/manager/compare/create-iris-app-workspace/0.0.287...create-iris-app-workspace/0.0.288) (2024-08-12) | ||
### Dependency Updates | ||
* `iris-app` updated to version `0.0.287` | ||
## [0.0.287](https://github.com/Trackunit/manager/compare/create-iris-app-workspace/0.0.286...create-iris-app-workspace/0.0.287) (2024-08-12) | ||
### Dependency Updates | ||
* `iris-app` updated to version `0.0.286` | ||
## [0.0.286](https://github.com/Trackunit/manager/compare/create-iris-app-workspace/0.0.285...create-iris-app-workspace/0.0.286) (2024-08-09) | ||
@@ -7,0 +17,0 @@ |
{ | ||
"name": "@trackunit/create-iris-app-workspace", | ||
"version": "0.0.286", | ||
"version": "0.0.288", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -13,6 +13,7 @@ "engines": { | ||
"dependencies": { | ||
"create-nx-workspace": "18.3.3", | ||
"create-nx-workspace": "19.5.6", | ||
"tslib": "^2.6.2" | ||
}, | ||
"main": "./bin/index.js" | ||
} | ||
"main": "./bin/index.js", | ||
"types": "./bin/index.d.ts" | ||
} |
Sorry, the diff of this file is not supported yet
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
63709
21
+ Addedcreate-nx-workspace@19.5.6(transitive)
- Removedcreate-nx-workspace@18.3.3(transitive)
Updatedcreate-nx-workspace@19.5.6