@hot-updater/plugin-core 0.2.0 → 0.3.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -40,7 +40,7 @@ export interface StoragePluginHooks {
40
40
  onStorageUploaded?: () => Promise<void>;
41
41
  }
42
42
  export type Config = {
43
- console: {
43
+ console?: {
44
44
  /**
45
45
  * Git repository URL
46
46
  * If git commit hash exists in console, it allows viewing commit history from the git repository
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hot-updater/plugin-core",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "type": "module",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "sideEffects": false,
@@ -38,7 +38,7 @@
38
38
  "access": "public"
39
39
  },
40
40
  "dependencies": {
41
- "@hot-updater/core": "0.2.0",
41
+ "@hot-updater/core": "0.3.0",
42
42
  "cosmiconfig": "^9.0.0",
43
43
  "cosmiconfig-typescript-loader": "^5.0.0",
44
44
  "workspace-tools": "^0.36.4"