@ngxs/store 18.1.1-dev.master-d756c2a → 18.1.1-dev.master-4a0091e
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/README.md +1 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
---
|
|
13
13
|
|
|
14
14
|
- ✨ Learn about it on the [docs site](https://ngxs.io/)
|
|
15
|
+
- 💬 Chat with us on [Discord](https://discord.gg/yT3Q8cXTnz)
|
|
15
16
|
- 🚀 See it in action on [Stackblitz](https://stackblitz.com/edit/ngxs-repro)
|
|
16
17
|
- 😎 Checkout the [sample application](https://github.com/ngxs/store/tree/master/integration)
|
|
17
18
|
- 🗄 Learn about updates from the [changelog](https://github.com/ngxs/store/blob/master/CHANGELOG.md)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ngxs/store",
|
|
3
|
-
"version": "18.1.1-dev.master-
|
|
3
|
+
"version": "18.1.1-dev.master-4a0091e",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"peerDependencies": {
|
|
@@ -32,18 +32,18 @@
|
|
|
32
32
|
"esm": "./esm2022/internals/ngxs-store-internals.mjs",
|
|
33
33
|
"default": "./fesm2022/ngxs-store-internals.mjs"
|
|
34
34
|
},
|
|
35
|
-
"./plugins": {
|
|
36
|
-
"types": "./plugins/index.d.ts",
|
|
37
|
-
"esm2022": "./esm2022/plugins/ngxs-store-plugins.mjs",
|
|
38
|
-
"esm": "./esm2022/plugins/ngxs-store-plugins.mjs",
|
|
39
|
-
"default": "./fesm2022/ngxs-store-plugins.mjs"
|
|
40
|
-
},
|
|
41
35
|
"./operators": {
|
|
42
36
|
"types": "./operators/index.d.ts",
|
|
43
37
|
"esm2022": "./esm2022/operators/ngxs-store-operators.mjs",
|
|
44
38
|
"esm": "./esm2022/operators/ngxs-store-operators.mjs",
|
|
45
39
|
"default": "./fesm2022/ngxs-store-operators.mjs"
|
|
46
40
|
},
|
|
41
|
+
"./plugins": {
|
|
42
|
+
"types": "./plugins/index.d.ts",
|
|
43
|
+
"esm2022": "./esm2022/plugins/ngxs-store-plugins.mjs",
|
|
44
|
+
"esm": "./esm2022/plugins/ngxs-store-plugins.mjs",
|
|
45
|
+
"default": "./fesm2022/ngxs-store-plugins.mjs"
|
|
46
|
+
},
|
|
47
47
|
"./internals/testing": {
|
|
48
48
|
"types": "./internals/testing/index.d.ts",
|
|
49
49
|
"esm2022": "./esm2022/internals/testing/ngxs-store-internals-testing.mjs",
|