@sfdc-webapps/app-vibe-coding-starter 1.0.2 → 1.0.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sfdc-webapps/app-vibe-coding-starter",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Vibe coding starter app template",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "",
|
|
@@ -10,9 +10,11 @@
|
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
13
|
+
"build": "echo 'No build required for app-vibe-coding-starter'",
|
|
14
|
+
"clean": "echo 'No clean required for app-vibe-coding-starter'",
|
|
15
|
+
"dev": "cd dist/digitalExperiences/webApplications/reference-app-vibe-coding-starter && npm install && npm run dev",
|
|
16
|
+
"test-patch": "npx tsx ../cli/src/index.ts apply-patches packages/reference-app-vibe-coding-starter packages/base-react-app packages/reference-app-vibe-coding-starter/dist --reset",
|
|
17
|
+
"watch": "npx tsx ../cli/src/index.ts watch-patches packages/reference-app-vibe-coding-starter packages/base-react-app packages/reference-app-vibe-coding-starter/dist"
|
|
16
18
|
},
|
|
17
19
|
"devDependencies": {
|
|
18
20
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -20,10 +22,10 @@
|
|
|
20
22
|
"@testing-library/user-event": "^14.5.2",
|
|
21
23
|
"@types/react": "^19.2.7",
|
|
22
24
|
"@types/react-dom": "^19.2.3",
|
|
23
|
-
"@vitest/ui": "^
|
|
25
|
+
"@vitest/ui": "^4.0.17",
|
|
24
26
|
"jsdom": "^25.0.1",
|
|
25
27
|
"react-dom": "^19.2.1",
|
|
26
28
|
"react-router": "^7.10.1",
|
|
27
|
-
"vitest": "^
|
|
29
|
+
"vitest": "^4.0.17"
|
|
28
30
|
}
|
|
29
31
|
}
|
|
File without changes
|