vite-plugin-cogs-sdk 2.11.2 → 3.0.0-alpha.0

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 +5 -3
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "A Vite plugin to easily setup your project to be a COGS plugin or custom content",
4
4
  "author": "Clockwork Dog <info@clockwork.dog>",
5
5
  "homepage": "https://github.com/clockwork-dog/cogs-sdk/tree/main/packages/vite-plugin",
6
- "version": "2.11.2",
6
+ "version": "3.0.0-alpha.0",
7
7
  "keywords": [
8
8
  "cogs",
9
9
  "vite-plugin"
@@ -36,7 +36,8 @@
36
36
  "types": "tsc --noEmit",
37
37
  "lint": "eslint",
38
38
  "build": "tsup src/index.ts --format cjs,esm --dts --clean",
39
- "release": "yarn npm publish --access public"
39
+ "release": "yarn npm publish --access public",
40
+ "prerelease": "yarn npm publish --access public --tag=next"
40
41
  },
41
42
  "peerDependencies": {
42
43
  "vite": ">=6.0.0"
@@ -52,5 +53,6 @@
52
53
  "typescript": "~5.8.3",
53
54
  "typescript-eslint": "^8.35.1",
54
55
  "vite": "^6.0.0"
55
- }
56
+ },
57
+ "stableVersion": "0.0.0"
56
58
  }