Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@trackunit/create-iris-app-workspace

Package Overview
Dependencies
Maintainers
0
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trackunit/create-iris-app-workspace - npm Package Compare versions

Comparing version 0.0.286 to 0.0.288

25

bin/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc