@gneiss/client-auth 1.0.8 → 1.0.10

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/README.md CHANGED
File without changes
@@ -381,4 +381,4 @@ var ExpressAuthGneissClient_default = ExpressAuthGneissClient;
381
381
  ExpressAuthGneissClient,
382
382
  parseCookies
383
383
  });
384
- //# sourceMappingURL=index.js.map
384
+ //# sourceMappingURL=index.cjs.map
File without changes
@@ -342,4 +342,4 @@ export {
342
342
  ExpressAuthGneissClient_default as ExpressAuthGneissClient,
343
343
  parseCookies
344
344
  };
345
- //# sourceMappingURL=index.js.map
345
+ //# sourceMappingURL=index.mjs.map
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@gneiss/client-auth",
3
- "version": "1.0.8",
4
- "main": "dist/cjs/index.js",
5
- "module": "dist/esm/index.js",
3
+ "version": "1.0.10",
4
+ "main": "dist/cjs/index.cjs",
5
+ "module": "dist/esm/index.mjs",
6
6
  "types": "dist/types/src/index.d.ts",
7
7
  "type": "module",
8
8
  "exports": {
9
9
  ".": {
10
10
  "types": "./dist/types/src/index.d.ts",
11
- "import": "./dist/esm/index.js",
12
- "require": "./dist/cjs/index.js"
11
+ "import": "./dist/esm/index.mjs",
12
+ "require": "./dist/cjs/index.cjs"
13
13
  }
14
14
  },
15
15
  "scripts": {