diff --git a/dist/build-package.ps1 b/dist/build-package.ps1 index ebe370f3..7f17870c 100644 --- a/dist/build-package.ps1 +++ b/dist/build-package.ps1 @@ -52,7 +52,7 @@ Write-Host "Folder :" $outFolder "----------------------------------"; "" "Stamp version in umbraco-package.json" -$umbracoPackagePath = '../uSync.BackOffice.Management.Client/assets/public/umbraco-package.json' +$umbracoPackagePath = '../uSync.BackOffice.Management.Client/usync-assets/public/umbraco-package.json' $packageJson = Get-Content $umbracoPackagePath -Raw | ConvertFrom-Json $packageJson.Version = $fullVersion $packageJson | ConvertTo-Json -Depth 32 | Set-Content $umbracoPackagePath @@ -85,7 +85,7 @@ foreach($project in $projects) { } ""; "##### Generating NPM Client Package"; "----------------------------------" ; "" -Set-Location ..\uSync.Backoffice.Management.Client\assets\ +Set-Location ..\uSync.Backoffice.Management.Client\usync-assets\ npm version $fullVersion npm run dist diff --git a/uSync.BackOffice.Targets/appsettings-schema.usync.json b/uSync.BackOffice.Targets/appsettings-schema.usync.json index 7655066b..d1fd62f7 100644 --- a/uSync.BackOffice.Targets/appsettings-schema.usync.json +++ b/uSync.BackOffice.Targets/appsettings-schema.usync.json @@ -170,12 +170,12 @@ }, "DisableDashboard": { "type": "boolean", - "description": "Disable the default dashboard (so people can't accedently press the buttons).", + "description": "Disable the default dashboard (so people can't accidently press the buttons).", "default": "false" }, "SummaryDashboard": { "type": "boolean", - "description": "summerize results (for when there are loads and loads of items)\n ", + "description": "summarize results (for when there are loads and loads of items)\n ", "default": "false" }, "SummaryLimit": { @@ -280,7 +280,7 @@ }, "FailOnMissingParent": { "type": "boolean", - "description": "Imports should fail if the parent item is missing (if false, item be importated go a close as possible to location)", + "description": "Imports should fail if the parent item is missing (if false, item be imported go a close as possible to location)", "default": false }, "Group": { diff --git a/uSync.Backoffice.Management.Client/usync-assets/package-lock.json b/uSync.Backoffice.Management.Client/usync-assets/package-lock.json index b6b25c2f..b3fd5b97 100644 --- a/uSync.Backoffice.Management.Client/usync-assets/package-lock.json +++ b/uSync.Backoffice.Management.Client/usync-assets/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jumoo/usync-assets", - "version": "14.0.0-beta002", + "version": "14.0.0-beta003", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jumoo/usync-assets", - "version": "14.0.0-beta002", + "version": "14.0.0-beta003", "license": "MPL-2.0", "dependencies": { "@microsoft/signalr": "^8.0.0", diff --git a/uSync.Backoffice.Management.Client/usync-assets/package.json b/uSync.Backoffice.Management.Client/usync-assets/package.json index 0bf8c309..b2eb4e90 100644 --- a/uSync.Backoffice.Management.Client/usync-assets/package.json +++ b/uSync.Backoffice.Management.Client/usync-assets/package.json @@ -2,7 +2,7 @@ "name": "@jumoo/usync-assets", "license": "MPL-2.0", "type": "module", - "version": "14.0.0-beta002", + "version": "14.0.0-beta003", "main": "./dist/usync.js", "types": "./dist/index.d.ts", "module": "./dist/usync.js", diff --git a/uSync.Backoffice.Management.Client/usync-assets/public/umbraco-package.json b/uSync.Backoffice.Management.Client/usync-assets/public/umbraco-package.json index 59af9f87..15bc58ab 100644 --- a/uSync.Backoffice.Management.Client/usync-assets/public/umbraco-package.json +++ b/uSync.Backoffice.Management.Client/usync-assets/public/umbraco-package.json @@ -2,7 +2,7 @@ "$schema": "../umbraco-package-schema.json", "name": "uSync", "id": "usync", - "version": "14.0.0-beta002", + "version": "14.0.0-beta003", "allowTelemetry": true, "extensions": [ {