@typespec/mutator-framework 0.16.1-dev.1 → 0.17.0-dev.0

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.
@@ -49,7 +49,7 @@ export declare class SimpleMutationOptions extends MutationOptions {
49
49
  export declare class SimpleMutationEngine<TCustomMutations extends CustomMutationClasses> extends MutationEngine<TCustomMutations> {
50
50
  constructor($: Typekit, mutatorClasses: ConstructorsFor<TCustomMutations>);
51
51
  mutate<TType extends Type>(type: TType, options?: MutationOptions, halfEdge?: MutationHalfEdge): import("./mutation-engine.js").MutationFor<TCustomMutations, TType["kind"]>;
52
- mutateReference(reference: MemberType, options?: MutationOptions, halfEdge?: MutationHalfEdge): import("./mutation-engine.js").MutationFor<TCustomMutations, "Boolean" | "Number" | "String" | "Decorator" | "Intrinsic" | "FunctionType" | "FunctionParameter" | "Namespace" | "ScalarConstructor" | "StringTemplate" | "StringTemplateSpan" | "TemplateParameter" | "Enum" | "EnumMember" | "Interface" | "Model" | "ModelProperty" | "Operation" | "Scalar" | "Tuple" | "Union" | "UnionVariant">;
52
+ mutateReference(reference: MemberType, options?: MutationOptions, halfEdge?: MutationHalfEdge): import("./mutation-engine.js").MutationFor<TCustomMutations, "Boolean" | "Number" | "String" | "Decorator" | "Intrinsic" | "FunctionParameter" | "Namespace" | "ScalarConstructor" | "StringTemplate" | "StringTemplateSpan" | "TemplateParameter" | "Enum" | "EnumMember" | "Interface" | "Model" | "ModelProperty" | "Operation" | "Scalar" | "Tuple" | "Union" | "UnionVariant">;
53
53
  }
54
54
  export interface SingleMutationNode<T extends Type> {
55
55
  mutationNode: MutationNodeForType<T>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/mutator-framework",
3
- "version": "0.16.1-dev.1",
3
+ "version": "0.17.0-dev.0",
4
4
  "type": "module",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": {
@@ -17,14 +17,15 @@
17
17
  "license": "MIT",
18
18
  "description": "",
19
19
  "peerDependencies": {
20
- "@typespec/compiler": "^1.9.0 || >= 1.10.0-dev.7"
20
+ "@typespec/compiler": "^1.9.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@types/node": "~25.3.0",
24
- "@typespec/compiler": "^1.9.0 || >= 1.10.0-dev.7",
23
+ "@types/node": "~25.0.2",
24
+ "@typespec/compiler": "^1.9.0",
25
25
  "concurrently": "^9.1.2",
26
26
  "prettier": "~3.8.0"
27
27
  },
28
+ "dependencies": {},
28
29
  "scripts": {
29
30
  "build": "tsc -p tsconfig.build.json",
30
31
  "clean": "rimraf ./dist",
package/package.json.bak CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/mutator-framework",
3
- "version": "0.16.1-dev.1",
3
+ "version": "0.17.0-dev.0",
4
4
  "type": "module",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": {
@@ -31,12 +31,13 @@
31
31
  "license": "MIT",
32
32
  "description": "",
33
33
  "peerDependencies": {
34
- "@typespec/compiler": "^1.9.0 || >= 1.10.0-dev.7"
34
+ "@typespec/compiler": "^1.9.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@types/node": "~25.3.0",
38
- "@typespec/compiler": "^1.9.0 || >= 1.10.0-dev.7",
37
+ "@types/node": "~25.0.2",
38
+ "@typespec/compiler": "^1.9.0",
39
39
  "concurrently": "^9.1.2",
40
40
  "prettier": "~3.8.0"
41
- }
42
- }
41
+ },
42
+ "dependencies": {}
43
+ }