@rollipop/core 0.1.0-alpha.2 → 0.1.0-alpha.3
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 +8 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -107,7 +107,7 @@ function resolveBuildOptions(projectRoot, buildOptions) {
|
|
|
107
107
|
|
|
108
108
|
//#endregion
|
|
109
109
|
//#region src/constants.ts
|
|
110
|
-
const ROLLIPOP_VERSION = "0.1.0-alpha.
|
|
110
|
+
const ROLLIPOP_VERSION = "0.1.0-alpha.3";
|
|
111
111
|
const GLOBAL_IDENTIFIER = "__ROLLIPOP_GLOBAL__";
|
|
112
112
|
/**
|
|
113
113
|
* Unlike the Metro bundler configuration, this prioritizes resolving module(ESM) fields first.
|
package/dist/index.d.cts
CHANGED
|
@@ -570,7 +570,7 @@ interface ResolveScaledAssetsOptions {
|
|
|
570
570
|
declare function resolveScaledAssets(options: ResolveScaledAssetsOptions): Promise<AssetData>;
|
|
571
571
|
declare function platformSuffixPattern(context: AssetContext): string;
|
|
572
572
|
declare function stripSuffix(assetPath: string, context: AssetContext): string;
|
|
573
|
-
declare function getAssetPriority(assetPath: string, context: AssetContext):
|
|
573
|
+
declare function getAssetPriority(assetPath: string, context: AssetContext): 3 | 2 | 1 | 0;
|
|
574
574
|
interface GetSuffixedPathOptions {
|
|
575
575
|
scale?: AssetScale;
|
|
576
576
|
platform?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -570,7 +570,7 @@ interface ResolveScaledAssetsOptions {
|
|
|
570
570
|
declare function resolveScaledAssets(options: ResolveScaledAssetsOptions): Promise<AssetData>;
|
|
571
571
|
declare function platformSuffixPattern(context: AssetContext): string;
|
|
572
572
|
declare function stripSuffix(assetPath: string, context: AssetContext): string;
|
|
573
|
-
declare function getAssetPriority(assetPath: string, context: AssetContext):
|
|
573
|
+
declare function getAssetPriority(assetPath: string, context: AssetContext): 3 | 2 | 1 | 0;
|
|
574
574
|
interface GetSuffixedPathOptions {
|
|
575
575
|
scale?: AssetScale;
|
|
576
576
|
platform?: string;
|
package/dist/index.js
CHANGED
|
@@ -47,7 +47,7 @@ function resolveBuildOptions(projectRoot, buildOptions) {
|
|
|
47
47
|
|
|
48
48
|
//#endregion
|
|
49
49
|
//#region src/constants.ts
|
|
50
|
-
const ROLLIPOP_VERSION = "0.1.0-alpha.
|
|
50
|
+
const ROLLIPOP_VERSION = "0.1.0-alpha.3";
|
|
51
51
|
const GLOBAL_IDENTIFIER = "__ROLLIPOP_GLOBAL__";
|
|
52
52
|
/**
|
|
53
53
|
* Unlike the Metro bundler configuration, this prioritizes resolving module(ESM) fields first.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rollipop/core",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@react-native/babel-plugin-codegen": "^0.83.1",
|
|
63
63
|
"@react-native/dev-middleware": "^0.83.1",
|
|
64
64
|
"@rolldown/pluginutils": "1.0.0-beta.56",
|
|
65
|
-
"@rollipop/common": "0.1.0-alpha.
|
|
65
|
+
"@rollipop/common": "0.1.0-alpha.3",
|
|
66
66
|
"@svgr/core": "^8.1.0",
|
|
67
67
|
"@svgr/plugin-jsx": "^8.1.0",
|
|
68
68
|
"@swc/core": "^1.15.7",
|