@sfdc-webapps/feature-authentication 1.0.2 → 1.0.3
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sfdc-webapps/feature-authentication",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Authentication feature for web applications",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "",
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"watch": "npx tsx ../cli/src/index.ts watch-patches packages/feature-authentication packages/base-react-app packages/feature-authentication/dist
|
|
13
|
+
"build": "npx tsx ../cli/src/index.ts apply-patches packages/feature-authentication packages/base-react-app packages/feature-authentication/dist --reset --skip-dependency-changes",
|
|
14
|
+
"clean": "rm -rf dist",
|
|
15
|
+
"dev": "cd dist/digitalExperiences/webApplications/feature-authentication && npm install && npm run dev",
|
|
16
|
+
"watch": "npx tsx ../cli/src/index.ts watch-patches packages/feature-authentication packages/base-react-app packages/feature-authentication/dist"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@types/react": "^19.2.7",
|