@ciderjs/gasbombe 0.2.7 → 0.2.9

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/dist/cli.cjs CHANGED
@@ -11,7 +11,7 @@ require('consola');
11
11
  require('ejs');
12
12
  require('glob');
13
13
 
14
- const version = "0.2.7";
14
+ const version = "0.2.9";
15
15
 
16
16
  async function main() {
17
17
  const program = new commander.Command();
package/dist/cli.mjs CHANGED
@@ -9,7 +9,7 @@ import 'consola';
9
9
  import 'ejs';
10
10
  import 'glob';
11
11
 
12
- const version = "0.2.7";
12
+ const version = "0.2.9";
13
13
 
14
14
  async function main() {
15
15
  const program = new Command();
@@ -18,28 +18,28 @@
18
18
  "preview:web": "clasp open-web-app"
19
19
  },
20
20
  "dependencies": {
21
- "@ciderjs/gasnuki": "^0.3.1",
22
- "react": "^19.1.1",
23
- "react-dom": "^19.1.1"
21
+ "@ciderjs/gasnuki": "^0.3.2",
22
+ "react": "^19.2.0",
23
+ "react-dom": "^19.2.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@biomejs/biome": "^2.2.4",
27
- "@google/clasp": "3.0.6-alpha",
26
+ "@biomejs/biome": "^2.2.6",
27
+ "@google/clasp": "^3.1.0",
28
28
  "@rollup/plugin-alias": "^5.1.1",
29
- "@types/google-apps-script": "^2.0.3",
30
- "@types/node": "^24.5.2",
31
- "@types/react": "^19.1.13",
32
- "@types/react-dom": "^19.1.9",
33
- "@vitejs/plugin-react": "^5.0.3",
29
+ "@types/google-apps-script": "^2.0.5",
30
+ "@types/node": "^24.8.1",
31
+ "@types/react": "^19.2.2",
32
+ "@types/react-dom": "^19.2.2",
33
+ "@vitejs/plugin-react": "^5.0.4",
34
34
  "@vitest/coverage-v8": "3.2.4",
35
35
  "cpy-cli": "^6.0.0",
36
36
  "cross-var": "^1.1.0",
37
37
  "dotenv-cli": "^10.0.0",
38
38
  "rimraf": "^6.0.1",
39
- "rolldown": "1.0.0-beta.40",
39
+ "rolldown": "1.0.0-beta.43",
40
40
  "rolldown-plugin-remove-export": "^0.1.3",
41
- "typescript": "~5.9.2",
42
- "vite": "^7.1.6",
41
+ "typescript": "~5.9.3",
42
+ "vite": "^7.1.10",
43
43
  "vite-plugin-google-apps-script": "^0.4.0",
44
44
  "vite-plugin-singlefile": "^2.3.0",
45
45
  "vite-tsconfig-paths": "^5.1.4",
@@ -3,7 +3,7 @@ import alias from '@rollup/plugin-alias';
3
3
  import { defineConfig } from 'rolldown';
4
4
  import { removeExportPlugin } from 'rolldown-plugin-remove-export';
5
5
 
6
- const outputFile = 'index.js';
6
+ const outputFile = 'app.js';
7
7
 
8
8
  export default defineConfig({
9
9
  input: 'server/app.ts',
@@ -12,16 +12,16 @@
12
12
  },
13
13
  "dependencies": {},
14
14
  "devDependencies": {
15
- "@biomejs/biome": "^2.2.4",
16
- "@google/clasp": "3.0.6-alpha",
15
+ "@biomejs/biome": "^2.2.6",
16
+ "@google/clasp": "^3.1.0",
17
17
  "@rollup/plugin-alias": "^5.1.1",
18
- "@types/google-apps-script": "^2.0.3",
19
- "@types/node": "^24.5.2",
18
+ "@types/google-apps-script": "^2.0.5",
19
+ "@types/node": "^24.8.1",
20
20
  "@vitest/coverage-v8": "3.2.4",
21
21
  "cpy-cli": "^6.0.0",
22
- "rolldown": "1.0.0-beta.40",
22
+ "rolldown": "1.0.0-beta.43",
23
23
  "rolldown-plugin-remove-export": "^0.1.3",
24
- "typescript": "~5.9.2",
24
+ "typescript": "~5.9.3",
25
25
  "vite-tsconfig-paths": "^5.1.4",
26
26
  "vitest": "^3.2.4"
27
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ciderjs/gasbombe",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "description": "A TypeScript Project Generator for GoogleAppsScript, available as CLI",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -40,20 +40,20 @@
40
40
  },
41
41
  "homepage": "https://github.com/luthpg/gasbombe#readme",
42
42
  "dependencies": {
43
- "@inquirer/prompts": "^7.8.6",
43
+ "@inquirer/prompts": "^7.9.0",
44
44
  "commander": "^14.0.1",
45
45
  "consola": "^3.4.2",
46
46
  "ejs": "^3.1.10",
47
47
  "glob": "^11.0.3"
48
48
  },
49
49
  "devDependencies": {
50
- "@biomejs/biome": "^2.2.4",
50
+ "@biomejs/biome": "^2.2.6",
51
51
  "@types/ejs": "^3.1.5",
52
- "@types/node": "^24.5.2",
53
- "@typescript/native-preview": "7.0.0-dev.20250925.1",
52
+ "@types/node": "^24.8.1",
53
+ "@typescript/native-preview": "7.0.0-dev.20251018.1",
54
54
  "@vitest/coverage-v8": "3.2.4",
55
- "jiti": "^2.6.0",
56
- "typescript": "^5.9.2",
55
+ "jiti": "^2.6.1",
56
+ "typescript": "^5.9.3",
57
57
  "unbuild": "^3.6.1",
58
58
  "vitest": "^3.2.4"
59
59
  }