@plasmicapp/nextjs-app-router 1.0.17 → 1.0.18

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.
@@ -2085,7 +2085,7 @@ var YError = class extends Error {
2085
2085
  }
2086
2086
  };
2087
2087
 
2088
- // node_modules/y18n/build/lib/platform-shims/node.js
2088
+ // ../../node_modules/y18n/build/lib/platform-shims/node.js
2089
2089
  var import_fs3 = require("fs");
2090
2090
  var import_util2 = require("util");
2091
2091
  var import_path3 = require("path");
@@ -2105,7 +2105,7 @@ var node_default = {
2105
2105
  }
2106
2106
  };
2107
2107
 
2108
- // node_modules/y18n/build/lib/index.js
2108
+ // ../../node_modules/y18n/build/lib/index.js
2109
2109
  var shim;
2110
2110
  var Y18N = class {
2111
2111
  constructor(opts) {
@@ -2266,7 +2266,7 @@ function y18n(opts, _shim) {
2266
2266
  };
2267
2267
  }
2268
2268
 
2269
- // node_modules/y18n/index.mjs
2269
+ // ../../node_modules/y18n/index.mjs
2270
2270
  var y18n2 = (opts) => {
2271
2271
  return y18n(opts, node_default);
2272
2272
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/nextjs-app-router",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.esm.js",
@@ -70,9 +70,9 @@
70
70
  "@types/node": "^20.8.9",
71
71
  "@types/react": "^18.0.27",
72
72
  "@types/yargs": "^17.0.32",
73
- "next": "^13.2.0",
73
+ "next": "^13.5.11",
74
74
  "react": "^18.2.0",
75
75
  "typescript": "^5.2.2"
76
76
  },
77
- "gitHead": "abfd8b249d026a1ac8eeaeba5a83a3043e5e82b3"
77
+ "gitHead": "400da4e813c2876ed9d2ada28ef265afd30c69d5"
78
78
  }