@cloudbase/framework-plugin-low-code 0.7.20 → 0.7.21

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,3 @@
1
+ export declare const PRIVATE_JS_NAME = "weda-private.js";
2
+ export declare const PRIVATE_JS_CODE = "\n /**\n * An empty js file. It will be overridden in private place.\n *\n * For example:\n * ```javascript\n * window._isPrivate = true\n * ```\n */\n ";
3
+ //# sourceMappingURL=private.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"private.d.ts","sourceRoot":"","sources":["../../src/config/private.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe,oBAAoB,CAAC;AAKjD,eAAO,MAAM,eAAe,oKAS1B,CAAC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PRIVATE_JS_CODE = exports.PRIVATE_JS_NAME = void 0;
4
+ exports.PRIVATE_JS_NAME = 'weda-private.js';
5
+ exports.PRIVATE_JS_CODE = `
6
+ /**
7
+ * An empty js file. It will be overridden in private place.
8
+ *
9
+ * For example:
10
+ * \`\`\`javascript
11
+ * window._isPrivate = true
12
+ * \`\`\`
13
+ */
14
+ `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/framework-plugin-low-code",
3
- "version": "0.7.20",
3
+ "version": "0.7.21",
4
4
  "description": "云开发 Tencent CloudBase Framework Low Code Plugin,将低码配置生成完整项目并一键部署云开发资源。",
5
5
  "author": "yhsunshining@gmail.com",
6
6
  "homepage": "https://github.com/TencentCloudBase/cloudbase-framework#readme",
@@ -450,7 +450,7 @@
450
450
  ></script>
451
451
  <script
452
452
  crossorigin="anonymous"
453
- src="https://qbase.cdn-go.cn//lcap/lcap-resource-cdngo/-/release/_npm/@cloudbase/weda-client@0.2.12/dist/web.browser.js"
453
+ src="https://qbase.cdn-go.cn//lcap/lcap-resource-cdngo/-/release/_npm/@cloudbase/weda-client@0.2.13/dist/web.browser.js"
454
454
  ></script>
455
455
  </body>
456
456
  </html>
@@ -8,7 +8,7 @@
8
8
  "@cloudbase/js-sdk": "2.4.0-alpha.0",
9
9
  "@cloudbase/weda-client": "0.2.12",
10
10
  "@tcwd/weapps-core": "2.2.6",
11
- "@tcwd/weapps-sdk": "1.2.9",
11
+ "@tcwd/weapps-sdk": "1.2.10",
12
12
  "@zxing/library": "^0.18.6",
13
13
  "lodash": "^4.17.19",
14
14
  "mobx": "^5.15.4",