@xrmforge/cli 0.8.10 → 0.8.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ cd my-d365-project
|
|
|
55
55
|
xrmforge init
|
|
56
56
|
```
|
|
57
57
|
|
|
58
|
-
Use `--force` to scaffold into a non-empty directory (
|
|
58
|
+
Use `--force` to scaffold into a non-empty directory. Existing files are skipped (only the missing ones are written), so `--force` never overwrites your existing work.
|
|
59
59
|
|
|
60
60
|
---
|
|
61
61
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xrmforge/cli",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.11",
|
|
4
4
|
"description": "CLI for XrmForge - TypeScript type generator for Dynamics 365",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dynamics-365",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"commander": "^13.0.0",
|
|
33
33
|
"dotenv": "^17.4.2",
|
|
34
|
-
"@xrmforge/devkit": "0.7.
|
|
34
|
+
"@xrmforge/devkit": "0.7.26",
|
|
35
35
|
"@xrmforge/typegen": "0.13.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|