@plasmicapp/nextjs-app-router 1.0.17 → 1.0.19
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.
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"types": "./dist/index.d.ts",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"prepare": "if-env PREPARE_NO_BUILD=true || yarn build"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@plasmicapp/prepass": "1.0.
|
|
29
|
-
"@plasmicapp/query": "0.1.
|
|
28
|
+
"@plasmicapp/prepass": "1.0.21",
|
|
29
|
+
"@plasmicapp/query": "0.1.81",
|
|
30
30
|
"cross-port-killer": "1.4.0",
|
|
31
31
|
"cross-spawn": "^7.0.3",
|
|
32
32
|
"get-port": "^7.0.0",
|
|
@@ -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.
|
|
73
|
+
"next": "^13.5.11",
|
|
74
74
|
"react": "^18.2.0",
|
|
75
75
|
"typescript": "^5.2.2"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "6b7adfd7b48f564d94e18eed3f1904c62dcd1e2d"
|
|
78
78
|
}
|