septor-store 0.0.2 → 0.0.5

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 CHANGED
@@ -1,4 +1,9 @@
1
1
  # Vue 3 + TypeScript + Vite
2
+ <p align="center">
3
+ <img src="https://github.com/ssengedonazil/septor-store-testing/blob/POM/assets/septor-store.png?raw=true" alt="Septor Logo" width="180" />
4
+ </p>
5
+
6
+ <h1 align="center">Septor Store</h1>
2
7
 
3
8
  # septor-store
4
9
 
package/dist/index.cjs CHANGED
@@ -236,7 +236,7 @@ function createPomStore(piniaStore = "7286204094", callBack = null) {
236
236
  }
237
237
  return this[dataResponseName];
238
238
  },
239
- async stateGenaratorApi(dd = { reload: true, StateStore: "", reqs: {}, time: 5, pagnated: false, mStore: { mUse: 0 } }, fasterDataCollection = null) {
239
+ async stateGenaratorApi(dd = { reload: true, StateStore: "", reqs: {}, time: 0, pagnated: false, mStore: { mUse: 0 } }, fasterDataCollection = null) {
240
240
  this.Loading = true;
241
241
  const { reload, StateStore, reqs, time, pagnated, mStore } = dd;
242
242
  const callApi = JSON.stringify(reqs);
package/dist/index.d.cts CHANGED
@@ -227,7 +227,7 @@ function createPomStore(
227
227
 
228
228
  return this[dataResponseName];
229
229
  },
230
- async stateGenaratorApi(dd = { reload: true, StateStore: "", reqs: {}, time: 5, pagnated: false, mStore: { mUse: 0 },},fasterDataCollection=null) {
230
+ async stateGenaratorApi(dd = { reload: true, StateStore: "", reqs: {}, time: 0, pagnated: false, mStore: { mUse: 0 },},fasterDataCollection=null) {
231
231
  this.Loading = true;
232
232
  const { reload, StateStore, reqs, time, pagnated, mStore } = dd;
233
233
  const callApi = JSON.stringify(reqs);
package/dist/index.d.ts CHANGED
@@ -227,7 +227,7 @@ function createPomStore(
227
227
 
228
228
  return this[dataResponseName];
229
229
  },
230
- async stateGenaratorApi(dd = { reload: true, StateStore: "", reqs: {}, time: 5, pagnated: false, mStore: { mUse: 0 },},fasterDataCollection=null) {
230
+ async stateGenaratorApi(dd = { reload: true, StateStore: "", reqs: {}, time: 0, pagnated: false, mStore: { mUse: 0 },},fasterDataCollection=null) {
231
231
  this.Loading = true;
232
232
  const { reload, StateStore, reqs, time, pagnated, mStore } = dd;
233
233
  const callApi = JSON.stringify(reqs);
package/dist/index.js CHANGED
@@ -196,7 +196,7 @@ function createPomStore(piniaStore = "7286204094", callBack = null) {
196
196
  }
197
197
  return this[dataResponseName];
198
198
  },
199
- async stateGenaratorApi(dd = { reload: true, StateStore: "", reqs: {}, time: 5, pagnated: false, mStore: { mUse: 0 } }, fasterDataCollection = null) {
199
+ async stateGenaratorApi(dd = { reload: true, StateStore: "", reqs: {}, time: 0, pagnated: false, mStore: { mUse: 0 } }, fasterDataCollection = null) {
200
200
  this.Loading = true;
201
201
  const { reload, StateStore, reqs, time, pagnated, mStore } = dd;
202
202
  const callApi = JSON.stringify(reqs);
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "septor-store is a structured and scalable state management solution built on top of Pinia for Vue 3. It embraces the Plain Old Module (POM) pattern to simplify how developers—junior or senior—write, organize, and scale their application state. Whether you're just starting out or architecting large Vue applications, this tool helps you keep your stores clean, predictable, and easy to indextain.",
4
4
  "private": false,
5
5
  "license": "MIT",
6
- "version": "0.0.2",
6
+ "version": "0.0.5",
7
7
  "type": "module",
8
8
  "main": "dist/index.cjs",
9
9
  "module": "dist/index.js",
@@ -33,17 +33,13 @@
33
33
  "pinia",
34
34
  "vue",
35
35
  "state management",
36
- "POM",
37
36
  "store",
38
37
  "node",
39
38
  "Ajax",
40
- "promise",
41
- "pinia",
39
+ "promise",
42
40
  "vue",
43
- "vue3",
44
- "state-management",
45
- "state",
46
- "store",
41
+ "vue3",
42
+ "state",
47
43
  "pom",
48
44
  "pom-pattern",
49
45
  "vue-pinia",
@@ -56,14 +52,18 @@
56
52
  "vue-typescript",
57
53
  "pinia-plugin",
58
54
  "state-library",
59
- "frontend",
55
+ "frontend tools",
60
56
  "reactive-state",
61
57
  "session-storage",
62
58
  "dynamic-store",
63
59
  "paginated-api",
64
- "vue-devtools",
65
- "smart-cache",
60
+ "vue devtools",
61
+ "session persistence",
62
+ "vuex alternative",
63
+ "smart cache",
64
+ "Septor Store",
66
65
  "api-queue",
66
+ "septor-store-vue",
67
67
  "reload-control"
68
68
  ],
69
69
  "author": "Ssengendo Nazil",
package/vite.config.ts DELETED
@@ -1,7 +0,0 @@
1
- import { defineConfig } from 'vite'
2
- import vue from '@vitejs/plugin-vue'
3
-
4
- // https://vite.dev/config/
5
- export default defineConfig({
6
- plugins: [vue()],
7
- })