@wise/wds-codemods 1.1.1 → 1.1.2-experimental-0be1391

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/wds-codemods",
3
- "version": "1.1.1",
3
+ "version": "1.1.2-experimental-0be1391",
4
4
  "license": "UNLICENSED",
5
5
  "author": "Wise Payments Ltd.",
6
6
  "repository": {
@@ -18,6 +18,21 @@
18
18
  "README.md",
19
19
  "package.json"
20
20
  ],
21
+ "scripts": {
22
+ "build": "tsdown",
23
+ "changeset": "changeset",
24
+ "lint": "pnpm run lint:js+ts && pnpm run lint:format",
25
+ "lint:js+ts": "eslint '**/*.{js,jsx,mjs,cjs,ts,tsx,mts,cts}' --concurrency=auto",
26
+ "lint:format": "prettier \"**/*\" --check --ignore-unknown",
27
+ "lint:types": "tsc --noEmit",
28
+ "lint:fix": "pnpm run lint:fix:js+ts && pnpm run lint:fix:format",
29
+ "lint:fix:js+ts": "pnpm run lint:js+ts --fix",
30
+ "lint:fix:format": "prettier \"**/*\" --write --ignore-unknown",
31
+ "prepare": "husky",
32
+ "release": "changeset publish",
33
+ "test": "jest",
34
+ "test:watch": "jest --watch"
35
+ },
21
36
  "dependencies": {
22
37
  "@anthropic-ai/claude-agent-sdk": "^0.1.73",
23
38
  "@inquirer/prompts": "^7.10.1",
@@ -29,20 +44,20 @@
29
44
  },
30
45
  "devDependencies": {
31
46
  "@anthropic-ai/sdk": "^0.71.2",
32
- "@babel/core": "^7.28.5",
47
+ "@babel/core": "^7.28.6",
33
48
  "@babel/plugin-syntax-import-meta": "^7.10.4",
34
- "@babel/preset-env": "^7.28.5",
49
+ "@babel/preset-env": "^7.28.6",
35
50
  "@babel/preset-typescript": "^7.28.5",
36
51
  "@changesets/changelog-github": "^0.5.2",
37
52
  "@changesets/cli": "^2.29.8",
38
- "@commitlint/cli": "^20.2.0",
39
- "@commitlint/config-conventional": "^20.2.0",
53
+ "@commitlint/cli": "^20.3.1",
54
+ "@commitlint/config-conventional": "^20.3.1",
40
55
  "@inquirer/testing": "^2.1.53",
41
56
  "@jest/globals": "^30.2.0",
42
- "@transferwise/components": "^46.116.1",
57
+ "@transferwise/components": "^46.118.0",
43
58
  "@types/jest": "^30.0.0",
44
59
  "@types/jscodeshift": "^17.3.0",
45
- "@types/node": "^24.10.4",
60
+ "@types/node": "^24.10.9",
46
61
  "@types/semver": "^7.7.1",
47
62
  "@wise/eslint-config": "^13.3.0",
48
63
  "babel-jest": "^30.2.0",
@@ -51,7 +66,7 @@
51
66
  "husky": "^9.1.7",
52
67
  "jest": "^30.2.0",
53
68
  "jest-file-snapshot": "^0.7.0",
54
- "prettier": "^3.7.4",
69
+ "prettier": "^3.8.0",
55
70
  "semver": "^7.7.3",
56
71
  "ts-jest": "^29.4.6",
57
72
  "ts-node": "^10.9.2",
@@ -61,18 +76,8 @@
61
76
  "publishConfig": {
62
77
  "access": "public"
63
78
  },
64
- "scripts": {
65
- "build": "tsdown",
66
- "changeset": "changeset",
67
- "lint": "pnpm run lint:js+ts && pnpm run lint:format",
68
- "lint:js+ts": "eslint '**/*.{js,jsx,mjs,cjs,ts,tsx,mts,cts}' --concurrency=auto",
69
- "lint:format": "prettier \"**/*\" --check --ignore-unknown",
70
- "lint:types": "tsc --noEmit",
71
- "lint:fix": "pnpm run lint:fix:js+ts && pnpm run lint:fix:format",
72
- "lint:fix:js+ts": "pnpm run lint:js+ts --fix",
73
- "lint:fix:format": "prettier \"**/*\" --write --ignore-unknown",
74
- "release": "changeset publish",
75
- "test": "jest",
76
- "test:watch": "jest --watch"
79
+ "packageManager": "pnpm@10.28.0",
80
+ "engines": {
81
+ "node": "^24"
77
82
  }
78
- }
83
+ }
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants-CcE2TmzN.js","names":[],"sources":["../src/constants.ts"],"sourcesContent":["export const CONSOLE_ICONS = {\n info: '\\x1b[34mℹ\\x1b[0m', // Blue info icon\n focus: '\\x1b[34m➙\\x1b[0m', // Blue arrow icon\n success: '\\x1b[32m✔\\x1b[0m', // Green checkmark\n warning: '\\x1b[33m⚠\\x1b[0m', // Yellow warning icon\n error: '\\x1b[31m✖\\x1b[0m', // Red cross icon\n claude: '\\x1b[35m💬\\x1b[0m', // Speech bubble\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,MAAa,gBAAgB;CAC3B,MAAM;CACN,OAAO;CACP,SAAS;CACT,SAAS;CACT,OAAO;CACP,QAAQ;CACT"}