@forge/manifest 10.5.0-next.0-experimental-78c5fee → 10.5.0-next.1

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,14 +1,10 @@
1
1
  # @forge/manifest
2
2
 
3
- ## 10.5.0-next.0-experimental-78c5fee
4
-
5
- ### Minor Changes
6
-
7
- - 2d37370: Adding `configurable` to `external`, and extending `remotes` to support `userConfiguration`
3
+ ## 10.5.0-next.1
8
4
 
9
5
  ### Patch Changes
10
6
 
11
- - c561a03: Added backend SDK for permission handling
7
+ - 08e36d9: Update manifest definitions
12
8
 
13
9
  ## 10.5.0-next.0
14
10
 
package/out/index.d.ts CHANGED
@@ -8,6 +8,6 @@ export * from './text';
8
8
  export * from './types';
9
9
  export * from './utils';
10
10
  export * from './validators';
11
- export { Modules, ManifestSchema, App, Resources, Permissions, Remotes, Fetch, Providers, Backend, Client, Frames, Navigation, Images, Media, Services, Scripts1, Styles1, Scopes, Content1, Fonts, Translations, ForgeSupportedLocaleCode, External } from './schema/manifest';
11
+ export { Modules, ManifestSchema, App, Resources, Permissions, Remotes, Fetch, Providers, Backend, Frames, Navigation, Images, Media, Services, Scripts1, Styles1, Scopes, Content1, Fonts, Translations, ForgeSupportedLocaleCode } from './schema/manifest';
12
12
  export declare const validate: (basic?: boolean, manifest?: string | undefined) => Promise<ManifestValidationResult<ManifestSchema | BasicManifestSchema>>;
13
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAmB,MAAM,SAAS,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAG9D,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,OAAO,EACL,OAAO,EACP,cAAc,EACd,GAAG,EACH,SAAS,EACT,WAAW,EACX,OAAO,EACP,KAAK,EACL,SAAS,EACT,OAAO,EACP,MAAM,EACN,MAAM,EACN,UAAU,EACV,MAAM,EACN,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,MAAM,EACN,QAAQ,EACR,KAAK,EACL,YAAY,EACZ,wBAAwB,EACxB,QAAQ,EACT,MAAM,mBAAmB,CAAC;AAE3B,eAAO,MAAM,QAAQ,+BAET,MAAM,GAAG,SAAS,KAC3B,QAAQ,yBAAyB,cAAc,GAAG,mBAAmB,CAAC,CAInD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAmB,MAAM,SAAS,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAG9D,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,OAAO,EACL,OAAO,EACP,cAAc,EACd,GAAG,EACH,SAAS,EACT,WAAW,EACX,OAAO,EACP,KAAK,EACL,SAAS,EACT,OAAO,EACP,MAAM,EACN,UAAU,EACV,MAAM,EACN,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,MAAM,EACN,QAAQ,EACR,KAAK,EACL,YAAY,EACZ,wBAAwB,EACzB,MAAM,mBAAmB,CAAC;AAE3B,eAAO,MAAM,QAAQ,+BAET,MAAM,GAAG,SAAS,KAC3B,QAAQ,yBAAyB,cAAc,GAAG,mBAAmB,CAAC,CAInD,CAAC"}
@@ -1270,6 +1270,7 @@
1270
1270
  }
1271
1271
  },
1272
1272
  "required": [
1273
+ "baseUrl",
1273
1274
  "key"
1274
1275
  ],
1275
1276
  "type": "object",
@@ -28074,10 +28075,6 @@
28074
28075
  "configurable": {
28075
28076
  "description": "A remote that an admin can configure",
28076
28077
  "type": "object",
28077
- "required": [
28078
- "name",
28079
- "description"
28080
- ],
28081
28078
  "properties": {
28082
28079
  "name": {
28083
28080
  "description": "The name that an admin will see when they're configuring the remote",
@@ -28099,8 +28096,7 @@
28099
28096
  "type": "string"
28100
28097
  }
28101
28098
  }
28102
- },
28103
- "additionalProperties": false
28099
+ }
28104
28100
  }
28105
28101
  }
28106
28102
  }
@@ -1351,7 +1351,7 @@ export interface Modules {
1351
1351
  */
1352
1352
  [k: string]: string;
1353
1353
  };
1354
- baseUrl?:
1354
+ baseUrl:
1355
1355
  | string
1356
1356
  | {
1357
1357
  /**
@@ -1393,7 +1393,7 @@ export interface Modules {
1393
1393
  */
1394
1394
  [k: string]: string;
1395
1395
  };
1396
- baseUrl?:
1396
+ baseUrl:
1397
1397
  | string
1398
1398
  | {
1399
1399
  /**
@@ -72892,11 +72892,11 @@ export interface RemotesSchema {
72892
72892
  /**
72893
72893
  * The name that an admin will see when they're configuring the remote
72894
72894
  */
72895
- name: string;
72895
+ name?: string;
72896
72896
  /**
72897
72897
  * The description that an admin will see when they're configuring the remote
72898
72898
  */
72899
- description: string;
72899
+ description?: string;
72900
72900
  /**
72901
72901
  * The default value that will be used if the admin does not set a custom domain for this remote
72902
72902
  */
@@ -72905,6 +72905,7 @@ export interface RemotesSchema {
72905
72905
  * The domains that are supported for this remote, prefixed with a * wildcard. For example, `*.atlassian.net` would allow this remote to communicate with domains that matched this.
72906
72906
  */
72907
72907
  supportedPatterns?: [string, ...string[]];
72908
+ [k: string]: unknown;
72908
72909
  };
72909
72910
  }
72910
72911
  export interface Providers {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "10.5.0-next.0-experimental-78c5fee",
3
+ "version": "10.5.0-next.1",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {