orchestore 0.1.3 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orchestore",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "A function-oriented architecture built on top of Redux Toolkit for simplifying and automating application development.",
5
5
  "author": "Oussama Saadaoui",
6
6
  "license": "MIT",
@@ -12,7 +12,7 @@
12
12
  "init": "node scripts/install.mjs",
13
13
  "start": "tsup && node scripts/build.mjs",
14
14
  "build": "tsup && node scripts/build.mjs",
15
- "publish": "tsup && node scripts/publish.mjs",
15
+ "deploy": "tsup && node scripts/publish.mjs",
16
16
  "check": "tsc --noEmit",
17
17
  "lint": "eslint ."
18
18
  },