@next-bricks/presentational 1.11.2 → 1.11.4
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/dist/bricks.json +1 -1
- package/dist/chunks/{1491.a53f1a73.js → 1491.d438288b.js} +3 -3
- package/dist/chunks/1491.d438288b.js.map +1 -0
- package/dist/chunks/{4196.a2f8dea1.js → 4196.d3157cc1.js} +2 -2
- package/dist/chunks/{4196.a2f8dea1.js.map → 4196.d3157cc1.js.map} +1 -1
- package/dist/chunks/{4837.409d371a.js → 4837.67cc553d.js} +2 -2
- package/dist/chunks/{4837.409d371a.js.map → 4837.67cc553d.js.map} +1 -1
- package/dist/chunks/{7218.fdbe3855.js → 7218.d945f962.js} +2 -2
- package/dist/chunks/{7218.fdbe3855.js.map → 7218.d945f962.js.map} +1 -1
- package/dist/chunks/{eo-card-item.a80d95e2.js → eo-card-item.4233734f.js} +3 -3
- package/dist/chunks/{eo-card-item.a80d95e2.js.map → eo-card-item.4233734f.js.map} +1 -1
- package/dist/chunks/{eo-descriptions.abc14e65.js → eo-descriptions.25d6f41f.js} +3 -3
- package/dist/chunks/{eo-descriptions.abc14e65.js.map → eo-descriptions.25d6f41f.js.map} +1 -1
- package/dist/chunks/{eo-info-card-item.7f6bcf9d.js → eo-info-card-item.46331196.js} +3 -3
- package/dist/chunks/{eo-info-card-item.7f6bcf9d.js.map → eo-info-card-item.46331196.js.map} +1 -1
- package/dist/chunks/{eo-loading-step.0b7ebbf2.js → eo-loading-step.a20e04c6.js} +3 -3
- package/dist/chunks/{eo-loading-step.0b7ebbf2.js.map → eo-loading-step.a20e04c6.js.map} +1 -1
- package/dist/chunks/{main.2a55650e.js → main.66122337.js} +2 -2
- package/dist/chunks/{main.2a55650e.js.map → main.66122337.js.map} +1 -1
- package/dist/{index.d8a56d68.js → index.0ed45210.js} +2 -2
- package/dist/{index.d8a56d68.js.map → index.0ed45210.js.map} +1 -1
- package/dist/manifest.json +5 -0
- package/dist/types.json +7 -0
- package/package.json +3 -3
- package/dist/chunks/1491.a53f1a73.js.map +0 -1
- /package/dist/chunks/{1491.a53f1a73.js.LICENSE.txt → 1491.d438288b.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-card-item.a80d95e2.js.LICENSE.txt → eo-card-item.4233734f.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-descriptions.abc14e65.js.LICENSE.txt → eo-descriptions.25d6f41f.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-info-card-item.7f6bcf9d.js.LICENSE.txt → eo-info-card-item.46331196.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-loading-step.0b7ebbf2.js.LICENSE.txt → eo-loading-step.a20e04c6.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.4",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/presentational",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"postpublish": "mv package.json.bak package.json"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@next-core/build-next-bricks": "^1.23.
|
|
38
|
+
"@next-core/build-next-bricks": "^1.23.6",
|
|
39
39
|
"@next-core/test-next": "^1.1.7",
|
|
40
40
|
"babel-plugin-prismjs": "^2.1.0"
|
|
41
41
|
},
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"@next-bricks/containers": "*",
|
|
45
45
|
"@next-bricks/icons": "*"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "f4947f553074efa2ce32e64dee08ee36f505ddf7"
|
|
48
48
|
}
|