@powerlines/plugin-plugin 0.12.80 → 0.12.81
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.
- package/dist/src/index.cjs +1 -5
- package/dist/src/index.js +1 -5
- package/package.json +6 -7
package/dist/src/index.cjs
CHANGED
|
@@ -41,12 +41,8 @@ const plugin = __assignType((options = {}) => {
|
|
|
41
41
|
variant: "tsdown",
|
|
42
42
|
platform: "node",
|
|
43
43
|
nodeProtocol: true,
|
|
44
|
-
unbundle: true,
|
|
45
44
|
minify: false,
|
|
46
|
-
export:
|
|
47
|
-
all: true
|
|
48
|
-
},
|
|
49
|
-
skipNodeModulesBundle: true,
|
|
45
|
+
export: true,
|
|
50
46
|
external: [
|
|
51
47
|
"@powerlines/deepkit",
|
|
52
48
|
"@powerlines/deepkit/vendor/type-compiler",
|
package/dist/src/index.js
CHANGED
|
@@ -38,12 +38,8 @@ const plugin = __assignType((options = {}) => {
|
|
|
38
38
|
variant: "tsdown",
|
|
39
39
|
platform: "node",
|
|
40
40
|
nodeProtocol: true,
|
|
41
|
-
unbundle: true,
|
|
42
41
|
minify: false,
|
|
43
|
-
export:
|
|
44
|
-
all: true
|
|
45
|
-
},
|
|
46
|
-
skipNodeModulesBundle: true,
|
|
42
|
+
export: true,
|
|
47
43
|
external: [
|
|
48
44
|
"@powerlines/deepkit",
|
|
49
45
|
"@powerlines/deepkit/vendor/type-compiler",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-plugin",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.81",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"repository": {
|
|
@@ -117,21 +117,20 @@
|
|
|
117
117
|
"files": ["dist/**/*"],
|
|
118
118
|
"keywords": ["powerlines", "storm-software", "powerlines-plugin"],
|
|
119
119
|
"dependencies": {
|
|
120
|
-
"
|
|
121
|
-
"unplugin": "3.0.0-beta.3",
|
|
120
|
+
"@stryke/convert": "^0.6.30",
|
|
122
121
|
"@stryke/fs": "^0.33.27",
|
|
123
122
|
"@stryke/json": "^0.9.33",
|
|
124
123
|
"@stryke/path": "^0.24.1",
|
|
125
124
|
"@stryke/string-format": "^0.12.30",
|
|
126
125
|
"@stryke/type-checks": "^0.5.15",
|
|
127
126
|
"@stryke/types": "^0.10.29",
|
|
128
|
-
"@stryke/convert": "^0.6.30",
|
|
129
127
|
"defu": "^6.1.4",
|
|
130
128
|
"jiti": "^2.6.1",
|
|
131
|
-
"powerlines": "^0.37.
|
|
129
|
+
"powerlines": "^0.37.3",
|
|
130
|
+
"tsdown": "0.17.0-beta.5",
|
|
131
|
+
"unplugin": "3.0.0-beta.3"
|
|
132
132
|
},
|
|
133
133
|
"devDependencies": {
|
|
134
|
-
"@powerlines/nx": "^0.11.58",
|
|
135
134
|
"@rollup/plugin-commonjs": "^28.0.9",
|
|
136
135
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
137
136
|
"@types/babel__helper-plugin-utils": "^7.10.3",
|
|
@@ -140,5 +139,5 @@
|
|
|
140
139
|
"rollup-plugin-typescript2": "^0.36.0"
|
|
141
140
|
},
|
|
142
141
|
"publishConfig": { "access": "public" },
|
|
143
|
-
"gitHead": "
|
|
142
|
+
"gitHead": "ae9a5afaa497538477b63988242f433b60974623"
|
|
144
143
|
}
|