@wix/essentials 0.1.17 → 0.1.19

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/build/auth.d.ts CHANGED
@@ -1,5 +1,4 @@
1
- import { RESTFunctionDescriptor } from '@wix/sdk-types';
2
- export declare function elevate<T extends RESTFunctionDescriptor>(restModule: T): T;
1
+ export declare function elevate<T>(restModule: T): T;
3
2
  /**
4
3
  * Returns the information encoded in the currently active token in API backend extensions.
5
4
  *
@@ -1,5 +1,4 @@
1
- import { RESTFunctionDescriptor } from '@wix/sdk-types';
2
- export declare function elevate<T extends RESTFunctionDescriptor>(restModule: T): T;
1
+ export declare function elevate<T>(restModule: T): T;
3
2
  /**
4
3
  * Returns the information encoded in the currently active token in API backend extensions.
5
4
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/essentials",
3
- "version": "0.1.17",
3
+ "version": "0.1.19",
4
4
  "license": "MIT",
5
5
  "main": "cjs/build/index.js",
6
6
  "module": "build/index.mjs",
@@ -35,16 +35,16 @@
35
35
  "*.{js,ts}": "yarn lint"
36
36
  },
37
37
  "dependencies": {
38
- "@wix/monitoring": "^0.17.0",
39
- "@wix/sdk-runtime": "^0.3.37",
40
- "@wix/sdk-types": "^1.13.5"
38
+ "@wix/monitoring": "^0.18.0",
39
+ "@wix/sdk-runtime": "^0.3.38",
40
+ "@wix/sdk-types": "^1.13.6"
41
41
  },
42
42
  "optionalDependencies": {
43
43
  "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/is-ci": "^3.0.4",
47
- "@types/node": "^20.17.19",
47
+ "@types/node": "^20.17.22",
48
48
  "@vitest/ui": "^1.6.1",
49
49
  "@wix/sdk": "1.15.12",
50
50
  "eslint": "^8.57.1",
@@ -52,8 +52,8 @@
52
52
  "graphql": "^16.8.0",
53
53
  "is-ci": "^3.0.1",
54
54
  "jsdom": "^22.1.0",
55
- "msw": "^2.7.1",
56
- "typescript": "^5.7.3",
55
+ "msw": "^2.7.3",
56
+ "typescript": "^5.8.2",
57
57
  "vitest": "^1.6.1",
58
58
  "vitest-teamcity-reporter": "^0.3.1"
59
59
  },
@@ -74,5 +74,5 @@
74
74
  ]
75
75
  }
76
76
  },
77
- "falconPackageHash": "0501cfcbda2a4945f952f3f502dd63c9eedaa0395c74f34c07cd5680"
77
+ "falconPackageHash": "db0e3821e8879a032b11ffe4a48267b2b48a65c18f2a0686aa744371"
78
78
  }