@granite-js/cli 0.1.1 → 0.1.2

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
  # @granite-js/cli
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @granite-js/mpack@0.1.2
8
+ - @granite-js/plugin-core@0.1.2
9
+ - @granite-js/utils@0.1.2
10
+
3
11
  ## 0.1.1
4
12
 
5
13
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -510,12 +510,20 @@ function commonResolver({ optimization = DEFAULT_OPTIMIZATION_OPTIONS }) {
510
510
  ...[
511
511
  "@react-navigation/native-stack",
512
512
  "@react-navigation/native",
513
+ "@react-native-async-storage/async-storage",
514
+ "@shopify/flash-list",
515
+ "lottie-react-native",
513
516
  "react-native-safe-area-context",
514
517
  "react-native-screens",
518
+ "react-native-fast-image",
515
519
  "react-native-svg",
516
- "react-native-gesture-handler",
520
+ "react-native-webview",
521
+ "react-native-video",
517
522
  "react-native",
518
- "react"
523
+ "react",
524
+ "react-native-gesture-handler",
525
+ "react-native-pager-view",
526
+ "@react-native-community/blur"
519
527
  ].map((module2) => ({ from: module2, to: `granite-require:${module2}`, exact: true })),
520
528
  optimization["tslib-esm"] ? optimizations.resolveTslibEsm() : null
521
529
  ].filter(import_es_toolkit3.isNotNil),
package/dist/index.js CHANGED
@@ -482,12 +482,20 @@ function commonResolver({ optimization = DEFAULT_OPTIMIZATION_OPTIONS }) {
482
482
  ...[
483
483
  "@react-navigation/native-stack",
484
484
  "@react-navigation/native",
485
+ "@react-native-async-storage/async-storage",
486
+ "@shopify/flash-list",
487
+ "lottie-react-native",
485
488
  "react-native-safe-area-context",
486
489
  "react-native-screens",
490
+ "react-native-fast-image",
487
491
  "react-native-svg",
488
- "react-native-gesture-handler",
492
+ "react-native-webview",
493
+ "react-native-video",
489
494
  "react-native",
490
- "react"
495
+ "react",
496
+ "react-native-gesture-handler",
497
+ "react-native-pager-view",
498
+ "@react-native-community/blur"
491
499
  ].map((module) => ({ from: module, to: `granite-require:${module}`, exact: true })),
492
500
  optimization["tslib-esm"] ? optimizations.resolveTslibEsm() : null
493
501
  ].filter(isNotNil2),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@granite-js/cli",
3
3
  "type": "module",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "description": "The Granite CLI",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -44,9 +44,9 @@
44
44
  "vitest": "^3.0.7"
45
45
  },
46
46
  "dependencies": {
47
- "@granite-js/mpack": "0.1.1",
48
- "@granite-js/plugin-core": "0.1.1",
49
- "@granite-js/utils": "0.1.1",
47
+ "@granite-js/mpack": "0.1.2",
48
+ "@granite-js/plugin-core": "0.1.2",
49
+ "@granite-js/utils": "0.1.2",
50
50
  "@inquirer/prompts": "^7.2.3",
51
51
  "@shopify/semaphore": "^3.1.0",
52
52
  "chalk": "^4",