@tenphi/tasty 0.0.0-snapshot.ce10eff → 0.0.0-snapshot.e0777b6
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tenphi/tasty",
|
|
3
|
-
"version": "0.0.0-snapshot.
|
|
3
|
+
"version": "0.0.0-snapshot.e0777b6",
|
|
4
4
|
"description": "A design-system-integrated styling system and DSL for concise, state-aware UI styling",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"name": "main (import *)",
|
|
150
150
|
"path": "dist/index.js",
|
|
151
151
|
"import": "*",
|
|
152
|
-
"limit": "
|
|
152
|
+
"limit": "45 kB"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"name": "core (import *)",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"path",
|
|
173
173
|
"crypto"
|
|
174
174
|
],
|
|
175
|
-
"limit": "
|
|
175
|
+
"limit": "25 kB"
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
178
|
"name": "babel-plugin",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"path",
|
|
184
184
|
"crypto"
|
|
185
185
|
],
|
|
186
|
-
"limit": "
|
|
186
|
+
"limit": "35 kB"
|
|
187
187
|
}
|
|
188
188
|
]
|
|
189
189
|
}
|