@rsmax/toutiao 1.0.12 → 1.0.14

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/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.0.14](https://github.com/remaxjs/remax/compare/v1.0.13...v1.0.14) (2025-05-24)
7
+
8
+ **Note:** Version bump only for package @rsmax/toutiao
9
+
10
+ ## [1.0.13](https://github.com/remaxjs/remax/compare/v1.0.12...v1.0.13) (2025-05-12)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **toutiao:** 加入 jsHelper ([d749d21](https://github.com/remaxjs/remax/commit/d749d216459b42a9708626aaa44e4061ce9045df))
15
+
16
+ **Note:** Version bump only for package @rsmax/toutiao
17
+
18
+ ## [1.0.11](https://github.com/remaxjs/remax/compare/v1.0.12...v1.0.11) (2025-05-12)
19
+
20
+ ### Bug Fixes
21
+
22
+ - **toutiao:** 加入 jsHelper ([d749d21](https://github.com/remaxjs/remax/commit/d749d216459b42a9708626aaa44e4061ce9045df))
23
+
6
24
  ## [1.0.12](https://github.com/remaxjs/remax/compare/v1.0.11...v1.0.12) (2025-05-12)
7
25
 
8
26
  **Note:** Version bump only for package @rsmax/toutiao
package/cjs/node/index.js CHANGED
@@ -39,6 +39,11 @@ const plugin = () => {
39
39
  src: 'src',
40
40
  },
41
41
  style: '.ttss',
42
+ jsHelper: {
43
+ extension: '.sjs',
44
+ tag: 'sjs',
45
+ src: 'src',
46
+ },
42
47
  ejs: {
43
48
  base: path.join(EJS_TPL_ROOT, 'base.ejs'),
44
49
  page: path.join(EJS_TPL_ROOT, 'page.ejs'),
package/esm/node/index.js CHANGED
@@ -11,6 +11,11 @@ const plugin = () => {
11
11
  src: 'src',
12
12
  },
13
13
  style: '.ttss',
14
+ jsHelper: {
15
+ extension: '.sjs',
16
+ tag: 'sjs',
17
+ src: 'src',
18
+ },
14
19
  ejs: {
15
20
  base: path.join(EJS_TPL_ROOT, 'base.ejs'),
16
21
  page: path.join(EJS_TPL_ROOT, 'page.ejs'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsmax/toutiao",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "description": "Rsmax for Toutiao",
5
5
  "main": "./cjs/index.js",
6
6
  "esnext": "./esm/index.js",
@@ -16,15 +16,15 @@
16
16
  "repository": "git+https://github.com/remaxjs/remax.git",
17
17
  "license": "MIT",
18
18
  "dependencies": {
19
- "@rsmax/shared": "1.0.12",
19
+ "@rsmax/shared": "1.0.14",
20
20
  "lodash": "^4.17.21"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@douyin-microapp/typings": "^1.3.1",
24
- "@rsmax/framework-shared": "1.0.12",
25
- "@rsmax/runtime": "1.0.12",
26
- "@rsmax/types": "1.0.12",
27
- "@rsmax/wechat": "1.0.12",
24
+ "@rsmax/framework-shared": "1.0.14",
25
+ "@rsmax/runtime": "1.0.14",
26
+ "@rsmax/types": "1.0.14",
27
+ "@rsmax/wechat": "1.0.14",
28
28
  "@types/react": "^18.3.0",
29
29
  "@types/react-test-renderer": "^18.3.0",
30
30
  "react": "^18.3.0",
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "8cbbd424d50c61c19485632263ee464585abd9ad"
36
+ "gitHead": "9170ba2de6a521256dbafdd976a24e5d1964e2fa"
37
37
  }