@balena/pinejs 17.0.1-build-otaviojacobi-test-a498dc0bd58816e6f3c11f4e08ba5f3c2e682a68-2 → 17.0.1-build-otaviojacobi-test-60782e275c44f64f9ebb516902fbafd2bb596a7d-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.
- package/.pinejs-cache.json +1 -1
- package/.versionbot/CHANGELOG.yml +2 -2
- package/CHANGELOG.md +1 -1
- package/out/sbvr-api/sbvr-utils.d.ts +1 -1
- package/package.json +3 -3
@@ -1,6 +1,6 @@
|
|
1
1
|
- commits:
|
2
2
|
- subject: DO NOT MERGE Testing model based typings
|
3
|
-
hash:
|
3
|
+
hash: 60782e275c44f64f9ebb516902fbafd2bb596a7d
|
4
4
|
body: ""
|
5
5
|
footer:
|
6
6
|
Change-type: patch
|
@@ -9,7 +9,7 @@
|
|
9
9
|
nested: []
|
10
10
|
version: 17.0.1
|
11
11
|
title: ""
|
12
|
-
date: 2024-06-
|
12
|
+
date: 2024-06-13T18:11:47.795Z
|
13
13
|
- commits:
|
14
14
|
- subject: Update tsconfig target to es2022
|
15
15
|
hash: 046eab19f98a3424b601ffef8de31b05645f77b6
|
package/CHANGELOG.md
CHANGED
@@ -75,7 +75,7 @@ export declare const executeModel: (tx: Db.Tx, model: ExecutableModel) => Promis
|
|
75
75
|
export declare const executeModels: (tx: Db.Tx, execModels: ExecutableModel[]) => Promise<void>;
|
76
76
|
export declare const postExecuteModels: (tx: Db.Tx) => Promise<void>;
|
77
77
|
export declare const deleteModel: (vocabulary: string) => Promise<void>;
|
78
|
-
export declare const getID: (vocab: string, request: uriParser.ODataRequest) => string | number | boolean | string[] | Date | AbstractSQLCompiler.
|
78
|
+
export declare const getID: (vocab: string, request: uriParser.ODataRequest) => string | number | boolean | string[] | Date | AbstractSQLCompiler.DateNode | ["Bind", string | number] | AbstractSQLCompiler.BooleanNode | AbstractSQLCompiler.NumberNode | AbstractSQLCompiler.IntegerNode | AbstractSQLCompiler.RealNode | AbstractSQLCompiler.SubstringNode | AbstractSQLCompiler.DurationNode | AbstractSQLCompiler.ValuesNode | AbstractSQLCompiler.SelectNode | AbstractSQLCompiler.InnerJoinNode | AbstractSQLCompiler.LeftJoinNode | AbstractSQLCompiler.RightJoinNode | AbstractSQLCompiler.FullJoinNode | AbstractSQLCompiler.GroupByNode | AbstractSQLCompiler.AbstractSqlQuery | {
|
79
79
|
negative?: boolean | undefined;
|
80
80
|
day?: number | undefined;
|
81
81
|
hour?: number | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "17.0.1-build-otaviojacobi-test-
|
3
|
+
"version": "17.0.1-build-otaviojacobi-test-60782e275c44f64f9ebb516902fbafd2bb596a7d-1",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -58,7 +58,7 @@
|
|
58
58
|
"express-session": "^1.18.0",
|
59
59
|
"lodash": "^4.17.21",
|
60
60
|
"memoizee": "^0.4.17",
|
61
|
-
"pinejs-client-core": "6.15.0-build-model-based-typings-
|
61
|
+
"pinejs-client-core": "6.15.0-build-model-based-typings-1077e19ef18cc4cede4d6401496a016fef459150-1",
|
62
62
|
"randomstring": "^1.3.0",
|
63
63
|
"typed-error": "^3.2.2"
|
64
64
|
},
|
@@ -144,6 +144,6 @@
|
|
144
144
|
"recursive": true
|
145
145
|
},
|
146
146
|
"versionist": {
|
147
|
-
"publishedAt": "2024-06-
|
147
|
+
"publishedAt": "2024-06-13T18:11:48.525Z"
|
148
148
|
}
|
149
149
|
}
|