@lukso/core 1.2.7 → 1.2.8-dev.2b7df2e
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 +13 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lukso/core",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.8-dev.2b7df2e",
|
|
4
4
|
"description": "Core utilities, services, and mixins for LUKSO web components and applications",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -88,12 +88,12 @@
|
|
|
88
88
|
"url": "https://github.com/lukso-network/up-connector.git"
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@formatjs/intl": "^4.0.
|
|
91
|
+
"@formatjs/intl": "^4.0.8",
|
|
92
92
|
"@preact/signals-core": "^1.12.1",
|
|
93
|
-
"lit": "3.3.1",
|
|
94
93
|
"ua-parser-js": "^2.0.7"
|
|
95
94
|
},
|
|
96
95
|
"peerDependencies": {
|
|
96
|
+
"lit": "3.3.1",
|
|
97
97
|
"viem": "^2.0.0"
|
|
98
98
|
},
|
|
99
99
|
"peerDependenciesMeta": {
|
|
@@ -102,9 +102,10 @@
|
|
|
102
102
|
}
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
+
"lit": "3.3.1",
|
|
105
106
|
"tsup": "^8.5.1",
|
|
106
107
|
"typescript": "^5.9.3",
|
|
107
|
-
"viem": "^2.43.
|
|
108
|
+
"viem": "^2.43.5",
|
|
108
109
|
"vitest": "^4.0.16"
|
|
109
110
|
},
|
|
110
111
|
"tsup": {
|
|
@@ -129,7 +130,14 @@
|
|
|
129
130
|
"splitting": true,
|
|
130
131
|
"sourcemap": true,
|
|
131
132
|
"clean": false,
|
|
132
|
-
"minify": false
|
|
133
|
+
"minify": false,
|
|
134
|
+
"external": [
|
|
135
|
+
"lit",
|
|
136
|
+
"lit-html",
|
|
137
|
+
"lit-element",
|
|
138
|
+
"@lit/reactive-element",
|
|
139
|
+
"viem"
|
|
140
|
+
]
|
|
133
141
|
},
|
|
134
142
|
"scripts": {
|
|
135
143
|
"build": "tsup",
|