@microsoft/managed-apps-codegen 0.2.16 → 0.2.18

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/managed-apps-codegen",
3
- "version": "0.2.16",
3
+ "version": "0.2.18",
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.16.0",
48
+ "@microsoft/managed-apps-common": "0.17.0",
49
49
  "prettier": "3.8.1",
50
50
  "ts-morph": "27.0.2"
51
51
  },