@ozdao/prometheus-framework 0.0.77 → 0.0.78

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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.77",
3
+ "version": "0.0.78",
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",
@@ -110,8 +110,8 @@
110
110
  "require": "./dist/events.client.cjs"
111
111
  },
112
112
  "./modules/files/client": {
113
- "import": "./dist/events.client.js",
114
- "require": "./dist/events.client.cjs"
113
+ "import": "./dist/files.client.js",
114
+ "require": "./dist/files.client.cjs"
115
115
  },
116
116
  "./modules/files/server": {
117
117
  "import": "./dist/files.server.js",