@powerlines/plugin-react 0.1.267 → 0.1.269
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 +8 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.269",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin for building a React application.",
|
|
6
6
|
"repository": {
|
|
@@ -70,20 +70,6 @@
|
|
|
70
70
|
"default": "./dist/components/index.mjs"
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
|
-
"./components/*": {
|
|
74
|
-
"require": {
|
|
75
|
-
"types": "./dist/components/*.d.cts",
|
|
76
|
-
"default": "./dist/components/*.cjs"
|
|
77
|
-
},
|
|
78
|
-
"import": {
|
|
79
|
-
"types": "./dist/components/*.d.mts",
|
|
80
|
-
"default": "./dist/components/*.mjs"
|
|
81
|
-
},
|
|
82
|
-
"default": {
|
|
83
|
-
"types": "./dist/components/*.d.mts",
|
|
84
|
-
"default": "./dist/components/*.mjs"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
73
|
"./components/react-optimized": {
|
|
88
74
|
"require": {
|
|
89
75
|
"types": "./dist/components/react-optimized.d.cts",
|
|
@@ -113,20 +99,6 @@
|
|
|
113
99
|
"default": "./dist/types/index.mjs"
|
|
114
100
|
}
|
|
115
101
|
},
|
|
116
|
-
"./types/*": {
|
|
117
|
-
"require": {
|
|
118
|
-
"types": "./dist/types/*.d.cts",
|
|
119
|
-
"default": "./dist/types/*.cjs"
|
|
120
|
-
},
|
|
121
|
-
"import": {
|
|
122
|
-
"types": "./dist/types/*.d.mts",
|
|
123
|
-
"default": "./dist/types/*.mjs"
|
|
124
|
-
},
|
|
125
|
-
"default": {
|
|
126
|
-
"types": "./dist/types/*.d.mts",
|
|
127
|
-
"default": "./dist/types/*.mjs"
|
|
128
|
-
}
|
|
129
|
-
},
|
|
130
102
|
"./types/plugin": {
|
|
131
103
|
"require": {
|
|
132
104
|
"types": "./dist/types/plugin.d.cts",
|
|
@@ -169,9 +141,9 @@
|
|
|
169
141
|
"@alloy-js/markdown": "^0.22.0",
|
|
170
142
|
"@alloy-js/typescript": "^0.22.0",
|
|
171
143
|
"@babel/core": "^7.28.6",
|
|
172
|
-
"@powerlines/plugin-alloy": "^0.19.
|
|
173
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
174
|
-
"@powerlines/plugin-env": "^0.15.
|
|
144
|
+
"@powerlines/plugin-alloy": "^0.19.12",
|
|
145
|
+
"@powerlines/plugin-babel": "^0.12.246",
|
|
146
|
+
"@powerlines/plugin-env": "^0.15.140",
|
|
175
147
|
"@storm-software/config-tools": "^1.189.0",
|
|
176
148
|
"@stryke/cli": "^0.13.11",
|
|
177
149
|
"@stryke/convert": "^0.6.37",
|
|
@@ -180,15 +152,15 @@
|
|
|
180
152
|
"@vitejs/plugin-react": "^5.1.2",
|
|
181
153
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
182
154
|
"defu": "^6.1.4",
|
|
183
|
-
"powerlines": "^0.38.
|
|
155
|
+
"powerlines": "^0.38.4"
|
|
184
156
|
},
|
|
185
157
|
"devDependencies": {
|
|
186
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
158
|
+
"@powerlines/plugin-plugin": "^0.12.188",
|
|
187
159
|
"@types/node": "^24.10.9",
|
|
188
|
-
"@types/react": "^19.2.
|
|
160
|
+
"@types/react": "^19.2.10",
|
|
189
161
|
"@types/react-dom": "^19.2.3"
|
|
190
162
|
},
|
|
191
163
|
"publishConfig": { "access": "public" },
|
|
192
164
|
"types": "./dist/index.d.cts",
|
|
193
|
-
"gitHead": "
|
|
165
|
+
"gitHead": "6b0e05037adb26af85fec6f2aa30bcd3b1db4fe1"
|
|
194
166
|
}
|