@rsmax/shared 1.0.13 → 1.1.0
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 +6 -0
- package/cjs/index.d.ts +3 -0
- package/cjs/index.js +3 -0
- package/esm/index.d.ts +3 -0
- package/esm/index.js +3 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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.1.0](https://github.com/remaxjs/remax/compare/v1.0.13...v1.1.0) (2025-05-22)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- 标记废弃函数 ([49ae28c](https://github.com/remaxjs/remax/commit/49ae28c8f6f8e38804b138a6e10e246b25565e65))
|
|
11
|
+
|
|
6
12
|
## [1.0.13](https://github.com/remaxjs/remax/compare/v1.0.12...v1.0.13) (2025-05-12)
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package @rsmax/shared
|
package/cjs/index.d.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export * from './path';
|
|
2
2
|
export * from './unique';
|
|
3
3
|
export { isNativeComponent, getNativeEntryAssetOutputPath } from './nativeComponent/helpers';
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated getNativeComponentAssets 在新版本里面废弃了
|
|
6
|
+
*/
|
|
4
7
|
export { default as getNativeComponentAssets } from './nativeComponent/getAssets';
|
package/cjs/index.js
CHANGED
|
@@ -23,5 +23,8 @@ __exportStar(require("./unique"), exports);
|
|
|
23
23
|
var helpers_1 = require("./nativeComponent/helpers");
|
|
24
24
|
Object.defineProperty(exports, "isNativeComponent", { enumerable: true, get: function () { return helpers_1.isNativeComponent; } });
|
|
25
25
|
Object.defineProperty(exports, "getNativeEntryAssetOutputPath", { enumerable: true, get: function () { return helpers_1.getNativeEntryAssetOutputPath; } });
|
|
26
|
+
/**
|
|
27
|
+
* @deprecated getNativeComponentAssets 在新版本里面废弃了
|
|
28
|
+
*/
|
|
26
29
|
var getAssets_1 = require("./nativeComponent/getAssets");
|
|
27
30
|
Object.defineProperty(exports, "getNativeComponentAssets", { enumerable: true, get: function () { return __importDefault(getAssets_1).default; } });
|
package/esm/index.d.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export * from './path';
|
|
2
2
|
export * from './unique';
|
|
3
3
|
export { isNativeComponent, getNativeEntryAssetOutputPath } from './nativeComponent/helpers';
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated getNativeComponentAssets 在新版本里面废弃了
|
|
6
|
+
*/
|
|
4
7
|
export { default as getNativeComponentAssets } from './nativeComponent/getAssets';
|
package/esm/index.js
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export * from './path';
|
|
2
2
|
export * from './unique';
|
|
3
3
|
export { isNativeComponent, getNativeEntryAssetOutputPath } from './nativeComponent/helpers';
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated getNativeComponentAssets 在新版本里面废弃了
|
|
6
|
+
*/
|
|
4
7
|
export { default as getNativeComponentAssets } from './nativeComponent/getAssets';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsmax/shared",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Rsmax Shared",
|
|
5
5
|
"main": "cjs/index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"react": "^18.3.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@rsmax/types": "1.0
|
|
25
|
+
"@rsmax/types": "1.1.0",
|
|
26
26
|
"@types/babel__traverse": "^7.0.8",
|
|
27
27
|
"@types/htmlparser2": "^3.10.1",
|
|
28
28
|
"@types/lodash": "^4.14.135",
|
|
29
29
|
"@types/react": "^17.0.70",
|
|
30
30
|
"@types/react-test-renderer": "^16.9.2",
|
|
31
31
|
"@types/resolve": "^1.14.0",
|
|
32
|
-
"postcss": "^
|
|
32
|
+
"postcss": "^8.0.0",
|
|
33
33
|
"react": "^18.3.0",
|
|
34
34
|
"react-test-renderer": "^18.3.0"
|
|
35
35
|
},
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "4c6162bbfa4418177c51c3bc498ba4f167140285"
|
|
47
47
|
}
|