Skip to content

Commit aa0e428

Browse files
authored
chore: format generated files (#2659)
1 parent b55f1b6 commit aa0e428

File tree

439 files changed

+106488
-105726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

439 files changed

+106488
-105726
lines changed
Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
{
2-
"name": "@scaleway/sdk-account",
3-
"version": "2.0.0",
4-
"description": "Scaleway SDK account",
5-
"license": "Apache-2.0",
6-
"files": [
7-
"README.md",
8-
"dist"
9-
],
10-
"type": "module",
11-
"exports": {
12-
".": {
13-
"types": "./dist/index.gen.d.ts",
14-
"default": "./dist/index.gen.js"
15-
},
16-
"./*": {
17-
"types": "./dist/*/index.gen.d.ts",
18-
"default": "./dist/*/index.gen.js"
19-
}
20-
},
21-
"repository": {
22-
"type": "git",
23-
"directory": "packages_generated/account"
24-
},
25-
"engines": {
26-
"node": ">=20.19.6"
27-
},
28-
"scripts": {
29-
"package:check": "pnpm publint",
30-
"typecheck": "tsc --noEmit",
31-
"type:generate": "tsc --declaration -p tsconfig.build.json",
32-
"build": "vite build --config vite.config.ts && pnpm run type:generate",
33-
"build:profile": "npx vite-bundle-visualizer -c vite.config.ts"
34-
},
35-
"dependencies": {
36-
"@scaleway/random-name": "5.1.2",
37-
"@scaleway/sdk-std": "workspace:*"
38-
},
39-
"peerDependencies": {
40-
"@scaleway/sdk-client": "workspace:^"
41-
},
42-
"devDependencies": {
43-
"@scaleway/sdk-client": "workspace:^"
44-
}
2+
"name": "@scaleway/sdk-account",
3+
"version": "2.0.0",
4+
"description": "Scaleway SDK account",
5+
"license": "Apache-2.0",
6+
"files": [
7+
"README.md",
8+
"dist"
9+
],
10+
"type": "module",
11+
"exports": {
12+
".": {
13+
"types": "./dist/index.gen.d.ts",
14+
"default": "./dist/index.gen.js"
15+
},
16+
"./*": {
17+
"types": "./dist/*/index.gen.d.ts",
18+
"default": "./dist/*/index.gen.js"
19+
}
20+
},
21+
"repository": {
22+
"type": "git",
23+
"directory": "packages_generated/account"
24+
},
25+
"engines": {
26+
"node": ">=20.19.6"
27+
},
28+
"scripts": {
29+
"package:check": "pnpm publint",
30+
"typecheck": "tsc --noEmit",
31+
"type:generate": "tsc --declaration -p tsconfig.build.json",
32+
"build": "vite build --config vite.config.ts && pnpm run type:generate",
33+
"build:profile": "npx vite-bundle-visualizer -c vite.config.ts"
34+
},
35+
"dependencies": {
36+
"@scaleway/random-name": "5.1.2",
37+
"@scaleway/sdk-std": "workspace:*"
38+
},
39+
"peerDependencies": {
40+
"@scaleway/sdk-client": "workspace:^"
41+
},
42+
"devDependencies": {
43+
"@scaleway/sdk-client": "workspace:^"
44+
}
4545
}

0 commit comments

Comments
 (0)