@ciderjs/gasnuki 0.2.7 → 0.2.8

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.
Files changed (1) hide show
  1. package/package.json +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ciderjs/gasnuki",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Type definitions and utilities for Google Apps Script client-side API",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -29,7 +29,6 @@
29
29
  "test:coverage": "vitest run --coverage",
30
30
  "update-coverage-badge": "jiti scripts/update-coverage-badge.ts README.md README.ja.md",
31
31
  "test:coverage:update": "pnpm test:coverage && pnpm update-coverage-badge",
32
- "postinstall": "pnpm run generate",
33
32
  "prepublish": "pnpm run generate && pnpm run check && pnpm run test:coverage:update && pnpm run build",
34
33
  "pg:react": "pnpm -C playground/react",
35
34
  "pg:vue": "pnpm -C playground/vue3"