@convocraft/launcher 0.1.25 → 0.1.27

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,51 +1,7 @@
1
1
  {
2
2
  "name": "@convocraft/launcher",
3
- "type": "module",
4
- "version": "0.1.25",
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.145",
25
- "@tsconfig/strictest": "^2.0.8",
26
- "@types/node": "^25.0.10",
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.2",
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.27",
37
4
  "publishConfig": {
38
5
  "access": "public"
39
- },
40
- "scripts": {
41
- "build": "tsdown",
42
- "dev": "tsdown --watch",
43
- "lint": "oxlint --type-aware --type-check",
44
- "lint:fix": "oxlint --fix",
45
- "prettier:format": "prettier --write '**/*.{ts,tsx,json,md}'",
46
- "lint-staged": "lint-staged",
47
- "bumpp": "bumpp patch -y",
48
- "release": "pnpm run bumpp && pnpm publish",
49
- "release:quick": "git add . && git commit -m \"build: hotfix\" && git push && pnpm run release"
50
6
  }
51
7
  }
package/README.md DELETED
@@ -1,8 +0,0 @@
1
- [Invlidate](https://www.jsdelivr.com/tools/purge)
2
-
3
- ```
4
- https://cdn.jsdelivr.net/npm/@convocraft/launcher@0/dist/init.js,
5
- https://cdn.jsdelivr.net/npm/@convocraft/launcher@0/dist/bubble.js,
6
- https://cdn.jsdelivr.net/npm/@convocraft/launcher@0/dist/popup.js,
7
- https://cdn.jsdelivr.net/npm/@convocraft/launcher@0/dist/style.css
8
- ```
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes