@tarojs/service 3.7.0-alpha.8 → 3.7.0-beta.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.
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/platform-plugin-base/index.js +0 -3
- package/dist/platform-plugin-base/index.js.map +1 -1
- package/package.json +4 -4
- package/src/index.ts +3 -3
- package/src/platform-plugin-base/index.ts +0 -1
- package/types/index.d.ts +2 -3
- package/types/platform-plugin-base/index.d.ts +0 -1
package/dist/index.js
CHANGED
|
@@ -14,15 +14,14 @@ 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.TaroPlatformWeb = exports.TaroPlatformBase = exports.
|
|
17
|
+
exports.TaroPlatformWeb = exports.TaroPlatformBase = exports.Kernel = exports.Config = void 0;
|
|
18
18
|
const Config_1 = require("./Config");
|
|
19
19
|
exports.Config = Config_1.default;
|
|
20
20
|
const Kernel_1 = require("./Kernel");
|
|
21
21
|
exports.Kernel = Kernel_1.default;
|
|
22
22
|
const platform_plugin_base_1 = require("./platform-plugin-base");
|
|
23
|
-
Object.defineProperty(exports, "TaroPlatform", { enumerable: true, get: function () { return platform_plugin_base_1.TaroPlatform; } });
|
|
24
23
|
Object.defineProperty(exports, "TaroPlatformBase", { enumerable: true, get: function () { return platform_plugin_base_1.TaroPlatformBase; } });
|
|
25
24
|
Object.defineProperty(exports, "TaroPlatformWeb", { enumerable: true, get: function () { return platform_plugin_base_1.TaroPlatformWeb; } });
|
|
26
25
|
__exportStar(require("./utils/types"), exports);
|
|
27
|
-
exports.default = { Config: Config_1.default, Kernel: Kernel_1.default,
|
|
26
|
+
exports.default = { Config: Config_1.default, Kernel: Kernel_1.default, TaroPlatformBase: platform_plugin_base_1.TaroPlatformBase, TaroPlatformWeb: platform_plugin_base_1.TaroPlatformWeb };
|
|
28
27
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qCAA6B;AAKpB,iBALF,gBAAM,CAKE;AAJf,qCAA6B;AAIZ,iBAJV,gBAAM,CAIU;AAHvB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qCAA6B;AAKpB,iBALF,gBAAM,CAKE;AAJf,qCAA6B;AAIZ,iBAJV,gBAAM,CAIU;AAHvB,iEAA0E;AAGjD,iGAHhB,uCAAgB,OAGgB;AAAE,gGAHhB,sCAAe,OAGgB;AAD1D,gDAA6B;AAE7B,kBAAe,EAAE,MAAM,EAAN,gBAAM,EAAE,MAAM,EAAN,gBAAM,EAAE,gBAAgB,EAAhB,uCAAgB,EAAE,eAAe,EAAf,sCAAe,EAAE,CAAA"}
|
|
@@ -14,9 +14,6 @@ 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.TaroPlatform = void 0;
|
|
18
17
|
__exportStar(require("./mini"), exports);
|
|
19
|
-
var platform_1 = require("./platform");
|
|
20
|
-
Object.defineProperty(exports, "TaroPlatform", { enumerable: true, get: function () { return platform_1.default; } });
|
|
21
18
|
__exportStar(require("./web"), exports);
|
|
22
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/platform-plugin-base/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/platform-plugin-base/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAsB;AACtB,wCAAqB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/service",
|
|
3
|
-
"version": "3.7.0-
|
|
3
|
+
"version": "3.7.0-beta.1",
|
|
4
4
|
"description": "Taro Service",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "types/index.d.ts",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"tapable": "^1.1.3",
|
|
31
31
|
"webpack-merge": "^4.2.2",
|
|
32
32
|
"ora": "^5.0.0",
|
|
33
|
-
"@tarojs/helper": "3.7.0-
|
|
34
|
-
"@tarojs/shared": "3.7.0-
|
|
35
|
-
"@tarojs/taro": "3.7.0-
|
|
33
|
+
"@tarojs/helper": "3.7.0-beta.1",
|
|
34
|
+
"@tarojs/shared": "3.7.0-beta.1",
|
|
35
|
+
"@tarojs/taro": "3.7.0-beta.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"vite": "^4.2.0",
|
package/src/index.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import Config from './Config'
|
|
2
2
|
import Kernel from './Kernel'
|
|
3
|
-
import {
|
|
3
|
+
import { TaroPlatformBase, TaroPlatformWeb } from './platform-plugin-base'
|
|
4
4
|
|
|
5
5
|
export * from './utils/types'
|
|
6
|
-
export { Config, Kernel,
|
|
7
|
-
export default { Config, Kernel,
|
|
6
|
+
export { Config, Kernel, TaroPlatformBase, TaroPlatformWeb }
|
|
7
|
+
export default { Config, Kernel, TaroPlatformBase, TaroPlatformWeb }
|
|
8
8
|
|
|
9
9
|
export type { IPluginContext } from './utils/types'
|
package/types/index.d.ts
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import Config from './Config';
|
|
2
2
|
import Kernel from './Kernel';
|
|
3
|
-
import {
|
|
3
|
+
import { TaroPlatformBase, TaroPlatformWeb } from './platform-plugin-base';
|
|
4
4
|
export * from './utils/types';
|
|
5
|
-
export { Config, Kernel,
|
|
5
|
+
export { Config, Kernel, TaroPlatformBase, TaroPlatformWeb };
|
|
6
6
|
declare const _default: {
|
|
7
7
|
Config: typeof Config;
|
|
8
8
|
Kernel: typeof Kernel;
|
|
9
|
-
TaroPlatform: typeof TaroPlatform;
|
|
10
9
|
TaroPlatformBase: typeof TaroPlatformBase;
|
|
11
10
|
TaroPlatformWeb: typeof TaroPlatformWeb;
|
|
12
11
|
};
|