@seeka-labs/cli-apps 2.0.10-alpha.0 → 2.0.12-alpha.0

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeka-app-example-name/browser",
3
- "version": "2.0.7-rc.2",
3
+ "version": "2.0.9-alpha.0",
4
4
  "description": "Seeka browser app seeka-app-example-name-browser",
5
5
  "author": "Seeka company <support@seeka.co>",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeka-app-example-name/server-azure-function",
3
- "version": "2.0.7-rc.2",
3
+ "version": "2.0.9-alpha.0",
4
4
  "description": "Seeka example app with hosting on Azure serverless functions",
5
5
  "author": "Seeka <platform@seeka.co>",
6
6
  "license": "MIT",
@@ -1,28 +1,28 @@
1
- {
2
- "name": "seeka-app-example-name",
3
- "version": "2.0.7-rc.2",
4
- "private": true,
5
- "workspaces": [
6
- "app/*"
7
- ],
8
- "scripts": {
9
- "clean": "yarn workspaces foreach --all -pt run clean",
10
- "lint": "yarn workspaces foreach --all -pt run lint",
11
- "build:azure-function": "yarn workspace @seeka-app-example-name/browser run build && yarn workspace @seeka-app-example-name/server-azure-function run build",
12
- "dev:azure-function": "yarn clean && yarn workspace @seeka-app-example-name/browser run build:dev && yarn workspace @seeka-app-example-name/server-azure-function run build && yarn workspace @seeka-app-example-name/server-azure-function run dev",
13
- "deploy:azure-function": "yarn workspace @seeka-app-example-name/server-azure-function run deploy",
14
- "tunnel:azure-function": "yarn workspace @seeka-app-example-name/server-azure-function run tunnel",
15
- "bump:patch": "yarn git:isclean && yarn workspaces foreach --all version patch --deferred && yarn bump:apply && yarn git:push",
16
- "bump:minor": "yarn git:isclean && yarn workspaces foreach --all version minor --deferred && yarn bump:apply && yarn git:push",
17
- "bump:major": "yarn git:isclean && yarn workspaces foreach --all version major --deferred && yarn bump:apply && yarn git:push",
18
- "bump:alpha": "yarn git:isclean && yarn workspaces foreach --all version prerelease --deferred && yarn bump:apply && yarn git:push",
19
- "bump:apply": "yarn version apply --all",
20
- "git:isclean": "bash -c 'if [ -n \"$(git status --porcelain)\" ]; then echo \"✖ Working directory not clean. Commit or stash your changes first.\"; exit 1; fi'",
21
- "git:push": "git add -A && git commit -m \"v$(node -p \"require('./package.json').version\")\" && git tag -a v$(node -p \"require('./package.json').version\") -m \"v$(node -p \"require('./package.json').version\")\""
22
- },
23
- "devDependencies": {
24
- "azure-functions-core-tools": "^4.x"
25
- },
26
- "packageManager": "yarn@4.9.1",
27
- "stableVersion": "2.0.6"
28
- }
1
+ {
2
+ "name": "seeka-app-example-name",
3
+ "version": "2.0.12-alpha.0",
4
+ "private": true,
5
+ "workspaces": [
6
+ "app/*"
7
+ ],
8
+ "scripts": {
9
+ "clean": "yarn workspaces foreach --all -pt run clean",
10
+ "lint": "yarn workspaces foreach --all -pt run lint",
11
+ "build:azure-function": "yarn workspace @seeka-app-example-name/browser run build && yarn workspace @seeka-app-example-name/server-azure-function run build",
12
+ "dev:azure-function": "yarn clean && yarn workspace @seeka-app-example-name/browser run build:dev && yarn workspace @seeka-app-example-name/server-azure-function run build && yarn workspace @seeka-app-example-name/server-azure-function run dev",
13
+ "deploy:azure-function": "yarn workspace @seeka-app-example-name/server-azure-function run deploy",
14
+ "tunnel:azure-function": "yarn workspace @seeka-app-example-name/server-azure-function run tunnel",
15
+ "bump:patch": "yarn git:isclean && yarn workspaces foreach --all version patch --deferred && yarn bump:apply && yarn git:push",
16
+ "bump:minor": "yarn git:isclean && yarn workspaces foreach --all version minor --deferred && yarn bump:apply && yarn git:push",
17
+ "bump:major": "yarn git:isclean && yarn workspaces foreach --all version major --deferred && yarn bump:apply && yarn git:push",
18
+ "bump:alpha": "yarn git:isclean && yarn workspaces foreach --all version prerelease --deferred && yarn bump:apply && yarn git:push",
19
+ "bump:apply": "yarn version apply --all",
20
+ "git:isclean": "bash -c 'if [ -n \"$(git status --porcelain)\" ]; then echo \"✖ Working directory not clean. Commit or stash your changes first.\"; exit 1; fi'",
21
+ "git:push": "git add -A && git commit -m \"v$(node -p \"require('./package.json').version\")\" && git tag -a v$(node -p \"require('./package.json').version\") -m \"v$(node -p \"require('./package.json').version\")\""
22
+ },
23
+ "devDependencies": {
24
+ "azure-functions-core-tools": "^4.x"
25
+ },
26
+ "packageManager": "yarn@4.9.1",
27
+ "stableVersion": "2.0.6"
28
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeka-labs/cli-apps",
3
- "version": "2.0.10-alpha.0",
3
+ "version": "2.0.12-alpha.0",
4
4
  "description": "Seeka - Apps CLI",
5
5
  "author": "SEEKA <platform@seeka.co>",
6
6
  "license": "MIT",
@@ -40,11 +40,12 @@
40
40
  "commander": "^14.0.0",
41
41
  "cross-spawn": "^7.0.6",
42
42
  "esbuild": "^0.25.5",
43
+ "glob": "^11.0.3",
43
44
  "jest": "^29.7.0",
44
45
  "ts-jest": "^29.3.4",
45
46
  "typescript": "^5.8.3"
46
47
  },
47
- "gitHead": "a189a826d921d74c9c4c2f5b71ebc8b0b8cf4652",
48
+ "gitHead": "d56ee893384c9ebd99494844b5740de0f256789e",
48
49
  "dependencies": {
49
50
  "lodash-es": "^4.17.21",
50
51
  "source-map-support": "^0.5.21"