asma-helpers 0.33.5 → 0.33.6
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 +2 -1
- package/pnpm-lock.yaml +13 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "asma-helpers",
|
|
3
|
-
"version": "0.33.
|
|
3
|
+
"version": "0.33.6",
|
|
4
4
|
"description": "helpers methods for asma",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib",
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"asma-event-bus": "^0.7.0",
|
|
28
|
+
"asma-helpers": "^0.33.5",
|
|
28
29
|
"idb-keyval": "^6.2.1",
|
|
29
30
|
"mobx": "^6.12.3",
|
|
30
31
|
"mobx-state-tree": "^5.4.2"
|
package/pnpm-lock.yaml
CHANGED
|
@@ -11,6 +11,9 @@ importers:
|
|
|
11
11
|
asma-event-bus:
|
|
12
12
|
specifier: ^0.7.0
|
|
13
13
|
version: 0.7.0
|
|
14
|
+
asma-helpers:
|
|
15
|
+
specifier: ^0.33.5
|
|
16
|
+
version: 0.33.5
|
|
14
17
|
idb-keyval:
|
|
15
18
|
specifier: ^6.2.1
|
|
16
19
|
version: 6.2.1
|
|
@@ -70,6 +73,9 @@ packages:
|
|
|
70
73
|
asma-event-bus@0.7.0:
|
|
71
74
|
resolution: {integrity: sha512-sDYyPSXQ6EYeG+mWWbXiAQWQuH93jOdP3SfiG0iT63q+Y83RUwCPog7ECPj+ggz8nhciNQTKEfwJJgJVnIwoFQ==}
|
|
72
75
|
|
|
76
|
+
asma-helpers@0.33.5:
|
|
77
|
+
resolution: {integrity: sha512-r5XCR6CQJPIwOa4PldzzoXByaQnSEB4C3QAThznIhsADloNGHlO8sOBIJ0wz6HSdKKnuEWA13yGdfYwP+Rxb4w==}
|
|
78
|
+
|
|
73
79
|
asma-qiankun-react-loader@0.6.51:
|
|
74
80
|
resolution: {integrity: sha512-o1ONvw8ZQLRFj6Kdz7UyGVJSbYyoUabi3wkqbVhSdn8/UDG6X1+C8OOZrCgDdkgxRUSdVJbopZLcbTSqTFWGaQ==}
|
|
75
81
|
|
|
@@ -251,6 +257,13 @@ snapshots:
|
|
|
251
257
|
dependencies:
|
|
252
258
|
asma-types: 2.0.5
|
|
253
259
|
|
|
260
|
+
asma-helpers@0.33.5:
|
|
261
|
+
dependencies:
|
|
262
|
+
asma-event-bus: 0.7.0
|
|
263
|
+
idb-keyval: 6.2.1
|
|
264
|
+
mobx: 6.12.3
|
|
265
|
+
mobx-state-tree: 5.4.2(mobx@6.12.3)
|
|
266
|
+
|
|
254
267
|
asma-qiankun-react-loader@0.6.51:
|
|
255
268
|
dependencies:
|
|
256
269
|
asma-qiankun: 1.8.0
|