@azure-tools/typespec-azure-resource-manager 0.44.0-dev.1 → 0.44.0-dev.2

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.
@@ -1,5 +1,5 @@
1
1
  export declare const namespace = "Azure.ResourceManager";
2
- export { $armCommonTypesVersion, getArmCommonTypeOpenAPIRef, getArmCommonTypesVersion, getArmCommonTypesVersions, isArmCommonType, type ArmCommonTypeVersions, type ArmCommonTypesResolutionOptions, } from "./common-types.js";
2
+ export { $armCommonTypesVersion, getArmCommonTypeOpenAPIRef, getArmCommonTypesVersion, getArmCommonTypesVersions, isArmCommonType, type ArmCommonTypesResolutionOptions, type ArmCommonTypeVersions, } from "./common-types.js";
3
3
  export * from "./namespace.js";
4
4
  export * from "./operations.js";
5
5
  export * from "./resource.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,0BAA0B,CAAC;AAEjD,OAAO,EACL,sBAAsB,EACtB,0BAA0B,EAC1B,wBAAwB,EACxB,yBAAyB,EACzB,eAAe,EACf,KAAK,qBAAqB,EAC1B,KAAK,+BAA+B,GACrC,MAAM,mBAAmB,CAAC;AAE3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAE9B,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAChC,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAEtC,eAAO,MAAM,MAAM,2CAEjB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,0BAA0B,CAAC;AAEjD,OAAO,EACL,sBAAsB,EACtB,0BAA0B,EAC1B,wBAAwB,EACxB,yBAAyB,EACzB,eAAe,EACf,KAAK,+BAA+B,EACpC,KAAK,qBAAqB,GAC3B,MAAM,mBAAmB,CAAC;AAE3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAE9B,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAChC,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAEtC,eAAO,MAAM,MAAM,2CAEjB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-resource-manager",
3
- "version": "0.44.0-dev.1",
3
+ "version": "0.44.0-dev.2",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Resource Manager library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",
@@ -62,9 +62,9 @@
62
62
  "@typespec/versioning": "~0.57.0 || >=0.58.0-dev <0.58.0",
63
63
  "@vitest/coverage-v8": "^1.6.0",
64
64
  "@vitest/ui": "^1.6.0",
65
- "c8": "^9.1.0",
65
+ "c8": "^10.1.2",
66
66
  "rimraf": "~5.0.7",
67
- "typescript": "~5.4.5",
67
+ "typescript": "~5.5.3",
68
68
  "vitest": "^1.6.0",
69
69
  "@typespec/tspd": "~0.46.0"
70
70
  },