@contractspec/tool.create-contractspec-plugin 2.2.0 → 2.4.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.
package/dist/index.js CHANGED
@@ -1044,7 +1044,7 @@ describe("{{className}} Smoke Test", () => {
1044
1044
  "tests"
1045
1045
  ]
1046
1046
  }`,
1047
- "tsdown.config.js": `import { defineConfig, nodeLib } from "@contractspec/tool.bun";
1047
+ "bun.config.js": `import { defineConfig, nodeLib } from "@contractspec/tool.bun";
1048
1048
 
1049
1049
  export default defineConfig(() => ({
1050
1050
  ...nodeLib,
@@ -1043,7 +1043,7 @@ describe("{{className}} Smoke Test", () => {
1043
1043
  "tests"
1044
1044
  ]
1045
1045
  }`,
1046
- "tsdown.config.js": `import { defineConfig, nodeLib } from "@contractspec/tool.bun";
1046
+ "bun.config.js": `import { defineConfig, nodeLib } from "@contractspec/tool.bun";
1047
1047
 
1048
1048
  export default defineConfig(() => ({
1049
1049
  ...nodeLib,
@@ -1022,7 +1022,7 @@ describe("{{className}} Smoke Test", () => {
1022
1022
  "tests"
1023
1023
  ]
1024
1024
  }`,
1025
- "tsdown.config.js": `import { defineConfig, nodeLib } from "@contractspec/tool.bun";
1025
+ "bun.config.js": `import { defineConfig, nodeLib } from "@contractspec/tool.bun";
1026
1026
 
1027
1027
  export default defineConfig(() => ({
1028
1028
  ...nodeLib,
@@ -17,7 +17,7 @@ export declare function createExampleGeneratorTemplate(): {
17
17
  'tests/smoke.test.ts': string;
18
18
  '.eslintrc.json': string;
19
19
  'tsconfig.json': string;
20
- 'tsdown.config.js': string;
20
+ 'bun.config.js': string;
21
21
  LICENSE: string;
22
22
  'src/templates/index.ts': string;
23
23
  'src/templates/types.ts': string;
@@ -1023,7 +1023,7 @@ describe("{{className}} Smoke Test", () => {
1023
1023
  "tests"
1024
1024
  ]
1025
1025
  }`,
1026
- "tsdown.config.js": `import { defineConfig, nodeLib } from "@contractspec/tool.bun";
1026
+ "bun.config.js": `import { defineConfig, nodeLib } from "@contractspec/tool.bun";
1027
1027
 
1028
1028
  export default defineConfig(() => ({
1029
1029
  ...nodeLib,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/tool.create-contractspec-plugin",
3
- "version": "2.2.0",
3
+ "version": "2.4.0",
4
4
  "type": "module",
5
5
  "description": "CLI tool for creating ContractSpec plugins from templates",
6
6
  "keywords": [
@@ -55,8 +55,8 @@
55
55
  "README.md"
56
56
  ],
57
57
  "dependencies": {
58
- "@contractspec/lib.contracts-spec": "2.2.0",
59
- "@contractspec/lib.schema": "2.2.0",
58
+ "@contractspec/lib.contracts-spec": "2.4.0",
59
+ "@contractspec/lib.schema": "2.4.0",
60
60
  "@inquirer/prompts": "^8.2.1",
61
61
  "zod": "^4.3.5",
62
62
  "commander": "^14.0.3",
@@ -65,11 +65,11 @@
65
65
  "mustache": "^4.2.0"
66
66
  },
67
67
  "devDependencies": {
68
- "@contractspec/tool.typescript": "2.2.0",
68
+ "@contractspec/tool.typescript": "2.4.0",
69
69
  "@types/fs-extra": "^11.0.4",
70
70
  "@types/mustache": "^4.2.5",
71
71
  "typescript": "^5.9.3",
72
- "@contractspec/tool.bun": "2.2.0"
72
+ "@contractspec/tool.bun": "2.4.0"
73
73
  },
74
74
  "publishConfig": {
75
75
  "access": "public",