@powerlines/plugin-deepkit 0.11.115 → 0.11.117
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/package.json +6 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-deepkit",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.117",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"repository": {
|
|
@@ -70,20 +70,6 @@
|
|
|
70
70
|
"default": "./dist/types/index.mjs"
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
|
-
"./types/*": {
|
|
74
|
-
"require": {
|
|
75
|
-
"types": "./dist/types/*.d.cts",
|
|
76
|
-
"default": "./dist/types/*.cjs"
|
|
77
|
-
},
|
|
78
|
-
"import": {
|
|
79
|
-
"types": "./dist/types/*.d.mts",
|
|
80
|
-
"default": "./dist/types/*.mjs"
|
|
81
|
-
},
|
|
82
|
-
"default": {
|
|
83
|
-
"types": "./dist/types/*.d.mts",
|
|
84
|
-
"default": "./dist/types/*.mjs"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
73
|
"./types/plugin": {
|
|
88
74
|
"require": {
|
|
89
75
|
"types": "./dist/types/plugin.d.cts",
|
|
@@ -104,16 +90,16 @@
|
|
|
104
90
|
"files": ["dist/**/*"],
|
|
105
91
|
"keywords": ["deepkit", "powerlines", "storm-software", "powerlines-plugin"],
|
|
106
92
|
"dependencies": {
|
|
107
|
-
"@powerlines/deepkit": "^0.6.
|
|
108
|
-
"@powerlines/plugin-tsc": "^0.2.
|
|
93
|
+
"@powerlines/deepkit": "^0.6.18",
|
|
94
|
+
"@powerlines/plugin-tsc": "^0.2.246",
|
|
109
95
|
"@stryke/json": "^0.9.40",
|
|
110
|
-
"powerlines": "^0.38.
|
|
96
|
+
"powerlines": "^0.38.5",
|
|
111
97
|
"typescript": "^5.9.3"
|
|
112
98
|
},
|
|
113
99
|
"devDependencies": {
|
|
114
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
100
|
+
"@powerlines/plugin-plugin": "^0.12.189",
|
|
115
101
|
"@types/node": "^24.10.9"
|
|
116
102
|
},
|
|
117
103
|
"publishConfig": { "access": "public" },
|
|
118
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "81e757b9eaf304997ea1d4082b7b4658aa33ecfe"
|
|
119
105
|
}
|