@balena/pinejs 14.51.7 → 14.51.8
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/.pinejs-cache.json +1 -1
- package/.versionbot/CHANGELOG.yml +15 -1
- package/CHANGELOG.md +5 -0
- package/VERSION +1 -1
- package/package.json +2 -2
- package/docs/todo.txt +0 -22
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: "Docs: Remove todo.txt"
|
|
3
|
+
hash: 2c05369400197509c54153c0a6a608c804558532
|
|
4
|
+
body: ""
|
|
5
|
+
footer:
|
|
6
|
+
Change-type: patch
|
|
7
|
+
change-type: patch
|
|
8
|
+
Signed-off-by: Josh Bowling <josh@monarci.com>
|
|
9
|
+
signed-off-by: Josh Bowling <josh@monarci.com>
|
|
10
|
+
author: Josh Bowling
|
|
11
|
+
nested: []
|
|
12
|
+
version: 14.51.8
|
|
13
|
+
title: ""
|
|
14
|
+
date: 2022-11-17T08:49:25.801Z
|
|
1
15
|
- commits:
|
|
2
16
|
- subject: "Docs: Update/fix project config doc"
|
|
3
17
|
hash: 4ae488bce82f09d7be7df6893c99910244bfbcd1
|
|
@@ -11,7 +25,7 @@
|
|
|
11
25
|
nested: []
|
|
12
26
|
version: 14.51.7
|
|
13
27
|
title: ""
|
|
14
|
-
date: 2022-11-16T05:
|
|
28
|
+
date: 2022-11-16T05:48:29.174Z
|
|
15
29
|
- commits:
|
|
16
30
|
- subject: "Docs: Update/fix getting started doc"
|
|
17
31
|
hash: 40cafbeb714169cd7b4cffb06460fa5e695f47c0
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
|
|
|
4
4
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
+
# v14.51.8
|
|
8
|
+
## (2022-11-17)
|
|
9
|
+
|
|
10
|
+
* Docs: Remove todo.txt [Josh Bowling]
|
|
11
|
+
|
|
7
12
|
# v14.51.7
|
|
8
13
|
## (2022-11-16)
|
|
9
14
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
14.51.
|
|
1
|
+
14.51.8
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/pinejs",
|
|
3
|
-
"version": "14.51.
|
|
3
|
+
"version": "14.51.8",
|
|
4
4
|
"main": "out/server-glue/module",
|
|
5
5
|
"repository": "git@github.com:balena-io/pinejs.git",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -136,6 +136,6 @@
|
|
|
136
136
|
"recursive": true
|
|
137
137
|
},
|
|
138
138
|
"versionist": {
|
|
139
|
-
"publishedAt": "2022-11-
|
|
139
|
+
"publishedAt": "2022-11-17T08:49:26.617Z"
|
|
140
140
|
}
|
|
141
141
|
}
|
package/docs/todo.txt
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
Canvas TODO:
|
|
2
|
-
Milestone 1: SBVR Editor
|
|
3
|
-
Chrome App
|
|
4
|
-
|
|
5
|
-
Milestone 2: (Black Swan)
|
|
6
|
-
Update Running Model (Rules only)
|
|
7
|
-
Revise model leads to model tab (and current request URI is somehow stored in model tab URI?)
|
|
8
|
-
Then, when model is updated, success msgbox gives link back to request.
|
|
9
|
-
|
|
10
|
-
Action Items:
|
|
11
|
-
Update button should send new model to server.
|
|
12
|
-
Server should compare models to see if change is allowed. (eeeasy)
|
|
13
|
-
If no, revert model (and explain)
|
|
14
|
-
If yes, apply new model (and declare success)
|
|
15
|
-
'Revise Model' button should redirect to the model screen
|
|
16
|
-
with cached request
|
|
17
|
-
Update success should direct to return to pending request
|
|
18
|
-
Pending request should be noted in UI with [continue] link.
|
|
19
|
-
|
|
20
|
-
Milestone 3: (IAH)
|
|
21
|
-
Logical operators (and/or)
|
|
22
|
-
Attributes
|