@stytch/react 19.5.1 → 19.5.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/CHANGELOG.md +12 -0
- package/dist/{StytchB2BContext-9c062712.js → StytchB2BContext-4afdf6a8.js} +1 -1
- package/dist/{StytchB2BContext-c5062f9b.js → StytchB2BContext-f7acf57f.js} +1 -1
- package/dist/adminPortal/index.esm.js +2 -2
- package/dist/adminPortal/index.js +2 -2
- package/dist/b2b/index.d.ts +2 -1
- package/dist/b2b/index.esm.d.ts +2 -1
- package/dist/b2b/index.esm.js +3 -4
- package/dist/b2b/index.headless.d.ts +1 -1
- package/dist/b2b/index.headless.esm.d.ts +1 -1
- package/dist/b2b/index.js +2 -3
- package/dist/b2b/index.ui.d.ts +1 -1
- package/dist/b2b/index.ui.esm.d.ts +1 -1
- package/dist/index-b14d4efe.d.ts +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.headless.d.ts +1 -1
- package/dist/index.headless.esm.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.ui.d.ts +1 -1
- package/dist/index.ui.esm.d.ts +1 -1
- package/dist/{useIsomorphicLayoutEffect-1babb81e.d.ts → useIsomorphicLayoutEffect-672e4b66.d.ts} +1 -2
- package/dist/{useIsomorphicLayoutEffect-65746ef3.js → useIsomorphicLayoutEffect-672e4b66.js} +0 -1
- package/dist/{useIsomorphicLayoutEffect-65746ef3.d.ts → useIsomorphicLayoutEffect-681e2138.d.ts} +1 -2
- package/dist/{useIsomorphicLayoutEffect-1babb81e.js → useIsomorphicLayoutEffect-681e2138.js} +0 -1
- package/package.json +2 -2
- /package/dist/{StytchB2BContext-9c062712.d.ts → StytchB2BContext-4afdf6a8.d.ts} +0 -0
- /package/dist/{StytchB2BContext-c5062f9b.d.ts → StytchB2BContext-f7acf57f.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @stytch/react
|
|
2
2
|
|
|
3
|
+
## 19.5.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9349a6b: Add error handling for claimed domains in the Discovery flow when no valid organizations are found
|
|
8
|
+
|
|
9
|
+
## 19.5.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 16f3109: Fix exported type declarations for useStytchB2BClient, withStytchB2BClient, and withStytchPermissions
|
|
14
|
+
|
|
3
15
|
## 19.5.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { createContext, useContext, useEffect, useMemo, useCallback, useRef } from 'react';
|
|
2
|
-
import { i as invariant, u as useAsyncState, m as mergeWithStableProps } from './useIsomorphicLayoutEffect-
|
|
2
|
+
import { i as invariant, u as useAsyncState, m as mergeWithStableProps } from './useIsomorphicLayoutEffect-681e2138.js';
|
|
3
3
|
import { n as noProviderError, i as isStytchSSRProxy } from './StytchSSRProxy-34c789b5.js';
|
|
4
4
|
|
|
5
5
|
const initialMember = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var React = require('react');
|
|
4
|
-
var useIsomorphicLayoutEffect = require('./useIsomorphicLayoutEffect-
|
|
4
|
+
var useIsomorphicLayoutEffect = require('./useIsomorphicLayoutEffect-672e4b66.js');
|
|
5
5
|
var StytchSSRProxy = require('./StytchSSRProxy-86bc42b3.js');
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { mountAdminPortalSSO, mountAdminPortalOrgSettings, mountAdminPortalMemberManagement, mountAdminPortalSCIM } from '@stytch/vanilla-js/b2b/adminPortal';
|
|
2
2
|
export { AdminPortalB2BProducts } from '@stytch/vanilla-js/b2b/adminPortal';
|
|
3
3
|
import React, { useRef } from 'react';
|
|
4
|
-
import { u as useIsMounted__INTERNAL, a as useStytchB2BClient } from '../StytchB2BContext-
|
|
4
|
+
import { u as useIsMounted__INTERNAL, a as useStytchB2BClient } from '../StytchB2BContext-4afdf6a8.js';
|
|
5
5
|
import { n as noProviderError } from '../StytchSSRProxy-34c789b5.js';
|
|
6
|
-
import { i as invariant, a as useIsomorphicLayoutEffect } from '../useIsomorphicLayoutEffect-
|
|
6
|
+
import { i as invariant, a as useIsomorphicLayoutEffect } from '../useIsomorphicLayoutEffect-681e2138.js';
|
|
7
7
|
|
|
8
8
|
const makeAdminPortalComponent = (mountFn, componentName) => {
|
|
9
9
|
const Component = (props) => {
|
|
@@ -4,9 +4,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var adminPortal = require('@stytch/vanilla-js/b2b/adminPortal');
|
|
6
6
|
var React = require('react');
|
|
7
|
-
var StytchB2BContext = require('../StytchB2BContext-
|
|
7
|
+
var StytchB2BContext = require('../StytchB2BContext-f7acf57f.js');
|
|
8
8
|
var StytchSSRProxy = require('../StytchSSRProxy-86bc42b3.js');
|
|
9
|
-
var useIsomorphicLayoutEffect = require('../useIsomorphicLayoutEffect-
|
|
9
|
+
var useIsomorphicLayoutEffect = require('../useIsomorphicLayoutEffect-672e4b66.js');
|
|
10
10
|
|
|
11
11
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
12
12
|
|
package/dist/b2b/index.d.ts
CHANGED
|
@@ -306,5 +306,6 @@ interface StytchB2BProviderProps<TProjectConfiguration extends StytchProjectConf
|
|
|
306
306
|
* )
|
|
307
307
|
*/
|
|
308
308
|
declare const StytchB2BProvider: <TProjectConfiguration extends Partial<import("@stytch/core/public").StytchProjectConfiguration> = Stytch.DefaultProjectConfiguration>({ stytch, children, assumeHydrated }: StytchB2BProviderProps<TProjectConfiguration>) => JSX.Element;
|
|
309
|
-
export {
|
|
309
|
+
export { useStytchB2BClient, withStytchB2BClient, withStytchPermissions } from "../StytchB2BContext-f7acf57f.js";
|
|
310
|
+
export { StytchB2BProvider, useStytchMemberSession, useStytchMember, useStytchIsAuthorized, useStytchOrganization, withStytchMemberSession, withStytchMember, withStytchOrganization, StytchB2B, B2BIdentityProvider };
|
|
310
311
|
export type { StytchB2BProviderProps, StytchB2BProps, B2BIdentityProviderProps };
|
package/dist/b2b/index.esm.d.ts
CHANGED
|
@@ -306,5 +306,6 @@ interface StytchB2BProviderProps<TProjectConfiguration extends StytchProjectConf
|
|
|
306
306
|
* )
|
|
307
307
|
*/
|
|
308
308
|
declare const StytchB2BProvider: <TProjectConfiguration extends Partial<import("@stytch/core/public").StytchProjectConfiguration> = Stytch.DefaultProjectConfiguration>({ stytch, children, assumeHydrated }: StytchB2BProviderProps<TProjectConfiguration>) => JSX.Element;
|
|
309
|
-
export {
|
|
309
|
+
export { useStytchB2BClient, withStytchB2BClient, withStytchPermissions } from "../StytchB2BContext-4afdf6a8.js";
|
|
310
|
+
export { StytchB2BProvider, useStytchMemberSession, useStytchMember, useStytchIsAuthorized, useStytchOrganization, withStytchMemberSession, withStytchMember, withStytchOrganization, StytchB2B, B2BIdentityProvider };
|
|
310
311
|
export type { StytchB2BProviderProps, StytchB2BProps, B2BIdentityProviderProps };
|
package/dist/b2b/index.esm.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { useRef } from 'react';
|
|
2
|
-
import { u as useIsMounted__INTERNAL, a as useStytchB2BClient, i as isUIClient, b as useStytchMember$1, c as useStytchMemberSession$1, d as useStytchOrganization$1, e as useStytchIsAuthorized$1, w as withStytchMember$1, f as withStytchMemberSession$1, g as withStytchOrganization$1, S as StytchB2BProvider$1 } from '../StytchB2BContext-
|
|
3
|
-
export { a as useStytchB2BClient, h as withStytchB2BClient, j as withStytchPermissions } from '../StytchB2BContext-
|
|
4
|
-
import { i as invariant, a as useIsomorphicLayoutEffect } from '../useIsomorphicLayoutEffect-
|
|
2
|
+
import { u as useIsMounted__INTERNAL, a as useStytchB2BClient, i as isUIClient, b as useStytchMember$1, c as useStytchMemberSession$1, d as useStytchOrganization$1, e as useStytchIsAuthorized$1, w as withStytchMember$1, f as withStytchMemberSession$1, g as withStytchOrganization$1, S as StytchB2BProvider$1 } from '../StytchB2BContext-4afdf6a8.js';
|
|
3
|
+
export { a as useStytchB2BClient, h as withStytchB2BClient, j as withStytchPermissions } from '../StytchB2BContext-4afdf6a8.js';
|
|
4
|
+
import { i as invariant, a as useIsomorphicLayoutEffect } from '../useIsomorphicLayoutEffect-681e2138.js';
|
|
5
5
|
import { a as noHeadlessClientError, n as noProviderError } from '../StytchSSRProxy-34c789b5.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -58,7 +58,6 @@ const StytchB2B = ({ styles, callbacks, config, }) => {
|
|
|
58
58
|
elementId: `#${containerEl.current.id}`,
|
|
59
59
|
styles,
|
|
60
60
|
});
|
|
61
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps -- SDK-1354
|
|
62
61
|
}, [stytchClient, styles, callbacks]);
|
|
63
62
|
return React.createElement("div", { ref: containerEl });
|
|
64
63
|
};
|
|
@@ -12,5 +12,5 @@ import { StytchB2BHeadlessClient } from "@stytch/vanilla-js/b2b/headless";
|
|
|
12
12
|
* )
|
|
13
13
|
* @returns A {@link StytchB2BHeadlessClient}
|
|
14
14
|
*/
|
|
15
|
-
declare const createStytchB2BHeadlessClient: <TProjectConfiguration extends Partial<import("@stytch/core/public").StytchProjectConfiguration> = Stytch.DefaultProjectConfiguration>(
|
|
15
|
+
declare const createStytchB2BHeadlessClient: <TProjectConfiguration extends Partial<import("@stytch/core/public").StytchProjectConfiguration> = Stytch.DefaultProjectConfiguration>(rawPublicToken: string, options?: import("@stytch/core/public").StytchClientOptions | undefined) => StytchB2BHeadlessClient<TProjectConfiguration>;
|
|
16
16
|
export { createStytchB2BHeadlessClient };
|
|
@@ -12,5 +12,5 @@ import { StytchB2BHeadlessClient } from "@stytch/vanilla-js/b2b/headless";
|
|
|
12
12
|
* )
|
|
13
13
|
* @returns A {@link StytchB2BHeadlessClient}
|
|
14
14
|
*/
|
|
15
|
-
declare const createStytchB2BHeadlessClient: <TProjectConfiguration extends Partial<import("@stytch/core/public").StytchProjectConfiguration> = Stytch.DefaultProjectConfiguration>(
|
|
15
|
+
declare const createStytchB2BHeadlessClient: <TProjectConfiguration extends Partial<import("@stytch/core/public").StytchProjectConfiguration> = Stytch.DefaultProjectConfiguration>(rawPublicToken: string, options?: import("@stytch/core/public").StytchClientOptions | undefined) => StytchB2BHeadlessClient<TProjectConfiguration>;
|
|
16
16
|
export { createStytchB2BHeadlessClient };
|
package/dist/b2b/index.js
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var React = require('react');
|
|
6
|
-
var StytchB2BContext = require('../StytchB2BContext-
|
|
7
|
-
var useIsomorphicLayoutEffect = require('../useIsomorphicLayoutEffect-
|
|
6
|
+
var StytchB2BContext = require('../StytchB2BContext-f7acf57f.js');
|
|
7
|
+
var useIsomorphicLayoutEffect = require('../useIsomorphicLayoutEffect-672e4b66.js');
|
|
8
8
|
var StytchSSRProxy = require('../StytchSSRProxy-86bc42b3.js');
|
|
9
9
|
|
|
10
10
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -65,7 +65,6 @@ const StytchB2B = ({ styles, callbacks, config, }) => {
|
|
|
65
65
|
elementId: `#${containerEl.current.id}`,
|
|
66
66
|
styles,
|
|
67
67
|
});
|
|
68
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps -- SDK-1354
|
|
69
68
|
}, [stytchClient, styles, callbacks]);
|
|
70
69
|
return React__default["default"].createElement("div", { ref: containerEl });
|
|
71
70
|
};
|
package/dist/b2b/index.ui.d.ts
CHANGED
|
@@ -13,5 +13,5 @@ import { StytchB2BUIClient } from "@stytch/vanilla-js/b2b";
|
|
|
13
13
|
* )
|
|
14
14
|
* @returns A {@link StytchB2BUIClient}
|
|
15
15
|
*/
|
|
16
|
-
declare const createStytchB2BUIClient: <TProjectConfiguration extends Partial<import("@stytch/core/public").StytchProjectConfiguration> = Stytch.DefaultProjectConfiguration>(
|
|
16
|
+
declare const createStytchB2BUIClient: <TProjectConfiguration extends Partial<import("@stytch/core/public").StytchProjectConfiguration> = Stytch.DefaultProjectConfiguration>(rawPublicToken: string, options?: import("@stytch/core/public").StytchClientOptions | undefined) => StytchB2BUIClient<TProjectConfiguration>;
|
|
17
17
|
export { createStytchB2BUIClient };
|
|
@@ -13,5 +13,5 @@ import { StytchB2BUIClient } from "@stytch/vanilla-js/b2b";
|
|
|
13
13
|
* )
|
|
14
14
|
* @returns A {@link StytchB2BUIClient}
|
|
15
15
|
*/
|
|
16
|
-
declare const createStytchB2BUIClient: <TProjectConfiguration extends Partial<import("@stytch/core/public").StytchProjectConfiguration> = Stytch.DefaultProjectConfiguration>(
|
|
16
|
+
declare const createStytchB2BUIClient: <TProjectConfiguration extends Partial<import("@stytch/core/public").StytchProjectConfiguration> = Stytch.DefaultProjectConfiguration>(rawPublicToken: string, options?: import("@stytch/core/public").StytchClientOptions | undefined) => StytchB2BUIClient<TProjectConfiguration>;
|
|
17
17
|
export { createStytchB2BUIClient };
|
package/dist/index-b14d4efe.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { createDeepEqual } from "./createDeepEqual-5555f2e1.js";
|
|
2
|
-
export { mergeWithStableProps } from "./useIsomorphicLayoutEffect-
|
|
2
|
+
export { mergeWithStableProps } from "./useIsomorphicLayoutEffect-681e2138.js";
|
package/dist/index.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { createContext, useContext, useMemo, useCallback, useRef, useEffect } from 'react';
|
|
2
|
-
import { i as invariant, u as useAsyncState, m as mergeWithStableProps, a as useIsomorphicLayoutEffect } from './useIsomorphicLayoutEffect-
|
|
2
|
+
import { i as invariant, u as useAsyncState, m as mergeWithStableProps, a as useIsomorphicLayoutEffect } from './useIsomorphicLayoutEffect-681e2138.js';
|
|
3
3
|
import { n as noProviderError, p as providerMustBeUniqueError, i as isStytchSSRProxy, a as noHeadlessClientError } from './StytchSSRProxy-34c789b5.js';
|
|
4
4
|
|
|
5
5
|
const initialUser = {
|
package/dist/index.headless.d.ts
CHANGED
|
@@ -12,5 +12,5 @@ import { StytchHeadlessClient } from "@stytch/vanilla-js/headless";
|
|
|
12
12
|
* )
|
|
13
13
|
* @returns A {@link StytchHeadlessClient}
|
|
14
14
|
*/
|
|
15
|
-
declare const createStytchHeadlessClient: <TProjectConfiguration extends Partial<import("@stytch/core/public").StytchProjectConfiguration> = Stytch.DefaultProjectConfiguration>(
|
|
15
|
+
declare const createStytchHeadlessClient: <TProjectConfiguration extends Partial<import("@stytch/core/public").StytchProjectConfiguration> = Stytch.DefaultProjectConfiguration>(publicTokenRaw: string, options?: import("@stytch/core/public").StytchClientOptions | undefined) => StytchHeadlessClient<TProjectConfiguration>;
|
|
16
16
|
export { createStytchHeadlessClient };
|
|
@@ -12,5 +12,5 @@ import { StytchHeadlessClient } from "@stytch/vanilla-js/headless";
|
|
|
12
12
|
* )
|
|
13
13
|
* @returns A {@link StytchHeadlessClient}
|
|
14
14
|
*/
|
|
15
|
-
declare const createStytchHeadlessClient: <TProjectConfiguration extends Partial<import("@stytch/core/public").StytchProjectConfiguration> = Stytch.DefaultProjectConfiguration>(
|
|
15
|
+
declare const createStytchHeadlessClient: <TProjectConfiguration extends Partial<import("@stytch/core/public").StytchProjectConfiguration> = Stytch.DefaultProjectConfiguration>(publicTokenRaw: string, options?: import("@stytch/core/public").StytchClientOptions | undefined) => StytchHeadlessClient<TProjectConfiguration>;
|
|
16
16
|
export { createStytchHeadlessClient };
|
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var React = require('react');
|
|
6
|
-
var useIsomorphicLayoutEffect = require('./useIsomorphicLayoutEffect-
|
|
6
|
+
var useIsomorphicLayoutEffect = require('./useIsomorphicLayoutEffect-672e4b66.js');
|
|
7
7
|
var StytchSSRProxy = require('./StytchSSRProxy-86bc42b3.js');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
package/dist/index.ui.d.ts
CHANGED
|
@@ -13,5 +13,5 @@ import { StytchUIClient } from "@stytch/vanilla-js";
|
|
|
13
13
|
* )
|
|
14
14
|
* @returns A {@link StytchUIClient}
|
|
15
15
|
*/
|
|
16
|
-
declare const createStytchUIClient: <TProjectConfiguration extends Partial<import("@stytch/core/public").StytchProjectConfiguration> = Stytch.DefaultProjectConfiguration>(
|
|
16
|
+
declare const createStytchUIClient: <TProjectConfiguration extends Partial<import("@stytch/core/public").StytchProjectConfiguration> = Stytch.DefaultProjectConfiguration>(publicTokenRaw: string, options?: import("@stytch/core/public").StytchClientOptions | undefined) => StytchUIClient<TProjectConfiguration>;
|
|
17
17
|
export { createStytchUIClient };
|
package/dist/index.ui.esm.d.ts
CHANGED
|
@@ -13,5 +13,5 @@ import { StytchUIClient } from "@stytch/vanilla-js";
|
|
|
13
13
|
* )
|
|
14
14
|
* @returns A {@link StytchUIClient}
|
|
15
15
|
*/
|
|
16
|
-
declare const createStytchUIClient: <TProjectConfiguration extends Partial<import("@stytch/core/public").StytchProjectConfiguration> = Stytch.DefaultProjectConfiguration>(
|
|
16
|
+
declare const createStytchUIClient: <TProjectConfiguration extends Partial<import("@stytch/core/public").StytchProjectConfiguration> = Stytch.DefaultProjectConfiguration>(publicTokenRaw: string, options?: import("@stytch/core/public").StytchClientOptions | undefined) => StytchUIClient<TProjectConfiguration>;
|
|
17
17
|
export { createStytchUIClient };
|
package/dist/{useIsomorphicLayoutEffect-1babb81e.d.ts → useIsomorphicLayoutEffect-672e4b66.d.ts}
RENAMED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Dispatch, SetStateAction, useEffect } from "react";
|
|
2
|
-
|
|
3
|
-
declare function invariant(cond: any, message: string): asserts cond;
|
|
2
|
+
declare function invariant(cond: unknown, message: string): asserts cond;
|
|
4
3
|
// useState can cause memory leaks if it is set after the component unmounted. For example, if it is
|
|
5
4
|
// set after `await`, or in a `then`, `catch`, or `finally`, or in a setTimout/setInterval.
|
|
6
5
|
declare const useAsyncState: <T>(initialState: T | (() => T)) => [
|
package/dist/{useIsomorphicLayoutEffect-65746ef3.d.ts → useIsomorphicLayoutEffect-681e2138.d.ts}
RENAMED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Dispatch, SetStateAction, useEffect } from "react";
|
|
2
|
-
|
|
3
|
-
declare function invariant(cond: any, message: string): asserts cond;
|
|
2
|
+
declare function invariant(cond: unknown, message: string): asserts cond;
|
|
4
3
|
// useState can cause memory leaks if it is set after the component unmounted. For example, if it is
|
|
5
4
|
// set after `await`, or in a `then`, `catch`, or `finally`, or in a setTimout/setInterval.
|
|
6
5
|
declare const useAsyncState: <T>(initialState: T | (() => T)) => [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stytch/react",
|
|
3
|
-
"version": "19.5.
|
|
3
|
+
"version": "19.5.3",
|
|
4
4
|
"description": "Stytch's official React Library",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@stytch/internal-test-utils": "0.0.0",
|
|
40
40
|
"@stytch/internal-tsconfigs": "0.0.0",
|
|
41
41
|
"@stytch/js-utils": "0.0.1",
|
|
42
|
-
"@stytch/vanilla-js": "5.
|
|
42
|
+
"@stytch/vanilla-js": "5.24.4",
|
|
43
43
|
"@testing-library/react": "14.0.0",
|
|
44
44
|
"@types/jest": "29.5.14",
|
|
45
45
|
"eslint-config-custom": "0.0.1",
|
|
File without changes
|
|
File without changes
|