@sphereon/ssi-express-support 0.33.1-feature.vcdm2.tsup.24 → 0.33.1-feature.vcdm2.tsup.26

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/dist/index.cjs +0 -29
  2. package/package.json +3 -3
package/dist/index.cjs CHANGED
@@ -941,33 +941,4 @@ var OpenIDConnectAuthApi = class {
941
941
  return this._express;
942
942
  }
943
943
  };
944
- // Annotate the CommonJS export names for ESM import in node:
945
- 0 && (module.exports = {
946
- EntraIDAuth,
947
- ExpressBuilder,
948
- ExpressCorsConfigurer,
949
- MapBasedStaticBearerUserProvider,
950
- OpenIDConnectAuthApi,
951
- StaticBearerAuth,
952
- checkAuth,
953
- checkAuthenticationOnly,
954
- checkAuthorizationOnly,
955
- checkUserIsInRole,
956
- copyGlobalAuthToEndpoint,
957
- copyGlobalAuthToEndpoints,
958
- env,
959
- getAuthenticatedUserEndpoint,
960
- getIdTokenEndpoint,
961
- getLoginCallbackEndpoint,
962
- getLoginEndpoint,
963
- getLogoutCallbackEndpoint,
964
- getLogoutEndpoint,
965
- hasEndpointOpts,
966
- isUserAuthenticated,
967
- isUserNotAuthenticated,
968
- jsonErrorHandler,
969
- oidcDiscoverIssuer,
970
- oidcGetClient,
971
- sendErrorResponse
972
- });
973
944
  //# sourceMappingURL=index.cjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphereon/ssi-express-support",
3
- "version": "0.33.1-feature.vcdm2.tsup.24+5aba9a8f",
3
+ "version": "0.33.1-feature.vcdm2.tsup.26+11eb36ce",
4
4
  "source": "src/index.ts",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -22,7 +22,7 @@
22
22
  "start:energyshr": "cross-env ENVIRONMENT=EnergySHR NODE_ENV=energyshr node --experimental-specifier-resolution=node --loader ts-node/esm __tests__/index.ts"
23
23
  },
24
24
  "dependencies": {
25
- "@sphereon/ssi-types": "^0.33.1-feature.vcdm2.tsup.24+5aba9a8f",
25
+ "@sphereon/ssi-types": "^0.33.1-feature.vcdm2.tsup.26+11eb36ce",
26
26
  "body-parser": "^1.20.2",
27
27
  "casbin": "^5.30.0",
28
28
  "cookie-session": "^2.1.0",
@@ -88,5 +88,5 @@
88
88
  "SSI",
89
89
  "Agent"
90
90
  ],
91
- "gitHead": "5aba9a8fdb30ef80e7857e170ed8e01bd8f562d2"
91
+ "gitHead": "11eb36cec6ae50669c0cdb9028eed52e2dc3ccb7"
92
92
  }