@playcademy/vite-plugin 0.2.2-alpha.1 → 0.2.3
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/index.js +3 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -198908,12 +198908,12 @@ var import_picocolors11 = __toESM(require_picocolors(), 1);
|
|
|
198908
198908
|
// package.json
|
|
198909
198909
|
var package_default2 = {
|
|
198910
198910
|
name: "@playcademy/vite-plugin",
|
|
198911
|
-
version: "0.2.
|
|
198911
|
+
version: "0.2.3",
|
|
198912
198912
|
type: "module",
|
|
198913
198913
|
exports: {
|
|
198914
198914
|
".": {
|
|
198915
|
-
|
|
198916
|
-
|
|
198915
|
+
types: "./dist/index.d.ts",
|
|
198916
|
+
import: "./dist/index.js"
|
|
198917
198917
|
}
|
|
198918
198918
|
},
|
|
198919
198919
|
main: "dist/index.js",
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@playcademy/vite-plugin",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"import": "./dist/index.js"
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"main": "dist/index.js",
|