|
2 | 2 | "name": "@ptkdev/sveltekit-electron-adapter", |
3 | 3 | "displayName": "SvelteKit Adapter for Desktop Apps with Electron", |
4 | 4 | "description": "Adapter for SvelteKit apps that prerenders your entire site as a collection of static files for use with Electron", |
5 | | - "version": "0.2.0", |
| 5 | + "version": "0.2.1-nightly.0", |
6 | 6 | "main": "./index.js", |
7 | 7 | "type": "module", |
8 | 8 | "exports": { |
|
43 | 43 | "git-set-upstream": "git remote add upstream [email protected]:ptkdev/sveltekit-electron-adapter.git && git fetch upstream", |
44 | 44 | "git-pull-upstream": "git pull upstream main && git pull upstream beta && git pull upstream nightly", |
45 | 45 | "git-pull": "git pull --recursive", |
46 | | - "git-hash": "ts-node scripts/githash.ts", |
| 46 | + "git-hash": "ts-node --esm scripts/githash.ts", |
47 | 47 | "git-ignore-reset": "git rm -r --cached . && git add . && git commit -m \"[Fix] Removing all files in .gitignore\"", |
48 | | - "github-workflow-next-version": "ts-node scripts/version.ts", |
49 | | - "github-workflow-changelog": "ts-node scripts/changelog_release.ts", |
| 48 | + "github-workflow-next-version": "ts-node --esm scripts/version.ts", |
| 49 | + "github-workflow-changelog": "ts-node --esm scripts/changelog_release.ts", |
50 | 50 | "npm-publish-main": "git checkout main && npm publish", |
51 | 51 | "npm-publish-beta": "git checkout beta && npm publish --tag beta", |
52 | 52 | "npm-publish-nightly": "git checkout nightly && npm publish --tag nightly", |
|
63 | 63 | }, |
64 | 64 | "devDependencies": { |
65 | 65 | "@ptkdev/all-shields-cli": "^2.0.2", |
| 66 | + "@ptkdev/logger": "^1.8.0", |
66 | 67 | "@types/jest": "^29.4.0", |
67 | 68 | "@types/node": "^18.13.0", |
68 | 69 | "@types/shelljs": "^0.8.11", |
|
0 commit comments