@equinor/fusion-framework-module-msal-node 0.1.0 → 0.1.1-apploader-72d7ab4bc6efd62ff336fc80ab642c2bff934089

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 (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @equinor/fusion-framework-module-msal-node
2
2
 
3
+ ## 0.1.1-apploader-72d7ab4bc6efd62ff336fc80ab642c2bff934089
4
+
5
+ ### Patch Changes
6
+
7
+ - pre-release changeset for tag **apploader**, all public packages are patched
8
+
9
+ - Updated dependencies []:
10
+ - @equinor/fusion-framework-module@4.4.3-apploader-72d7ab4bc6efd62ff336fc80ab642c2bff934089
11
+
3
12
  ## 0.1.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-module-msal-node",
3
- "version": "0.1.0",
3
+ "version": "0.1.1-apploader-72d7ab4bc6efd62ff336fc80ab642c2bff934089",
4
4
  "description": "Fusion Framework module for secure Azure AD authentication in Node.js using MSAL. Supports interactive, silent, and token-only authentication modes with encrypted token storage.",
5
5
  "main": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -35,7 +35,7 @@
35
35
  "@azure/msal-node": "^3.5.1",
36
36
  "@azure/msal-node-extensions": "^1.5.11",
37
37
  "open": "^10.1.1",
38
- "@equinor/fusion-framework-module": "^4.4.2"
38
+ "@equinor/fusion-framework-module": "^4.4.3-apploader-72d7ab4bc6efd62ff336fc80ab642c2bff934089"
39
39
  },
40
40
  "devDependencies": {
41
41
  "typescript": "^5.8.2"