@dcloudio/uni-mp-toutiao 3.0.0-alpha-3040120220307001 → 3.0.0-alpha-3040220220310002

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.
@@ -107,6 +107,7 @@ const options = {
107
107
  },
108
108
  project: {
109
109
  filename: projectConfigFilename,
110
+ config: ['project.tt.json'],
110
111
  source,
111
112
  },
112
113
  template: Object.assign(Object.assign({}, miniProgram), { filter: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-mp-toutiao",
3
- "version": "3.0.0-alpha-3040120220307001",
3
+ "version": "3.0.0-alpha-3040220220310002",
4
4
  "description": "uni-app mp-toutiao",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
24
24
  "dependencies": {
25
- "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040120220307001",
26
- "@dcloudio/uni-mp-compiler": "3.0.0-alpha-3040120220307001",
27
- "@dcloudio/uni-mp-vite": "3.0.0-alpha-3040120220307001",
28
- "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040120220307001",
29
- "@dcloudio/uni-shared": "3.0.0-alpha-3040120220307001",
25
+ "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040220220310002",
26
+ "@dcloudio/uni-mp-compiler": "3.0.0-alpha-3040220220310002",
27
+ "@dcloudio/uni-mp-vite": "3.0.0-alpha-3040220220310002",
28
+ "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040220220310002",
29
+ "@dcloudio/uni-shared": "3.0.0-alpha-3040220220310002",
30
30
  "@vue/compiler-core": "3.2.31"
31
31
  }
32
32
  }
@@ -60,6 +60,7 @@ export const options: UniMiniProgramPluginOptions = {
60
60
  },
61
61
  project: {
62
62
  filename: projectConfigFilename,
63
+ config: ['project.tt.json'],
63
64
  source,
64
65
  },
65
66
  template: {