@cimplify/sdk 0.44.32 → 0.44.33
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/package.json +1 -1
- package/templates/storefront-bakery/package.json +2 -3
- package/templates/storefront-fashion/package.json +2 -3
- package/templates/storefront-grocery/package.json +2 -3
- package/templates/storefront-restaurant/package.json +2 -3
- package/templates/storefront-retail/package.json +2 -3
- package/templates/storefront-services/package.json +2 -3
package/package.json
CHANGED
|
@@ -8,17 +8,16 @@
|
|
|
8
8
|
"dev:mock": "bunx @cimplify/sdk --seed default",
|
|
9
9
|
"build": "next build",
|
|
10
10
|
"start": "next start",
|
|
11
|
-
"lint": "next lint",
|
|
12
11
|
"typecheck": "tsc --noEmit",
|
|
13
12
|
"test": "vitest",
|
|
14
13
|
"test:run": "vitest run",
|
|
15
14
|
"check:brand": "vitest run __tests__/brand.test.ts",
|
|
16
15
|
"check:cart": "vitest run __tests__/cart-flow.test.ts",
|
|
17
16
|
"check:contract": "vitest run __tests__/contract.test.ts",
|
|
18
|
-
"check": "bun run typecheck && bun run
|
|
17
|
+
"check": "bun run typecheck && bun run test:run"
|
|
19
18
|
},
|
|
20
19
|
"dependencies": {
|
|
21
|
-
"@cimplify/sdk": "^0.44.
|
|
20
|
+
"@cimplify/sdk": "^0.44.33",
|
|
22
21
|
"next": "^16.2.4",
|
|
23
22
|
"react": "^19.0.0",
|
|
24
23
|
"react-dom": "^19.0.0"
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
"dev:mock": "bunx @cimplify/sdk --seed fashion",
|
|
9
9
|
"build": "next build",
|
|
10
10
|
"start": "next start",
|
|
11
|
-
"lint": "next lint",
|
|
12
11
|
"typecheck": "tsc --noEmit",
|
|
13
12
|
"test": "vitest",
|
|
14
13
|
"test:run": "vitest run",
|
|
@@ -17,10 +16,10 @@
|
|
|
17
16
|
"check:contract": "vitest run __tests__/contract.test.ts",
|
|
18
17
|
"check:visual": "playwright test",
|
|
19
18
|
"check:visual:update": "playwright test --update-snapshots",
|
|
20
|
-
"check": "bun run typecheck && bun run
|
|
19
|
+
"check": "bun run typecheck && bun run test:run"
|
|
21
20
|
},
|
|
22
21
|
"dependencies": {
|
|
23
|
-
"@cimplify/sdk": "^0.44.
|
|
22
|
+
"@cimplify/sdk": "^0.44.33",
|
|
24
23
|
"next": "^16.2.4",
|
|
25
24
|
"react": "^19.0.0",
|
|
26
25
|
"react-dom": "^19.0.0"
|
|
@@ -8,17 +8,16 @@
|
|
|
8
8
|
"dev:mock": "bunx @cimplify/sdk --seed grocery",
|
|
9
9
|
"build": "next build",
|
|
10
10
|
"start": "next start",
|
|
11
|
-
"lint": "next lint",
|
|
12
11
|
"typecheck": "tsc --noEmit",
|
|
13
12
|
"test": "vitest",
|
|
14
13
|
"test:run": "vitest run",
|
|
15
14
|
"check:brand": "vitest run __tests__/brand.test.ts",
|
|
16
15
|
"check:cart": "vitest run __tests__/cart-flow.test.ts",
|
|
17
16
|
"check:contract": "vitest run __tests__/contract.test.ts",
|
|
18
|
-
"check": "bun run typecheck && bun run
|
|
17
|
+
"check": "bun run typecheck && bun run test:run"
|
|
19
18
|
},
|
|
20
19
|
"dependencies": {
|
|
21
|
-
"@cimplify/sdk": "^0.44.
|
|
20
|
+
"@cimplify/sdk": "^0.44.33",
|
|
22
21
|
"next": "^16.2.4",
|
|
23
22
|
"react": "^19.0.0",
|
|
24
23
|
"react-dom": "^19.0.0"
|
|
@@ -8,17 +8,16 @@
|
|
|
8
8
|
"dev:mock": "bunx @cimplify/sdk --seed restaurant",
|
|
9
9
|
"build": "next build",
|
|
10
10
|
"start": "next start",
|
|
11
|
-
"lint": "next lint",
|
|
12
11
|
"typecheck": "tsc --noEmit",
|
|
13
12
|
"test": "vitest",
|
|
14
13
|
"test:run": "vitest run",
|
|
15
14
|
"check:brand": "vitest run __tests__/brand.test.ts",
|
|
16
15
|
"check:cart": "vitest run __tests__/cart-flow.test.ts",
|
|
17
16
|
"check:contract": "vitest run __tests__/contract.test.ts",
|
|
18
|
-
"check": "bun run typecheck && bun run
|
|
17
|
+
"check": "bun run typecheck && bun run test:run"
|
|
19
18
|
},
|
|
20
19
|
"dependencies": {
|
|
21
|
-
"@cimplify/sdk": "^0.44.
|
|
20
|
+
"@cimplify/sdk": "^0.44.33",
|
|
22
21
|
"next": "^16.2.4",
|
|
23
22
|
"react": "^19.0.0",
|
|
24
23
|
"react-dom": "^19.0.0"
|
|
@@ -8,17 +8,16 @@
|
|
|
8
8
|
"dev:mock": "bunx @cimplify/sdk --seed retail",
|
|
9
9
|
"build": "next build",
|
|
10
10
|
"start": "next start",
|
|
11
|
-
"lint": "next lint",
|
|
12
11
|
"typecheck": "tsc --noEmit",
|
|
13
12
|
"test": "vitest",
|
|
14
13
|
"test:run": "vitest run",
|
|
15
14
|
"check:brand": "vitest run __tests__/brand.test.ts",
|
|
16
15
|
"check:cart": "vitest run __tests__/cart-flow.test.ts",
|
|
17
16
|
"check:contract": "vitest run __tests__/contract.test.ts",
|
|
18
|
-
"check": "bun run typecheck && bun run
|
|
17
|
+
"check": "bun run typecheck && bun run test:run"
|
|
19
18
|
},
|
|
20
19
|
"dependencies": {
|
|
21
|
-
"@cimplify/sdk": "^0.44.
|
|
20
|
+
"@cimplify/sdk": "^0.44.33",
|
|
22
21
|
"next": "^16.2.4",
|
|
23
22
|
"react": "^19.0.0",
|
|
24
23
|
"react-dom": "^19.0.0"
|
|
@@ -8,17 +8,16 @@
|
|
|
8
8
|
"dev:mock": "bunx @cimplify/sdk --seed services",
|
|
9
9
|
"build": "next build",
|
|
10
10
|
"start": "next start",
|
|
11
|
-
"lint": "next lint",
|
|
12
11
|
"typecheck": "tsc --noEmit",
|
|
13
12
|
"test": "vitest",
|
|
14
13
|
"test:run": "vitest run",
|
|
15
14
|
"check:brand": "vitest run __tests__/brand.test.ts",
|
|
16
15
|
"check:cart": "vitest run __tests__/cart-flow.test.ts",
|
|
17
16
|
"check:contract": "vitest run __tests__/contract.test.ts",
|
|
18
|
-
"check": "bun run typecheck && bun run
|
|
17
|
+
"check": "bun run typecheck && bun run test:run"
|
|
19
18
|
},
|
|
20
19
|
"dependencies": {
|
|
21
|
-
"@cimplify/sdk": "^0.44.
|
|
20
|
+
"@cimplify/sdk": "^0.44.33",
|
|
22
21
|
"next": "^16.2.4",
|
|
23
22
|
"react": "^19.0.0",
|
|
24
23
|
"react-dom": "^19.0.0"
|