@ozdao/prometheus-framework 0.0.76 → 0.0.77
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ozdao/prometheus-framework",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.77",
|
4
4
|
"description": "Web3 Framework focused on user experience and ease of development.",
|
5
5
|
"author": "OZ DAO <hello@ozdao.dev>",
|
6
6
|
"license": "GPL-3.0-or-later",
|
@@ -114,8 +114,8 @@
|
|
114
114
|
"require": "./dist/events.client.cjs"
|
115
115
|
},
|
116
116
|
"./modules/files/server": {
|
117
|
-
"import": "./dist/
|
118
|
-
"require": "./dist/
|
117
|
+
"import": "./dist/files.server.js",
|
118
|
+
"require": "./dist/files.server.cjs"
|
119
119
|
}
|
120
120
|
},
|
121
121
|
"browser": {
|