@wix/papyrus 1.0.6 → 1.0.8
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/papyrus",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"type-bundles"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@wix/papyrus_documents": "1.0.
|
|
24
|
+
"@wix/papyrus_documents": "1.0.7"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"glob": "^10.4.1",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "dff06167a6ebeacf4a2b61fb6d4e1d2b2457b0bd24f1613ec97eec6e"
|
|
49
49
|
}
|
|
@@ -792,13 +792,6 @@ declare function EventDefinition<Type extends string>(type: Type, isDomainEvent?
|
|
|
792
792
|
type EventHandler<T extends EventDefinition> = (payload: T['__payload']) => void | Promise<void>;
|
|
793
793
|
type BuildEventDefinition<T extends EventDefinition<any, string>> = (handler: EventHandler<T>) => void;
|
|
794
794
|
|
|
795
|
-
declare global {
|
|
796
|
-
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions -- It has to be an `interface` so that it can be merged.
|
|
797
|
-
interface SymbolConstructor {
|
|
798
|
-
readonly observable: symbol;
|
|
799
|
-
}
|
|
800
|
-
}
|
|
801
|
-
|
|
802
795
|
declare global {
|
|
803
796
|
interface ContextualClient {
|
|
804
797
|
}
|
|
@@ -817,6 +810,7 @@ declare global {
|
|
|
817
810
|
interface SDKExposureToggle {
|
|
818
811
|
}
|
|
819
812
|
}
|
|
813
|
+
|
|
820
814
|
declare global {
|
|
821
815
|
/**
|
|
822
816
|
* A global interface to set the type mode for the SDK.
|
|
@@ -792,13 +792,6 @@ declare function EventDefinition<Type extends string>(type: Type, isDomainEvent?
|
|
|
792
792
|
type EventHandler<T extends EventDefinition> = (payload: T['__payload']) => void | Promise<void>;
|
|
793
793
|
type BuildEventDefinition<T extends EventDefinition<any, string>> = (handler: EventHandler<T>) => void;
|
|
794
794
|
|
|
795
|
-
declare global {
|
|
796
|
-
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions -- It has to be an `interface` so that it can be merged.
|
|
797
|
-
interface SymbolConstructor {
|
|
798
|
-
readonly observable: symbol;
|
|
799
|
-
}
|
|
800
|
-
}
|
|
801
|
-
|
|
802
795
|
declare global {
|
|
803
796
|
interface ContextualClient {
|
|
804
797
|
}
|
|
@@ -817,6 +810,7 @@ declare global {
|
|
|
817
810
|
interface SDKExposureToggle {
|
|
818
811
|
}
|
|
819
812
|
}
|
|
813
|
+
|
|
820
814
|
declare global {
|
|
821
815
|
/**
|
|
822
816
|
* A global interface to set the type mode for the SDK.
|