@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.
Files changed (1) hide show
  1. 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.2",
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
- "dev": "cd dist/digitalExperiences/webApplications/feature-authentication && yarn && yarn dev",
14
- "build": "npx tsx ../cli/src/index.ts apply-patches packages/feature-authentication packages/base-react-app packages/feature-authentication/dist --clean --skip-dependency-changes && yarn postbuild",
15
- "postbuild": "cd dist/digitalExperiences/webApplications/feature-authentication && yarn link @salesforce/webapps && yarn link @salesforce/vite-plugin-webapps",
16
- "watch": "npx tsx ../cli/src/index.ts watch-patches packages/feature-authentication packages/base-react-app packages/feature-authentication/dist --clean"
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",