@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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @rollipop/core
2
2
 
3
+ ## 0.1.0-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - fe6a1db: npm oidc
8
+ - Updated dependencies [fe6a1db]
9
+ - @rollipop/common@0.1.0-alpha.3
10
+
3
11
  ## 0.1.0-alpha.2
4
12
 
5
13
  ### Patch Changes
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.2";
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): 0 | 3 | 2 | 1;
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): 0 | 3 | 2 | 1;
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.2";
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.2",
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.2",
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",