@common-stack/mobile-stack-react 7.1.1-alpha.9 → 7.2.1-alpha.11

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.
@@ -1,14 +1,11 @@
1
- import path from'path';import fs from'fs/promises';import pkg from'glob';import {promisify}from'util';// eslint-disable-next-line no-underscore-dangle
2
- const { glob } = pkg;
3
- const globPromise = promisify(glob);
4
- // eslint-disable-next-line no-underscore-dangle
1
+ import path from'path';import fs from'fs/promises';import {glob}from'glob';// eslint-disable-next-line no-underscore-dangle
5
2
  // const __dirname = fileURLToPath(new URL('.', import.meta.url));
6
3
  // const monorepoRoot = path.resolve(process.cwd(), '..');
7
4
  const monorepoRoot = path.resolve(process.cwd());
8
5
  async function findPackageJsonFiles(rootFolderPath) {
9
6
  try {
10
7
  // Use glob pattern and the correct options
11
- const files = await globPromise(`${rootFolderPath}/+(portable-devices)/**/mobile*/package.json`, // Glob pattern
8
+ const files = await glob(`${rootFolderPath}/+(portable-devices)/**/mobile*/package.json`, // Glob pattern
12
9
  { ignore: '**/node_modules/**', nodir: true });
13
10
  return files;
14
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/mobile-stack-react",
3
- "version": "7.1.1-alpha.9",
3
+ "version": "7.2.1-alpha.11",
4
4
  "description": "Client Module for mobile app",
5
5
  "homepage": "https://github.com/cdmbase/fullstack-pro#readme",
6
6
  "bugs": {
@@ -47,11 +47,11 @@
47
47
  },
48
48
  "peerDependencies": {
49
49
  "@apollo/client": "^3.9.0",
50
- "@cdm-logger/client": "^9.0.3",
51
- "@common-stack/client-core": "7.1.1-alpha.3",
52
- "@common-stack/client-react": "7.1.1-alpha.3",
53
- "@common-stack/components-pro": "7.1.1-alpha.8",
54
- "@common-stack/core": "7.0.4-alpha.17",
50
+ "@cdm-logger/client": "^9.0.8",
51
+ "@common-stack/client-core": "7.2.1-alpha.10",
52
+ "@common-stack/client-react": "7.2.1-alpha.10",
53
+ "@common-stack/components-pro": "7.2.1-alpha.10",
54
+ "@common-stack/core": "7.2.1-alpha.10",
55
55
  "@expo/vector-icons": "^14.0.2",
56
56
  "@react-native-async-storage/async-storage": "~1.23.1",
57
57
  "@react-native-community/datetimepicker": "8.2.0",
@@ -141,7 +141,7 @@
141
141
  "publishConfig": {
142
142
  "access": "public"
143
143
  },
144
- "gitHead": "54c1746625cac7261ce4df690ae05104064a0e88",
144
+ "gitHead": "d1fafb47a50adba44f36625aad64c0866f24325b",
145
145
  "typescript": {
146
146
  "definition": "lib/index.d.ts"
147
147
  }