@ait-co/devtools 0.1.54-beta.0 → 0.1.54

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": "@ait-co/devtools",
3
- "version": "0.1.54-beta.0",
3
+ "version": "0.1.54",
4
4
  "description": "Development tools for Apps in Toss mini-apps — mock SDK, floating devtools panel, and universal bundler plugin",
5
5
  "type": "module",
6
6
  "engines": {
@@ -45,22 +45,6 @@
45
45
  "files": [
46
46
  "dist"
47
47
  ],
48
- "scripts": {
49
- "build": "tsdown",
50
- "dev": "tsdown --watch",
51
- "typecheck": "tsc --noEmit && tsc --noEmit -p e2e/fixture/tsconfig.json && tsc --noEmit -p scripts/tsconfig.json",
52
- "test": "vitest run",
53
- "test:e2e": "playwright test",
54
- "e2e:build": "pnpm build && vite build --config e2e/fixture/vite.config.ts",
55
- "lint": "biome check .",
56
- "lint:fix": "biome check --write .",
57
- "format": "biome format --write .",
58
- "check-sdk-update": "tsx scripts/check-sdk-update.ts",
59
- "diff-sdk-exports": "tsx scripts/diff-sdk-exports.ts",
60
- "build:og": "tsx --tsconfig scripts/tsconfig.json scripts/build-og-image.tsx",
61
- "qa:fidelity": "tsx --tsconfig scripts/tsconfig.json scripts/fidelity-qa/index.ts",
62
- "prepublishOnly": "pnpm build && pnpm typecheck && pnpm test && pnpm build:og"
63
- },
64
48
  "peerDependencies": {
65
49
  "@apps-in-toss/web-framework": ">=2.6.0 <2.7.0"
66
50
  },
@@ -113,7 +97,6 @@
113
97
  "vite-plugin",
114
98
  "webpack-plugin"
115
99
  ],
116
- "packageManager": "pnpm@10.33.0",
117
100
  "license": "BSD-3-Clause",
118
101
  "publishConfig": {
119
102
  "access": "public"
@@ -125,5 +108,20 @@
125
108
  "homepage": "https://devtools.aitc.dev/",
126
109
  "bugs": {
127
110
  "url": "https://github.com/apps-in-toss-community/devtools/issues"
111
+ },
112
+ "scripts": {
113
+ "build": "tsdown",
114
+ "dev": "tsdown --watch",
115
+ "typecheck": "tsc --noEmit && tsc --noEmit -p e2e/fixture/tsconfig.json && tsc --noEmit -p scripts/tsconfig.json",
116
+ "test": "vitest run",
117
+ "test:e2e": "playwright test",
118
+ "e2e:build": "pnpm build && vite build --config e2e/fixture/vite.config.ts",
119
+ "lint": "biome check .",
120
+ "lint:fix": "biome check --write .",
121
+ "format": "biome format --write .",
122
+ "check-sdk-update": "tsx scripts/check-sdk-update.ts",
123
+ "diff-sdk-exports": "tsx scripts/diff-sdk-exports.ts",
124
+ "build:og": "tsx --tsconfig scripts/tsconfig.json scripts/build-og-image.tsx",
125
+ "qa:fidelity": "tsx --tsconfig scripts/tsconfig.json scripts/fidelity-qa/index.ts"
128
126
  }
129
- }
127
+ }