@mj-biz-apps/contracts-ng 0.1.1 → 0.2.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 (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "mjdevManaged": "MJDEV-MANAGED: mjdev owns parts of this file — the \"packages/dev-apps/*\" workspaces glob, any dev-linked open-app dependencies (e.g. \"@mj-biz-apps/*\"), and the Angular \"overrides\" pin set. Do not hand-edit those; the tool wires and reverts them. They are left visible in git status, but the git-tree guard blocks committing them. See .mjdev-docs/MANAGED-FILES.md; revert with `mjdev git:stage-clean <slug> package.json`.",
3
3
  "name": "@mj-biz-apps/contracts-ng",
4
- "version": "0.1.1",
4
+ "version": "0.2.0",
5
5
  "type": "module",
6
6
  "description": "Client bootstrap package - Angular components loaded by MJExplorer via the generated open-app bootstrap import. TODO(template): rename.",
7
7
  "main": "dist/public-api.js",
@@ -12,23 +12,23 @@
12
12
  },
13
13
  "license": "BUSL-1.1",
14
14
  "dependencies": {
15
- "@mj-biz-apps/contracts-entities": "^0.1.1"
15
+ "@mj-biz-apps/contracts-entities": "^0.2.0"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "@angular/common": ">=21.0.0 <22.0.0",
19
19
  "@angular/core": ">=21.0.0 <22.0.0",
20
20
  "@angular/forms": ">=21.0.0 <22.0.0",
21
- "@memberjunction/core": "^6.1.0-edge.3",
22
- "@memberjunction/core-entities": "^6.1.0-edge.3",
23
- "@memberjunction/global": "^6.1.0-edge.3",
24
- "@memberjunction/graphql-dataprovider": "^6.1.0-edge.3",
25
- "@memberjunction/ng-base-forms": "^6.1.0-edge.3",
26
- "@memberjunction/ng-entity-viewer": "^6.1.0-edge.3",
27
- "@memberjunction/ng-file-storage": "^6.1.0-edge.3",
28
- "@memberjunction/ng-hierarchy-tree": "^6.1.0-edge.3",
29
- "@memberjunction/ng-link-directives": "^6.1.0-edge.3",
30
- "@memberjunction/ng-shared": "^6.1.0-edge.3",
31
- "@memberjunction/ng-ui-components": "^6.1.0-edge.3"
21
+ "@memberjunction/core": "^6.1.0-edge.4",
22
+ "@memberjunction/core-entities": "^6.1.0-edge.4",
23
+ "@memberjunction/global": "^6.1.0-edge.4",
24
+ "@memberjunction/graphql-dataprovider": "^6.1.0-edge.4",
25
+ "@memberjunction/ng-base-forms": "^6.1.0-edge.4",
26
+ "@memberjunction/ng-entity-viewer": "^6.1.0-edge.4",
27
+ "@memberjunction/ng-file-storage": "^6.1.0-edge.4",
28
+ "@memberjunction/ng-hierarchy-tree": "^6.1.0-edge.4",
29
+ "@memberjunction/ng-link-directives": "^6.1.0-edge.4",
30
+ "@memberjunction/ng-shared": "^6.1.0-edge.4",
31
+ "@memberjunction/ng-ui-components": "^6.1.0-edge.4"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@angular/compiler": "21.1.3",