@posthog/nextjs-config 1.6.4 → 1.7.1

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/config.js CHANGED
@@ -67,7 +67,6 @@ function withWebpackConfig(userWebpackConfig, posthogConfig) {
67
67
  const isServer = options.isServer;
68
68
  if (sourceMapEnabled) {
69
69
  if (!turbopackEnabled) {
70
- webpackConfig.devtool = 'hidden-source-map';
71
70
  webpackConfig.plugins = webpackConfig.plugins || [];
72
71
  let currentConfig = posthogConfig;
73
72
  if (isServer) currentConfig = {
package/dist/config.mjs CHANGED
@@ -39,7 +39,6 @@ function withWebpackConfig(userWebpackConfig, posthogConfig) {
39
39
  const isServer = options.isServer;
40
40
  if (sourceMapEnabled) {
41
41
  if (!turbopackEnabled) {
42
- webpackConfig.devtool = 'hidden-source-map';
43
42
  webpackConfig.plugins = webpackConfig.plugins || [];
44
43
  let currentConfig = posthogConfig;
45
44
  if (isServer) currentConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posthog/nextjs-config",
3
- "version": "1.6.4",
3
+ "version": "1.7.1",
4
4
  "description": "NextJS configuration helper for Posthog 🦔",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,10 +32,10 @@
32
32
  },
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
- "@posthog/cli": "~0.5.16",
35
+ "@posthog/cli": "~0.5.17",
36
36
  "semver": "^7.7.2",
37
37
  "@posthog/core": "1.7.1",
38
- "@posthog/webpack-plugin": "1.1.4"
38
+ "@posthog/webpack-plugin": "1.2.1"
39
39
  },
40
40
  "keywords": [
41
41
  "posthog",