@arcgis/lumina 4.32.0-next.81 → 4.32.0-next.83
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/dist/decorators.d.ts +1 -1
- package/package.json +3 -3
package/dist/decorators.d.ts
CHANGED
|
@@ -52,4 +52,4 @@ declare type CustomMethodDecorator<T> = (target: unknown, propertyKey: string |
|
|
|
52
52
|
* This decorator does not exist at runtime and is only used as a hint for the
|
|
53
53
|
* compiler to declare certain methods as public.
|
|
54
54
|
*/
|
|
55
|
-
export declare const method: () => CustomMethodDecorator<any>;
|
|
55
|
+
export declare const method: () => CustomMethodDecorator<(...args: never[]) => any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/lumina",
|
|
3
|
-
"version": "4.32.0-next.
|
|
3
|
+
"version": "4.32.0-next.83",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
],
|
|
21
21
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@arcgis/components-controllers": "4.32.0-next.
|
|
24
|
-
"@arcgis/components-utils": "4.32.0-next.
|
|
23
|
+
"@arcgis/components-controllers": "4.32.0-next.83",
|
|
24
|
+
"@arcgis/components-utils": "4.32.0-next.83",
|
|
25
25
|
"@lit-labs/ssr": "^3.2.2",
|
|
26
26
|
"@lit-labs/ssr-client": "^1.1.7",
|
|
27
27
|
"@lit/context": "^1.1.3",
|