@balena/pinejs 17.0.1-build-otaviojacobi-test-a498dc0bd58816e6f3c11f4e08ba5f3c2e682a68-2 → 17.0.1-build-otaviojacobi-test-60782e275c44f64f9ebb516902fbafd2bb596a7d-1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  - commits:
2
2
  - subject: DO NOT MERGE Testing model based typings
3
- hash: a498dc0bd58816e6f3c11f4e08ba5f3c2e682a68
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-11T21:42:50.105Z
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
@@ -5,7 +5,7 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v17.0.1
8
- ## (2024-06-11)
8
+ ## (2024-06-13)
9
9
 
10
10
  * DO NOT MERGE Testing model based typings [Otavio Jacobi]
11
11
 
@@ -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.AbstractSqlQuery | 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 | {
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-a498dc0bd58816e6f3c11f4e08ba5f3c2e682a68-2",
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-985ccf1dd6cc9454ebe70782439d1866d7fd537c-1",
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-11T21:42:50.854Z"
147
+ "publishedAt": "2024-06-13T18:11:48.525Z"
148
148
  }
149
149
  }