@microsoft/managed-apps-codegen 0.2.10 → 0.2.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
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
# @microsoft/managed-apps-codegen
|
|
2
2
|
|
|
3
|
-
AST-based TypeScript code generation for the Microsoft
|
|
3
|
+
AST-based TypeScript code generation for the Microsoft managed apps stack, built on [ts-morph](https://ts-morph.com/). It generates the typed data-source client code (Dataverse models and services) emitted during developer actions. Internal implementation detail of [`@microsoft/managed-apps-actions`](https://www.npmjs.com/package/@microsoft/managed-apps-actions).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/managed-apps-codegen",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.11",
|
|
4
4
|
"description": "AST-based TypeScript code generation for Microsoft Managed Apps",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"clean": "bun ../../scripts/clean.ts dist .turbo tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@microsoft/managed-apps-common": "0.11.
|
|
48
|
+
"@microsoft/managed-apps-common": "0.11.1",
|
|
49
49
|
"prettier": "3.8.1",
|
|
50
50
|
"ts-morph": "27.0.2"
|
|
51
51
|
},
|