@convocraft/launcher 0.1.30 → 0.1.31

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,53 +1,8 @@
1
1
  {
2
2
  "name": "@convocraft/launcher",
3
- "type": "module",
4
- "version": "0.1.30",
5
- "exports": {
6
- "./bubble": "./dist/bubble.js",
7
- "./init": "./dist/init.js",
8
- "./popup": "./dist/popup.js",
9
- "./package.json": "./package.json"
10
- },
11
- "main": "./dist/index.mjs",
12
- "module": "./dist/index.mjs",
13
- "types": "./dist/index.d.mts",
14
- "files": [
15
- "dist"
16
- ],
17
- "lint-staged": {
18
- "**/*.{ts,tsx,json,md}": [
19
- "pnpm run prettier:format",
20
- "git add ."
21
- ]
22
- },
23
- "devDependencies": {
24
- "@convocraft/nodes": "npm:@convocraftai/nodes@^0.2.151",
25
- "@tsconfig/strictest": "^2.0.8",
26
- "@types/node": "^25.1.0",
27
- "bumpp": "^10.4.0",
28
- "husky": "^9.1.7",
29
- "lint-staged": "^16.2.7",
30
- "oxlint": "^1.42.0",
31
- "oxlint-tsgolint": "^0.11.4",
32
- "prettier": "^3.8.1",
33
- "prettier-plugin-organize-imports": "^4.3.0",
34
- "tsdown": "^0.18.4",
35
- "typescript": "^5.9.3"
36
- },
3
+ "version": "0.1.31",
37
4
  "publishConfig": {
38
5
  "registry": "https://registry.npmjs.org/",
39
6
  "access": "public"
40
- },
41
- "scripts": {
42
- "build": "tsdown",
43
- "dev": "tsdown --watch",
44
- "lint": "oxlint --type-aware --type-check",
45
- "lint:fix": "oxlint --fix",
46
- "prettier:format": "prettier --write '**/*.{ts,tsx,json,md}'",
47
- "lint-staged": "lint-staged",
48
- "bumpp": "bumpp patch -y",
49
- "release": "pnpm run bumpp && pnpm run publish",
50
- "git:quick": "git add . && git commit -m \"build: hotfix\" && git push",
51
- "release:quick": "pnpm run git:quick && pnpm run bumpp && pnpm run build && pnpm publish --dir=dist"
52
7
  }
53
8
  }
package/dist/package.json DELETED
@@ -1,9 +0,0 @@
1
- {
2
- "name": "@convocraft/launcher",
3
- "version": "0.1.30",
4
- "packageManager": "pnpm@10.26.1",
5
- "publishConfig": {
6
- "registry": "https://registry.npmjs.org/",
7
- "access": "public"
8
- }
9
- }
File without changes
File without changes
File without changes
File without changes