@cedar-policy/cedar-wasm 4.8.0 → 4.9.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.
Binary file
@@ -5,24 +5,25 @@ export const getCedarSDKVersion: () => [number, number];
5
5
  export const getValidRequestEnvsPolicy: (a: any, b: any) => any;
6
6
  export const getValidRequestEnvsTemplate: (a: any, b: any) => any;
7
7
  export const getCedarVersion: () => [number, number];
8
- export const isAuthorized: (a: any) => any;
9
- export const preparsePolicySet: (a: number, b: number, c: any) => any;
10
- export const preparseSchema: (a: number, b: number, c: any) => any;
11
- export const statefulIsAuthorized: (a: any) => any;
12
- export const getCedarLangVersion: () => [number, number];
13
- export const formatPolicies: (a: any) => any;
14
- export const validate: (a: any) => any;
15
8
  export const checkParseContext: (a: any) => any;
16
9
  export const checkParseEntities: (a: any) => any;
17
10
  export const checkParsePolicySet: (a: any) => any;
18
11
  export const checkParseSchema: (a: any) => any;
12
+ export const validate: (a: any) => any;
19
13
  export const policySetTextToParts: (a: number, b: number) => any;
20
14
  export const policyToJson: (a: any) => any;
21
15
  export const policyToText: (a: any) => any;
22
16
  export const schemaToJson: (a: any) => any;
17
+ export const schemaToJsonWithResolvedTypes: (a: number, b: number) => any;
23
18
  export const schemaToText: (a: any) => any;
24
19
  export const templateToJson: (a: any) => any;
25
20
  export const templateToText: (a: any) => any;
21
+ export const getCedarLangVersion: () => [number, number];
22
+ export const formatPolicies: (a: any) => any;
23
+ export const isAuthorized: (a: any) => any;
24
+ export const preparsePolicySet: (a: number, b: number, c: any) => any;
25
+ export const preparseSchema: (a: number, b: number, c: any) => any;
26
+ export const statefulIsAuthorized: (a: any) => any;
26
27
  export const __wbindgen_malloc: (a: number, b: number) => number;
27
28
  export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
28
29
  export const __wbindgen_exn_store: (a: number) => void;
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "name": "@cedar-policy/cedar-wasm",
3
3
  "description": "Wasm bindings and typescript types for Cedar lib",
4
- "version": "4.8.0",
4
+ "version": "4.9.0",
5
5
  "license": "Apache-2.0",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/cedar-policy/cedar"
9
+ },
6
10
  "files": [
7
11
  "cedar_wasm_bg.wasm",
8
12
  "cedar_wasm.js",
package/package.json CHANGED
@@ -2,8 +2,12 @@
2
2
  "name": "@cedar-policy/cedar-wasm",
3
3
  "type": "module",
4
4
  "description": "Wasm bindings and typescript types for Cedar lib",
5
- "version": "4.8.0",
5
+ "version": "4.9.0",
6
6
  "license": "Apache-2.0",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/cedar-policy/cedar"
10
+ },
7
11
  "files": [
8
12
  "esm/package.json",
9
13
  "esm/README.md",