yarramate 0.23.0 → 0.23.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.
@@ -1,2 +1,2 @@
1
1
  export declare const shippedPolicyIdentity = "yarramate/policy@0.1";
2
- export declare const shippedPolicySource: string;
2
+ export declare const shippedPolicySource = "format: yarramate/profile/v1\nid: yarramate/policy\nversion: \"0.1\"\nextends: yarramate/core@0.1\nconceptKinds:\n - id: authentication-constraint\n name: Authentication constraint\n parent: yarramate/core@0.1#constraint\n - id: rate-limit-constraint\n name: Rate-limit constraint\n parent: yarramate/core@0.1#constraint\n - id: reliability-constraint\n name: Reliability constraint\n parent: yarramate/core@0.1#constraint\n - id: mechanism-constraint\n name: Mechanism constraint\n parent: yarramate/core@0.1#constraint\nrelationshipKinds: []\n";
@@ -1,6 +1,20 @@
1
- import { readFileSync } from 'node:fs';
2
- import { dirname, join } from 'node:path';
3
- import { fileURLToPath } from 'node:url';
4
1
  export const shippedPolicyIdentity = 'yarramate/policy@0.1';
5
- const here = dirname(fileURLToPath(import.meta.url));
6
- export const shippedPolicySource = readFileSync(join(here, '..', 'profiles', 'yarramate-policy.yaml'), 'utf8');
2
+ export const shippedPolicySource = `format: yarramate/profile/v1
3
+ id: yarramate/policy
4
+ version: "0.1"
5
+ extends: yarramate/core@0.1
6
+ conceptKinds:
7
+ - id: authentication-constraint
8
+ name: Authentication constraint
9
+ parent: yarramate/core@0.1#constraint
10
+ - id: rate-limit-constraint
11
+ name: Rate-limit constraint
12
+ parent: yarramate/core@0.1#constraint
13
+ - id: reliability-constraint
14
+ name: Reliability constraint
15
+ parent: yarramate/core@0.1#constraint
16
+ - id: mechanism-constraint
17
+ name: Mechanism constraint
18
+ parent: yarramate/core@0.1#constraint
19
+ relationshipKinds: []
20
+ `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yarramate",
3
- "version": "0.23.0",
3
+ "version": "0.23.1",
4
4
  "description": "Tool-neutral semantic architecture engine and guided methodology",
5
5
  "license": "MIT",
6
6
  "repository": {