Skip to content

Commit

Permalink
fix core version
Browse files Browse the repository at this point in the history
  • Loading branch information
manjarres09 committed Jan 18, 2025
1 parent 992feb3 commit 91ec187
Show file tree
Hide file tree
Showing 6 changed files with 4,141 additions and 7,054 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ns3",
"name": "trades-org",
"version": "0.0.0-development",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@nx/devkit": "20.0.3",
"colorette": "^2.0.20",
"flat": "^5.0.2",
"tslib": "^2.4.0",
"nx": "20.0.3"
"nx": "20.0.3",
"tslib": "^2.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/nx-serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0-semantic-release",
"license": "MIT",
"dependencies": {
"@trades-org/nx-core": "^0.1.6"
"@trades-org/nx-core": "^0.0.1"
},
"repository": {
"type": "git",
Expand Down
7 changes: 0 additions & 7 deletions packages/nx-serverless/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@
]
}
},
"publish": {
"executor": "@trades-org/nx-npm:publish",
"options": {
"npmRegistry": "https://npm.pkg.github.com",
"npmScope": "trades-org"
}
},
"release": {
"executor": "nx:run-commands",
"outputs": [],
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-serverless/src/generators/application/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"type": "object",
"properties": {
"plugin": {
"description": "Which plugin you want to use within serverless. @ns3/nx-serverless/plugin is still experimental.",
"description": "Which plugin you want to use within serverless. @trades-org/nx-serverless/plugin is still experimental.",
"type": "string",
"enum": ["serverless-esbuild", "@ns3/nx-serverless/plugin"],
"enum": ["serverless-esbuild", "@trades-org/nx-serverless/plugin"],
"default": "serverless-esbuild"
},
"name": {
Expand Down
Loading

0 comments on commit 91ec187

Please sign in to comment.