@plasmicapp/nextjs-app-router 1.0.22 → 1.0.23

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.
@@ -359,9 +359,9 @@ var require_which = __commonJS({
359
359
  }
360
360
  });
361
361
 
362
- // ../../node_modules/cross-spawn/node_modules/path-key/index.js
362
+ // ../../node_modules/path-key/index.js
363
363
  var require_path_key = __commonJS({
364
- "../../node_modules/cross-spawn/node_modules/path-key/index.js"(exports, module2) {
364
+ "../../node_modules/path-key/index.js"(exports, module2) {
365
365
  "use strict";
366
366
  var pathKey = (options = {}) => {
367
367
  const environment = options.env || process.env;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/nextjs-app-router",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.esm.js",
@@ -69,10 +69,10 @@
69
69
  "@types/cross-spawn": "^6.0.6",
70
70
  "@types/node": "^20.8.9",
71
71
  "@types/react": "^18",
72
- "@types/yargs": "^17.0.32",
72
+ "@types/yargs": "^17.0.35",
73
73
  "next": "^13.5.11",
74
74
  "react": "^18.2.0",
75
75
  "typescript": "^5.2.2"
76
76
  },
77
- "gitHead": "e1ca5cfd7107719663e14b557a79161e7e657a1a"
77
+ "gitHead": "f110feb3414bdfdcbd84167e91a951f8dcd4dd60"
78
78
  }