septor-store 0.0.1 → 0.0.2
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 -1
- package/package.json +3 -7
package/README.md
CHANGED
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.
|
|
6
|
+
"version": "0.0.2",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/index.cjs",
|
|
9
9
|
"module": "dist/index.js",
|
|
@@ -25,13 +25,9 @@
|
|
|
25
25
|
"vue": "^3.5.13"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@types/axios": "^0.14.4",
|
|
29
|
-
"@vitejs/plugin-vue": "^5.2.3",
|
|
30
|
-
"@vue/tsconfig": "^0.7.0",
|
|
28
|
+
"@types/axios": "^0.14.4",
|
|
31
29
|
"tsup": "^8.4.0",
|
|
32
|
-
"typescript": "~5.8.3"
|
|
33
|
-
"vite": "^6.3.5",
|
|
34
|
-
"vue-tsc": "^2.2.8"
|
|
30
|
+
"typescript": "~5.8.3"
|
|
35
31
|
},
|
|
36
32
|
"keywords": [
|
|
37
33
|
"pinia",
|