@powerlines/plugin-plugin 0.12.10 → 0.12.11

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.
@@ -42,7 +42,10 @@ const plugin = __assignType((options = {}) => {
42
42
  build: {
43
43
  variant: "tsdown",
44
44
  platform: "node",
45
- unbundle: false,
45
+ unbundle: true,
46
+ export: {
47
+ all: true
48
+ },
46
49
  skipNodeModulesBundle: true
47
50
  }
48
51
  };
package/dist/src/index.js CHANGED
@@ -39,7 +39,10 @@ const plugin = __assignType((options = {}) => {
39
39
  build: {
40
40
  variant: "tsdown",
41
41
  platform: "node",
42
- unbundle: false,
42
+ unbundle: true,
43
+ export: {
44
+ all: true
45
+ },
43
46
  skipNodeModulesBundle: true
44
47
  }
45
48
  };
@@ -2,7 +2,7 @@
2
2
 
3
3
  const __ΩPartial = ['T', 'Partial', 'l+e#!e"!fRb!Pde"!gN#"w"y'];
4
4
  const __ΩPluginPluginAlloyOptions = [() => __ΩPartial, 'PrintTreeOptions', 'generatesJson', true, 'generatesMarkdown', 'PluginPluginAlloyOptions', 'P"w"o!"P)4#8>$)4%8>$MKw&y'];
5
- const __ΩPluginPluginTypesOptions = ['TypeDefinitionParameter', 'options', 'userConfig', 'PluginPluginTypesOptions', 'P"w!4"8"w!4#8Mw$y'];
5
+ const __ΩPluginPluginTypesOptions = ['options', 'userConfig', 'PluginPluginTypesOptions', 'P!4!8!4"8Mw#y'];
6
6
  const __ΩPluginPluginOptions = [() => __ΩPluginPluginAlloyOptions, 'alloy', false, () => __ΩPluginPluginTypesOptions, 'types', 'PluginPluginOptions', 'PPn!)J4"8>#n$4%8Mw&y'];
7
7
  const __ΩPluginPluginUserConfig = [() => __ΩPluginPluginOptions, 'plugin', 'PluginPluginUserConfig', 'P!Pn!4"MKw#y'];
8
8
  const __ΩPluginPluginResolvedConfig = [() => __ΩPluginPluginOptions, 'plugin', 'PluginPluginResolvedConfig', 'P!Pn!4"MKw#y'];
@@ -1,6 +1,6 @@
1
1
  const __ΩPartial = ['T', 'Partial', 'l+e#!e"!fRb!Pde"!gN#"w"y'];
2
2
  const __ΩPluginPluginAlloyOptions = [() => __ΩPartial, 'PrintTreeOptions', 'generatesJson', true, 'generatesMarkdown', 'PluginPluginAlloyOptions', 'P"w"o!"P)4#8>$)4%8>$MKw&y'];
3
- const __ΩPluginPluginTypesOptions = ['TypeDefinitionParameter', 'options', 'userConfig', 'PluginPluginTypesOptions', 'P"w!4"8"w!4#8Mw$y'];
3
+ const __ΩPluginPluginTypesOptions = ['options', 'userConfig', 'PluginPluginTypesOptions', 'P!4!8!4"8Mw#y'];
4
4
  const __ΩPluginPluginOptions = [() => __ΩPluginPluginAlloyOptions, 'alloy', false, () => __ΩPluginPluginTypesOptions, 'types', 'PluginPluginOptions', 'PPn!)J4"8>#n$4%8Mw&y'];
5
5
  const __ΩPluginPluginUserConfig = [() => __ΩPluginPluginOptions, 'plugin', 'PluginPluginUserConfig', 'P!Pn!4"MKw#y'];
6
6
  const __ΩPluginPluginResolvedConfig = [() => __ΩPluginPluginOptions, 'plugin', 'PluginPluginResolvedConfig', 'P!Pn!4"MKw#y'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-plugin",
3
- "version": "0.12.10",
3
+ "version": "0.12.11",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -124,19 +124,19 @@
124
124
  "@alloy-js/typescript": "^0.21.0",
125
125
  "tsdown": "0.17.0-beta.5",
126
126
  "unplugin": "3.0.0-beta.3",
127
- "@stryke/fs": "^0.33.9",
128
- "@stryke/json": "^0.9.16",
129
- "@stryke/path": "^0.22.0",
130
- "@stryke/string-format": "^0.12.13",
131
- "@stryke/type-checks": "^0.4.4",
132
- "@stryke/types": "^0.10.13",
133
- "@stryke/convert": "^0.6.13",
127
+ "@stryke/fs": "^0.33.20",
128
+ "@stryke/json": "^0.9.27",
129
+ "@stryke/path": "^0.22.11",
130
+ "@stryke/string-format": "^0.12.24",
131
+ "@stryke/type-checks": "^0.5.9",
132
+ "@stryke/types": "^0.10.23",
133
+ "@stryke/convert": "^0.6.24",
134
134
  "defu": "^6.1.4",
135
135
  "jiti": "^2.6.1",
136
- "powerlines": "^0.30.9"
136
+ "powerlines": "^0.30.10"
137
137
  },
138
138
  "devDependencies": {
139
- "@powerlines/nx": "^0.10.58",
139
+ "@powerlines/nx": "^0.10.59",
140
140
  "@rollup/plugin-commonjs": "^28.0.9",
141
141
  "@rollup/plugin-node-resolve": "^16.0.3",
142
142
  "@types/babel__helper-plugin-utils": "^7.10.3",
@@ -145,5 +145,5 @@
145
145
  "rollup-plugin-typescript2": "^0.36.0"
146
146
  },
147
147
  "publishConfig": { "access": "public" },
148
- "gitHead": "00fa339177561d404892937d2c24fe2a5b3df4e7"
148
+ "gitHead": "1fa17406f69248e0a35ca56c09b1f4589e4d49d7"
149
149
  }