Skip to content

Commit

Permalink
TEST: Stable (but w/many too many little strands of work
Browse files Browse the repository at this point in the history
left unfinished to be happy about). This is latest build that
includes a number of incremental changes on new platform RTL
functionality. Currently, open areas of platform effort:
- @encapsule/holarchy CellProcessor (sort of working, blocked on tests)
- @encapsule/holodeck v2 - nearly working but not done (blocking CellProcessor)
- @encapsule/holistic-app-common-cm - work-in-progress on ViewThemeProcess (much more work than I anticipated - won't summarize here but it's worth doing completely and well for a number of reasons. It's also a reasonable base example for learing how to think in terms of cell processes and finite automata
- @encapsule/holistic-app-client-cm - work-in-progress to integrate existing CellModels into a re-usable HTML5 app kernel that handles all backend communication, possibly sync to IndexDB (performance and/or offline cache), client-side hash ourting, encapsulation of React dynamic layout and streaming data content updates. Leveraging this new HTML5 client app kernel remains my #1 priority. However, it should be noted that existence of the core abstractions to _model_ data and dig into the deals of defining structures, and then dealing with the distributed asynchronous, versioned, data flow patterns required by your use cases already exist. You can't conveniently compose these models for execuction in the application runtime w/out hand-wiring. However, that doesn't mean you cannot use the idea of modeling a process to guide the systematic examination of system requirements through the lense of an abstraction that is flexible, precise, and aligns perfectly w/our app archicture.
  • Loading branch information
ChrisRus committed Apr 27, 2020
1 parent 53d8b65 commit a2833b3
Show file tree
Hide file tree
Showing 57 changed files with 588 additions and 306 deletions.
6 changes: 3 additions & 3 deletions PACKAGES/d2r2-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Encapsule Project is MIT-licensed libs & tools for building full-stack Node.js/H
This package contains a collection of re-usable d2r2 React components for use with the d2r2 ComponentRouter dynamic view compositor.

```
Package: @encapsule/d2r2-components v0.0.41 "addenbroke" build ID "iTF-_ZbDSP2wkawlSezNcQ"
Sources: Encapsule/holistic-master#31589969ae5a2b8991b03eca4b81c0ce1aa3a22f
Created: 2020-04-20T11:05:00.000Z Purpose: library (Node.js) License: MIT
Package: @encapsule/d2r2-components v0.0.41 "addenbroke" build ID "6LMyWL8-QSqtruFAo9OhgQ"
Sources: Encapsule/holistic-master#7a9199b2a197c44496f049d950219b0c415d0ca8
Created: 2020-04-27T07:58:09.000Z Purpose: library (Node.js) License: MIT
```

## ![](ASSETS/encapsule-holistic-24x24.png) Overview
Expand Down
6 changes: 3 additions & 3 deletions PACKAGES/d2r2-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"bugs": {
"url": "https://github.com/Encapsule/holistic/issues"
},
"buildID": "iTF-_ZbDSP2wkawlSezNcQ",
"buildSource": "31589969ae5a2b8991b03eca4b81c0ce1aa3a22f",
"buildTime": 1587380700,
"buildID": "6LMyWL8-QSqtruFAo9OhgQ",
"buildSource": "7a9199b2a197c44496f049d950219b0c415d0ca8",
"buildTime": 1587974289,
"codename": "addenbroke",
"contributors": [
{
Expand Down
6 changes: 3 additions & 3 deletions PACKAGES/d2r2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Encapsule Project is MIT-licensed libs & tools for building full-stack Node.js/H
This package contains the Data-Driven React Router (d2r2) component factory extension for React. And, the ComponentRouter dynamic view compositor packaged as a generic React component. Used to build extensible view templates, and decoupled view libraries.

```
Package: @encapsule/d2r2 v0.0.41 "addenbroke" build ID "iTF-_ZbDSP2wkawlSezNcQ"
Sources: Encapsule/holistic-master#31589969ae5a2b8991b03eca4b81c0ce1aa3a22f
Created: 2020-04-20T11:05:00.000Z Purpose: library (Node.js) License: MIT
Package: @encapsule/d2r2 v0.0.41 "addenbroke" build ID "6LMyWL8-QSqtruFAo9OhgQ"
Sources: Encapsule/holistic-master#7a9199b2a197c44496f049d950219b0c415d0ca8
Created: 2020-04-27T07:58:09.000Z Purpose: library (Node.js) License: MIT
```

## ![](ASSETS/encapsule-holistic-24x24.png) Overview
Expand Down
6 changes: 3 additions & 3 deletions PACKAGES/d2r2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"bugs": {
"url": "https://github.com/Encapsule/holistic/issues"
},
"buildID": "iTF-_ZbDSP2wkawlSezNcQ",
"buildSource": "31589969ae5a2b8991b03eca4b81c0ce1aa3a22f",
"buildTime": 1587380700,
"buildID": "6LMyWL8-QSqtruFAo9OhgQ",
"buildSource": "7a9199b2a197c44496f049d950219b0c415d0ca8",
"buildTime": 1587974289,
"codename": "addenbroke",
"contributors": [
{
Expand Down
6 changes: 3 additions & 3 deletions PACKAGES/holarchy-cm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Encapsule Project is MIT-licensed libs & tools for building full-stack Node.js/H
This package contains the Holistic App Platform's core re-usable CellModel library.

```
Package: @encapsule/holarchy-cm v0.0.41 "addenbroke" build ID "iTF-_ZbDSP2wkawlSezNcQ"
Sources: Encapsule/holistic-master#31589969ae5a2b8991b03eca4b81c0ce1aa3a22f
Created: 2020-04-20T11:05:00.000Z Purpose: library (Node.js) License: MIT
Package: @encapsule/holarchy-cm v0.0.41 "addenbroke" build ID "6LMyWL8-QSqtruFAo9OhgQ"
Sources: Encapsule/holistic-master#7a9199b2a197c44496f049d950219b0c415d0ca8
Created: 2020-04-27T07:58:09.000Z Purpose: library (Node.js) License: MIT
```

## ![](ASSETS/encapsule-holistic-24x24.png) Overview
Expand Down
6 changes: 3 additions & 3 deletions PACKAGES/holarchy-cm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"bugs": {
"url": "https://github.com/Encapsule/holistic/issues"
},
"buildID": "iTF-_ZbDSP2wkawlSezNcQ",
"buildSource": "31589969ae5a2b8991b03eca4b81c0ce1aa3a22f",
"buildTime": 1587380700,
"buildID": "6LMyWL8-QSqtruFAo9OhgQ",
"buildSource": "7a9199b2a197c44496f049d950219b0c415d0ca8",
"buildTime": 1587974289,
"codename": "addenbroke",
"contributors": [
{
Expand Down
6 changes: 3 additions & 3 deletions PACKAGES/holarchy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Encapsule Project is MIT-licensed libs & tools for building full-stack Node.js/H
Cellular process modeling and runtime engine for Node.js and browser.

```
Package: @encapsule/holarchy v0.0.41 "addenbroke" build ID "iTF-_ZbDSP2wkawlSezNcQ"
Sources: Encapsule/holistic-master#31589969ae5a2b8991b03eca4b81c0ce1aa3a22f
Created: 2020-04-20T11:05:00.000Z Purpose: library (Node.js) License: MIT
Package: @encapsule/holarchy v0.0.41 "addenbroke" build ID "6LMyWL8-QSqtruFAo9OhgQ"
Sources: Encapsule/holistic-master#7a9199b2a197c44496f049d950219b0c415d0ca8
Created: 2020-04-27T07:58:09.000Z Purpose: library (Node.js) License: MIT
```

## ![](ASSETS/encapsule-holistic-24x24.png) Overview
Expand Down
3 changes: 3 additions & 0 deletions PACKAGES/holarchy/lib/ObservableControllerData.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module.exports = /*#__PURE__*/function () {
key: "readNamespace",
value: function readNamespace(path_) {
return this.isValid() ? methodFilterReadNamespace.request({
ocdClass: ObservableControllerData,
ocdReference: this,
path: path_
}) : {
Expand All @@ -58,6 +59,7 @@ module.exports = /*#__PURE__*/function () {
key: "writeNamespace",
value: function writeNamespace(path_, data_) {
return this.isValid() ? methodFilterWriteNamespace.request({
ocdClass: ObservableControllerData,
ocdReference: this,
path: path_,
data: data_
Expand All @@ -69,6 +71,7 @@ module.exports = /*#__PURE__*/function () {
key: "getNamespaceSpec",
value: function getNamespaceSpec(path_) {
return this.isValid() ? methodFilterGetNamespaceSpec.request({
ocdClass: ObservableControllerData,
ocdReference: this,
path: path_
}) : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ var factoryResponse = arccore.filter.create({
inputFilterSpec: {
____label: "OCD.getNamespaceSpec Request",
____types: "jsObject",
ocdClass: {
____label: "OCD Class Reference",
____description: "A reference to the OCD class constructor so that this filter can call static methods defined on the class prototype.",
____opaque: true
},
ocdReference: {
____label: "OCD Instance Reference",
____description: "A reference to the calling OCD class instance.",
Expand Down Expand Up @@ -44,7 +49,7 @@ var factoryResponse = arccore.filter.create({
break;

case "[object Object]":
var rpResponse = request_.ocdReference.dataPathResolve({
var rpResponse = request_.ocdClass.dataPathResolve({
apmBindingPath: request_.path.apmBindingPath,
dataPath: request_.path.dataPath
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ var factoryResponse = arccore.filter.create({
inputFilterSpec: {
____label: "OCD Read Namespace Request",
____types: "jsObject",
ocdClass: {
____label: "OCD Class Reference",
____description: "A reference to the OCD class constructor so that this filter can call static methods defined on the class prototype.",
____opaque: true
},
ocdReference: {
____label: "OCD Instance Reference",
____description: "A reference to the calling OCD class instance.",
Expand Down Expand Up @@ -45,7 +50,7 @@ var factoryResponse = arccore.filter.create({
break;

case "[object Object]":
var rpResponse = request_.ocdReference.dataPathResolve({
var rpResponse = request_.ocdClass.dataPathResolve({
apmBindingPath: request_.path.apmBindingPath,
dataPath: request_.path.dataPath
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ var factoryResponse = arccore.filter.create({
inputFilterSpec: {
____label: "OCD Write Namespace Request",
____types: "jsObject",
ocdClass: {
____label: "OCD Class Reference",
____description: "A reference to the OCD class constructor so that this filter can call static methods defined on the class prototype.",
____opaque: true
},
ocdReference: {
____label: "OCD Instance Reference",
____description: "A reference to the calling OCD class instance.",
Expand Down Expand Up @@ -49,7 +54,7 @@ var factoryResponse = arccore.filter.create({
break;

case "[object Object]":
var rpResponse = request_.ocdReference.dataPathResolve({
var rpResponse = request_.ocdClass.dataPathResolve({
apmBindingPath: request_.path.apmBindingPath,
dataPath: request_.path.dataPath
});
Expand Down
6 changes: 3 additions & 3 deletions PACKAGES/holarchy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"bugs": {
"url": "https://github.com/Encapsule/holistic/issues"
},
"buildID": "iTF-_ZbDSP2wkawlSezNcQ",
"buildSource": "31589969ae5a2b8991b03eca4b81c0ce1aa3a22f",
"buildTime": 1587380700,
"buildID": "6LMyWL8-QSqtruFAo9OhgQ",
"buildSource": "7a9199b2a197c44496f049d950219b0c415d0ca8",
"buildTime": 1587974289,
"codename": "addenbroke",
"contributors": [
{
Expand Down
6 changes: 3 additions & 3 deletions PACKAGES/holism-metadata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Encapsule Project is MIT-licensed libs & tools for building full-stack Node.js/H
This package contains an extensible framework for defining application-specific metadata - i.e. data about your app. It is intended for use in derived apps/services and is typically used in conjunction with @encapsule/holism integration plug-in filters to satisfy queries re: publishing organization, application, page, route, hashroute, resource, operation...

```
Package: @encapsule/holism-metadata v0.0.41 "addenbroke" build ID "iTF-_ZbDSP2wkawlSezNcQ"
Sources: Encapsule/holistic-master#31589969ae5a2b8991b03eca4b81c0ce1aa3a22f
Created: 2020-04-20T11:05:00.000Z Purpose: library (Node.js) License: MIT
Package: @encapsule/holism-metadata v0.0.41 "addenbroke" build ID "6LMyWL8-QSqtruFAo9OhgQ"
Sources: Encapsule/holistic-master#7a9199b2a197c44496f049d950219b0c415d0ca8
Created: 2020-04-27T07:58:09.000Z Purpose: library (Node.js) License: MIT
```

## ![](ASSETS/encapsule-holistic-24x24.png) Overview
Expand Down
6 changes: 3 additions & 3 deletions PACKAGES/holism-metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"bugs": {
"url": "https://github.com/Encapsule/holistic/issues"
},
"buildID": "iTF-_ZbDSP2wkawlSezNcQ",
"buildSource": "31589969ae5a2b8991b03eca4b81c0ce1aa3a22f",
"buildTime": 1587380700,
"buildID": "6LMyWL8-QSqtruFAo9OhgQ",
"buildSource": "7a9199b2a197c44496f049d950219b0c415d0ca8",
"buildTime": 1587974289,
"codename": "addenbroke",
"contributors": [
{
Expand Down
6 changes: 3 additions & 3 deletions PACKAGES/holism-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Encapsule Project is MIT-licensed libs & tools for building full-stack Node.js/H
This package contains re-usable service filter plug-ins for use with the @encapsule/holism app server package.

```
Package: @encapsule/holism-services v0.0.41 "addenbroke" build ID "iTF-_ZbDSP2wkawlSezNcQ"
Sources: Encapsule/holistic-master#31589969ae5a2b8991b03eca4b81c0ce1aa3a22f
Created: 2020-04-20T11:05:00.000Z Purpose: library (Node.js) License: MIT
Package: @encapsule/holism-services v0.0.41 "addenbroke" build ID "6LMyWL8-QSqtruFAo9OhgQ"
Sources: Encapsule/holistic-master#7a9199b2a197c44496f049d950219b0c415d0ca8
Created: 2020-04-27T07:58:09.000Z Purpose: library (Node.js) License: MIT
```

## ![](ASSETS/encapsule-holistic-24x24.png) Overview
Expand Down
6 changes: 3 additions & 3 deletions PACKAGES/holism-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"bugs": {
"url": "https://github.com/Encapsule/holistic/issues"
},
"buildID": "iTF-_ZbDSP2wkawlSezNcQ",
"buildSource": "31589969ae5a2b8991b03eca4b81c0ce1aa3a22f",
"buildTime": 1587380700,
"buildID": "6LMyWL8-QSqtruFAo9OhgQ",
"buildSource": "7a9199b2a197c44496f049d950219b0c415d0ca8",
"buildTime": 1587974289,
"codename": "addenbroke",
"contributors": [
{
Expand Down
6 changes: 3 additions & 3 deletions PACKAGES/holism/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Encapsule Project is MIT-licensed libs & tools for building full-stack Node.js/H
This package contains an experimental HTTP 1.1 application server and REST framework derived from the Node.js HTTP API's and the @encapsule/arccore filter RTL. This provides developers with a simple mechanism to define and re-use backend operations as plug-in service filters hosted by the holism server RTL. The package is intended for use in derived applications and services.

```
Package: @encapsule/holism v0.0.41 "addenbroke" build ID "iTF-_ZbDSP2wkawlSezNcQ"
Sources: Encapsule/holistic-master#31589969ae5a2b8991b03eca4b81c0ce1aa3a22f
Created: 2020-04-20T11:05:00.000Z Purpose: library (Node.js) License: MIT
Package: @encapsule/holism v0.0.41 "addenbroke" build ID "6LMyWL8-QSqtruFAo9OhgQ"
Sources: Encapsule/holistic-master#7a9199b2a197c44496f049d950219b0c415d0ca8
Created: 2020-04-27T07:58:09.000Z Purpose: library (Node.js) License: MIT
```

## ![](ASSETS/encapsule-holistic-24x24.png) Overview
Expand Down
2 changes: 1 addition & 1 deletion PACKAGES/holism/docs/data-gateway-router-filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ Filter classification: **normalized operation**
## About
Filters are created with the [Encapsule/arccore](https://github.com/Encapsule/arccore/) library.<br>
This document was generated with [Encapsule/arctools](https://github.com/Encapsule/arctools/) v0.1.9 toolset.<br>
Document updated Mon Apr 20 2020 04:05:01 GMT-0700 (Pacific Daylight Time)
Document updated Mon Apr 27 2020 00:58:10 GMT-0700 (Pacific Daylight Time)

2 changes: 1 addition & 1 deletion PACKAGES/holism/docs/integrations-factory.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,5 +425,5 @@ Filter classification: **normalized operation**
## About
Filters are created with the [Encapsule/arccore](https://github.com/Encapsule/arccore/) library.<br>
This document was generated with [Encapsule/arctools](https://github.com/Encapsule/arctools/) v0.1.9 toolset.<br>
Document updated Mon Apr 20 2020 04:05:01 GMT-0700 (Pacific Daylight Time)
Document updated Mon Apr 27 2020 00:58:10 GMT-0700 (Pacific Daylight Time)

2 changes: 1 addition & 1 deletion PACKAGES/holism/docs/server-factory.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,5 +511,5 @@ Filter classification: **normalized operation**
## About
Filters are created with the [Encapsule/arccore](https://github.com/Encapsule/arccore/) library.<br>
This document was generated with [Encapsule/arctools](https://github.com/Encapsule/arctools/) v0.1.9 toolset.<br>
Document updated Mon Apr 20 2020 04:05:01 GMT-0700 (Pacific Daylight Time)
Document updated Mon Apr 27 2020 00:58:09 GMT-0700 (Pacific Daylight Time)

2 changes: 1 addition & 1 deletion PACKAGES/holism/docs/server-response.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,5 @@ Filter classification: **input processor**
## About
Filters are created with the [Encapsule/arccore](https://github.com/Encapsule/arccore/) library.<br>
This document was generated with [Encapsule/arctools](https://github.com/Encapsule/arctools/) v0.1.9 toolset.<br>
Document updated Mon Apr 20 2020 04:05:01 GMT-0700 (Pacific Daylight Time)
Document updated Mon Apr 27 2020 00:58:10 GMT-0700 (Pacific Daylight Time)

2 changes: 1 addition & 1 deletion PACKAGES/holism/docs/service-data-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,5 +341,5 @@ Filter classification: **normalized operation**
## About
Filters are created with the [Encapsule/arccore](https://github.com/Encapsule/arccore/) library.<br>
This document was generated with [Encapsule/arctools](https://github.com/Encapsule/arctools/) v0.1.9 toolset.<br>
Document updated Mon Apr 20 2020 04:05:01 GMT-0700 (Pacific Daylight Time)
Document updated Mon Apr 27 2020 00:58:10 GMT-0700 (Pacific Daylight Time)

2 changes: 1 addition & 1 deletion PACKAGES/holism/docs/service-error-response.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,5 +422,5 @@ Filter classification: **input processor**
## About
Filters are created with the [Encapsule/arccore](https://github.com/Encapsule/arccore/) library.<br>
This document was generated with [Encapsule/arctools](https://github.com/Encapsule/arctools/) v0.1.9 toolset.<br>
Document updated Mon Apr 20 2020 04:05:01 GMT-0700 (Pacific Daylight Time)
Document updated Mon Apr 27 2020 00:58:10 GMT-0700 (Pacific Daylight Time)

2 changes: 1 addition & 1 deletion PACKAGES/holism/docs/service-factory.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,5 +225,5 @@ Filter classification: **normalized operation**
## About
Filters are created with the [Encapsule/arccore](https://github.com/Encapsule/arccore/) library.<br>
This document was generated with [Encapsule/arctools](https://github.com/Encapsule/arctools/) v0.1.9 toolset.<br>
Document updated Mon Apr 20 2020 04:05:01 GMT-0700 (Pacific Daylight Time)
Document updated Mon Apr 27 2020 00:58:09 GMT-0700 (Pacific Daylight Time)

2 changes: 1 addition & 1 deletion PACKAGES/holism/docs/service-result-response.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,5 +391,5 @@ Filter classification: **input processor**
## About
Filters are created with the [Encapsule/arccore](https://github.com/Encapsule/arccore/) library.<br>
This document was generated with [Encapsule/arctools](https://github.com/Encapsule/arctools/) v0.1.9 toolset.<br>
Document updated Mon Apr 20 2020 04:05:01 GMT-0700 (Pacific Daylight Time)
Document updated Mon Apr 27 2020 00:58:10 GMT-0700 (Pacific Daylight Time)

6 changes: 3 additions & 3 deletions PACKAGES/holism/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"bugs": {
"url": "https://github.com/Encapsule/holistic/issues"
},
"buildID": "iTF-_ZbDSP2wkawlSezNcQ",
"buildSource": "31589969ae5a2b8991b03eca4b81c0ce1aa3a22f",
"buildTime": 1587380700,
"buildID": "6LMyWL8-QSqtruFAo9OhgQ",
"buildSource": "7a9199b2a197c44496f049d950219b0c415d0ca8",
"buildTime": 1587974289,
"codename": "addenbroke",
"contributors": [
{
Expand Down
6 changes: 3 additions & 3 deletions PACKAGES/holistic-app-client-cm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Encapsule Project is MIT-licensed libs & tools for building full-stack Node.js/H
Exports the HolisticAppClient CellModel library for use in derived HTML5 applications.

```
Package: @encapsule/holistic-app-client-cm v0.0.41 "addenbroke" build ID "iTF-_ZbDSP2wkawlSezNcQ"
Sources: Encapsule/holistic-master#31589969ae5a2b8991b03eca4b81c0ce1aa3a22f
Created: 2020-04-20T11:05:00.000Z Purpose: library (Node.js) License: MIT
Package: @encapsule/holistic-app-client-cm v0.0.41 "addenbroke" build ID "6LMyWL8-QSqtruFAo9OhgQ"
Sources: Encapsule/holistic-master#7a9199b2a197c44496f049d950219b0c415d0ca8
Created: 2020-04-27T07:58:09.000Z Purpose: library (Node.js) License: MIT
```

## ![](ASSETS/encapsule-holistic-24x24.png)&nbsp;Overview
Expand Down
6 changes: 3 additions & 3 deletions PACKAGES/holistic-app-client-cm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"bugs": {
"url": "https://github.com/Encapsule/holistic/issues"
},
"buildID": "iTF-_ZbDSP2wkawlSezNcQ",
"buildSource": "31589969ae5a2b8991b03eca4b81c0ce1aa3a22f",
"buildTime": 1587380700,
"buildID": "6LMyWL8-QSqtruFAo9OhgQ",
"buildSource": "7a9199b2a197c44496f049d950219b0c415d0ca8",
"buildTime": 1587974289,
"codename": "addenbroke",
"contributors": [
{
Expand Down
6 changes: 3 additions & 3 deletions PACKAGES/holistic-app-common-cm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Encapsule Project is MIT-licensed libs & tools for building full-stack Node.js/H
Exports the HolisticAppCommon CellModel library for use in derived HolisticAppServer and HolisticAppClient CellModels.

```
Package: @encapsule/holistic-app-common-cm v0.0.41 "addenbroke" build ID "iTF-_ZbDSP2wkawlSezNcQ"
Sources: Encapsule/holistic-master#31589969ae5a2b8991b03eca4b81c0ce1aa3a22f
Created: 2020-04-20T11:05:00.000Z Purpose: library (Node.js) License: MIT
Package: @encapsule/holistic-app-common-cm v0.0.41 "addenbroke" build ID "6LMyWL8-QSqtruFAo9OhgQ"
Sources: Encapsule/holistic-master#7a9199b2a197c44496f049d950219b0c415d0ca8
Created: 2020-04-27T07:58:09.000Z Purpose: library (Node.js) License: MIT
```

## ![](ASSETS/encapsule-holistic-24x24.png)&nbsp;Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
inputs: {
____types: "jsObject",
____defaultValue: {},
revision: {
version: {
____accept: "jsNumber",
____defaultValue: 0
},
Expand All @@ -23,7 +23,7 @@ module.exports = {
outputs: {
____types: "jsObject",
____defaultValue: {},
revision: {
version: {
____accept: "jsNumber",
____defaultValue: -1
},
Expand Down
Loading

0 comments on commit a2833b3

Please sign in to comment.