@ozdao/prometheus-framework 0.1.45 → 0.1.46
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.1.
|
3
|
+
"version": "0.1.46",
|
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",
|
@@ -122,8 +122,8 @@
|
|
122
122
|
"require": "./dist/landing.client.cjs"
|
123
123
|
},
|
124
124
|
"./modules/gallery/client": {
|
125
|
-
"import": "./dist/prometheus-framework/src/modules/gallery/gallery.client.
|
126
|
-
"require": "./dist/prometheus-framework/src/modules/gallery/gallery.client.
|
125
|
+
"import": "./dist/prometheus-framework/src/modules/gallery/gallery.client.js",
|
126
|
+
"require": "./dist/prometheus-framework/src/modules/gallery/gallery.client.cjs"
|
127
127
|
},
|
128
128
|
"./modules/gallery/server": {
|
129
129
|
"import": "./dist/gallery.server.mjs",
|