@dcoder-x/next 0.1.4 → 0.1.5

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.
@@ -45,6 +45,7 @@ class ClippyWebpackPlugin {
45
45
  const flows = new FlowInferrer_1.FlowInferrer(routes, elements, components).infer();
46
46
  const packageBuilder = new PackageBuilder_1.PackageBuilder();
47
47
  const artifacts = packageBuilder.buildArtifacts({
48
+ projectRoot: this.context.dir,
48
49
  buildId: this.context.buildId,
49
50
  bundler: 'webpack',
50
51
  routes,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcoder-x/next",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [
@@ -10,7 +10,7 @@
10
10
  "access": "public"
11
11
  },
12
12
  "dependencies": {
13
- "@dcoder-x/plugin-shared": "^0.1.5"
13
+ "@dcoder-x/plugin-shared": "^0.1.6"
14
14
  },
15
15
  "peerDependencies": {
16
16
  "next": ">=13.0.0",