@rpcbase/vite 0.65.0 → 0.66.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/vite",
3
- "version": "0.65.0",
3
+ "version": "0.66.0",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "scripts": {
@@ -48,6 +48,7 @@ export function posthogSourcemapsPlugin(opts = {}) {
48
48
  name: "posthog-sourcemaps",
49
49
  apply: "build",
50
50
  closeBundle: async () => {
51
+ console.log("ENVV", process.env)
51
52
  const envId = process.env.POSTHOG_CLI_ENV_ID
52
53
  const token = process.env.POSTHOG_CLI_TOKEN
53
54
  if (!envId || !token) {