@wix/sdk 1.17.9 → 1.18.0

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/index.d.ts CHANGED
@@ -6,3 +6,4 @@ export * from './auth/ApiKeyAuthStrategy.js';
6
6
  export * from './auth/AppStrategy.js';
7
7
  export * from '@wix/sdk-types';
8
8
  export { DEFAULT_API_URL } from './common.js';
9
+ export { createNanoEvents, type Emitter, type Unsubscribe, } from './nanoevents.js';
package/build/index.js CHANGED
@@ -6,3 +6,4 @@ export * from './auth/ApiKeyAuthStrategy.js';
6
6
  export * from './auth/AppStrategy.js';
7
7
  export * from '@wix/sdk-types';
8
8
  export { DEFAULT_API_URL } from './common.js';
9
+ export { createNanoEvents, } from './nanoevents.js';
@@ -6,3 +6,4 @@ export * from './auth/ApiKeyAuthStrategy.js';
6
6
  export * from './auth/AppStrategy.js';
7
7
  export * from '@wix/sdk-types';
8
8
  export { DEFAULT_API_URL } from './common.js';
9
+ export { createNanoEvents, type Emitter, type Unsubscribe, } from './nanoevents.js';
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.DEFAULT_API_URL = void 0;
17
+ exports.createNanoEvents = exports.DEFAULT_API_URL = void 0;
18
18
  __exportStar(require("./wixClient.js"), exports);
19
19
  __exportStar(require("./wixMedia.js"), exports);
20
20
  __exportStar(require("./auth/oauth2/OAuthStrategy.js"), exports);
@@ -24,3 +24,5 @@ __exportStar(require("./auth/AppStrategy.js"), exports);
24
24
  __exportStar(require("@wix/sdk-types"), exports);
25
25
  var common_js_1 = require("./common.js");
26
26
  Object.defineProperty(exports, "DEFAULT_API_URL", { enumerable: true, get: function () { return common_js_1.DEFAULT_API_URL; } });
27
+ var nanoevents_js_1 = require("./nanoevents.js");
28
+ Object.defineProperty(exports, "createNanoEvents", { enumerable: true, get: function () { return nanoevents_js_1.createNanoEvents; } });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/sdk",
3
- "version": "1.17.9",
3
+ "version": "1.18.0",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Ronny Ringel",
@@ -126,5 +126,5 @@
126
126
  "wallaby": {
127
127
  "autoDetect": true
128
128
  },
129
- "falconPackageHash": "4d056ebe7a6d4e37777504dff4376355ffb98bb9d968c7c69bfe19f2"
129
+ "falconPackageHash": "9f9ca558f5ddeb01547721b9d9dfe27c55c3e0eb2a549d932ec2f1bb"
130
130
  }