@appshell/react 0.1.0-alpha.6 → 0.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 CHANGED
@@ -3,6 +3,14 @@
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
+ # [0.1.0](https://github.com/navaris/appshell/compare/@appshell/react@0.1.0-alpha.6...@appshell/react@0.1.0) (2023-07-11)
7
+
8
+ **Note:** Version bump only for package @appshell/react
9
+
10
+
11
+
12
+
13
+
6
14
  # 0.1.0-alpha.6 (2023-07-10)
7
15
 
8
16
 
@@ -1,9 +1,8 @@
1
1
  /**
2
2
  * Generates an appshell manifest
3
- * @param configPath path of the appshell config to compile into an appshell manifest
4
- * @param webpackConfig path of the webpack config
3
+ * @param templatePath path of the appshell manifest template to compile into an appshell manifest
5
4
  * @returns an appshell manifest
6
5
  */
7
- declare const _default: <TMetadata extends Record<string, unknown>>(configPath: string) => Promise<import("./types").AppshellManifest<TMetadata> | null>;
6
+ declare const _default: <TMetadata extends Record<string, unknown>>(templatePath: string) => Promise<import("./types").AppshellManifest<TMetadata> | null>;
8
7
  export default _default;
9
8
  //# sourceMappingURL=generate.manifest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"generate.manifest.d.ts","sourceRoot":"","sources":["../../../../../config/src/generate.manifest.ts"],"names":[],"mappings":"AAOA;;;;;GAKG;gFAC0E,MAAM;AAAnF,wBAaE"}
1
+ {"version":3,"file":"generate.manifest.d.ts","sourceRoot":"","sources":["../../../../../config/src/generate.manifest.ts"],"names":[],"mappings":"AAOA;;;;GAIG;kFAC4E,MAAM;AAArF,wBAaE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appshell/react",
3
- "version": "0.1.0-alpha.6",
3
+ "version": "0.1.0",
4
4
  "description": "React utilities for loading federated components",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/types/react/src/index.d.ts",
@@ -28,5 +28,5 @@
28
28
  "react": "^18.2.0",
29
29
  "react-dom": "^18.2.0"
30
30
  },
31
- "gitHead": "d8a24472c2440217ef795b85eb3107b4f89395e7"
31
+ "gitHead": "a20c074472f1f55b0479b07e95d63aa0ccdd4be9"
32
32
  }