@coex/graphql-vercajk
Advanced tools
Comparing version 1.0.0-beta.3 to 1.0.0-beta.4
{ | ||
"name": "@coex/graphql-vercajk", | ||
"version": "1.0.0-beta.3", | ||
"version": "1.0.0-beta.4", | ||
"description": "Collection of graphql tools", | ||
@@ -10,2 +10,3 @@ "bin": { | ||
"scripts": { | ||
"version:create": "cd scripts && tsx create-version", | ||
"test": "vitest", | ||
@@ -12,0 +13,0 @@ "npm:publish:beta": "rm -rf dist && yarn build && cd dist && npm publish --tag beta --access=public", |
import { existsSync, mkdirSync, writeFileSync } from 'fs'; | ||
import { join, resolve } from 'path'; | ||
import packageJson from '../../package.json' assert { type: 'json' }; | ||
import { VERSION } from '../version.js'; | ||
import { cliColors, toSnakeCase } from './utils.js'; | ||
const PREFIX = `/** | ||
* 🚫 Auto-generated by ${packageJson.name}@${packageJson.version} | ||
* 🚫 Auto-generated by @coex/graphql-vercajk@${VERSION.TAG} | ||
* ⚠️ Do not edit this file manually, otherwise, your changes will end up in the void... | ||
@@ -8,0 +8,0 @@ * 🤖 "I'm sorry, Dave. I'm afraid I can't do that." |
16001
22
382