@cloudbase/js-sdk 2.16.0 → 2.17.1

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.
@@ -0,0 +1 @@
1
+ export * from '@cloudbase/model';
@@ -0,0 +1,3 @@
1
+ export * from '@cloudbase/model';
2
+
3
+ //# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsa0JBQWtCLENBQUEiLCJmaWxlIjoiaW5kZXguZXNtLmpzIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnQGNsb3VkYmFzZS9tb2RlbCdcbiJdfQ==
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("@cloudbase/model"), exports);
18
+
19
+ //# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSxtREFBZ0MiLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICdAY2xvdWRiYXNlL21vZGVsJ1xuIl19
20
+
21
+ //# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSxtREFBZ0MiLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICdAY2xvdWRiYXNlL21vZGVsJ1xuIl19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/js-sdk",
3
- "version": "2.16.0",
3
+ "version": "2.17.1",
4
4
  "description": "cloudbase javascript sdk",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -46,23 +46,23 @@
46
46
  "license": "Apache-2.0",
47
47
  "dependencies": {
48
48
  "@cloudbase/adapter-interface": "^0.7.0",
49
- "@cloudbase/ai": "^2.16.0",
50
- "@cloudbase/analytics": "^2.16.0",
51
- "@cloudbase/app": "^2.16.0",
52
- "@cloudbase/auth": "^2.16.0",
53
- "@cloudbase/cloudrun": "^2.16.0",
49
+ "@cloudbase/ai": "^2.17.1",
50
+ "@cloudbase/analytics": "^2.17.1",
51
+ "@cloudbase/app": "^2.17.1",
52
+ "@cloudbase/auth": "^2.17.1",
53
+ "@cloudbase/cloudrun": "^2.17.1",
54
54
  "@cloudbase/database": "0.9.21",
55
- "@cloudbase/functions": "^2.16.0",
56
- "@cloudbase/model": "^2.16.0",
57
- "@cloudbase/realtime": "^2.16.0",
58
- "@cloudbase/storage": "^2.16.0",
59
- "@cloudbase/types": "^2.16.0",
60
- "@cloudbase/utilities": "^2.16.0"
55
+ "@cloudbase/functions": "^2.17.1",
56
+ "@cloudbase/model": "^2.17.1",
57
+ "@cloudbase/realtime": "^2.17.1",
58
+ "@cloudbase/storage": "^2.17.1",
59
+ "@cloudbase/types": "^2.17.1",
60
+ "@cloudbase/utilities": "^2.17.1"
61
61
  },
62
62
  "browserslist": [
63
63
  "last 2 version",
64
64
  "> 1%",
65
65
  "chrome 53"
66
66
  ],
67
- "gitHead": "5a7fb55717603551d04ec5ba3cdcbea16d99dff5"
67
+ "gitHead": "66fc125aee201d666ccf79788818c32eb3e3a99c"
68
68
  }