@powerlines/plugin-plugin 0.12.72 → 0.12.74

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.
@@ -41,12 +41,19 @@ const plugin = __assignType((options = {}) => {
41
41
  variant: "tsdown",
42
42
  platform: "node",
43
43
  nodeProtocol: true,
44
- unbundle: true,
44
+ unbundle: false,
45
45
  minify: false,
46
46
  export: {
47
47
  all: true
48
48
  },
49
- skipNodeModulesBundle: true
49
+ skipNodeModulesBundle: true,
50
+ external: [
51
+ "@powerlines/deepkit",
52
+ "@powerlines/deepkit/vendor/type-compiler",
53
+ "@powerlines/deepkit/vendor/type-spec",
54
+ "@powerlines/deepkit/vendor/type",
55
+ "@powerlines/deepkit/vendor/core"
56
+ ]
50
57
  }
51
58
  };
52
59
  }, ['config', 'P"/!']),
package/dist/src/index.js CHANGED
@@ -38,12 +38,19 @@ const plugin = __assignType((options = {}) => {
38
38
  variant: "tsdown",
39
39
  platform: "node",
40
40
  nodeProtocol: true,
41
- unbundle: true,
41
+ unbundle: false,
42
42
  minify: false,
43
43
  export: {
44
44
  all: true
45
45
  },
46
- skipNodeModulesBundle: true
46
+ skipNodeModulesBundle: true,
47
+ external: [
48
+ "@powerlines/deepkit",
49
+ "@powerlines/deepkit/vendor/type-compiler",
50
+ "@powerlines/deepkit/vendor/type-spec",
51
+ "@powerlines/deepkit/vendor/type",
52
+ "@powerlines/deepkit/vendor/core"
53
+ ]
47
54
  }
48
55
  };
49
56
  }, ['config', 'P"/!']),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-plugin",
3
- "version": "0.12.72",
3
+ "version": "0.12.74",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -128,10 +128,10 @@
128
128
  "@stryke/convert": "^0.6.30",
129
129
  "defu": "^6.1.4",
130
130
  "jiti": "^2.6.1",
131
- "powerlines": "^0.36.25"
131
+ "powerlines": "^0.36.26"
132
132
  },
133
133
  "devDependencies": {
134
- "@powerlines/nx": "^0.11.51",
134
+ "@powerlines/nx": "^0.11.52",
135
135
  "@rollup/plugin-commonjs": "^28.0.9",
136
136
  "@rollup/plugin-node-resolve": "^16.0.3",
137
137
  "@types/babel__helper-plugin-utils": "^7.10.3",
@@ -140,5 +140,5 @@
140
140
  "rollup-plugin-typescript2": "^0.36.0"
141
141
  },
142
142
  "publishConfig": { "access": "public" },
143
- "gitHead": "c1a4108ae6677e951e90e42f8d270959a401d1bd"
143
+ "gitHead": "a703a2dd9be6175a67a9bf4847d0217be4e920af"
144
144
  }