@balena/abstract-sql-to-typescript 4.0.5 → 4.0.6
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/.versionbot/CHANGELOG.yml +14 -1
- package/CHANGELOG.md +4 -0
- package/out/package.json +4 -4
- package/package.json +4 -4
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Fix built file paths now that package.json is imported rather than
|
|
3
|
+
required
|
|
4
|
+
hash: 8c223d915d66559b8650536745adb742362392ff
|
|
5
|
+
body: ""
|
|
6
|
+
footer:
|
|
7
|
+
Change-type: patch
|
|
8
|
+
change-type: patch
|
|
9
|
+
author: Pagan Gazzard
|
|
10
|
+
nested: []
|
|
11
|
+
version: 4.0.6
|
|
12
|
+
title: ""
|
|
13
|
+
date: 2024-09-12T16:37:15.120Z
|
|
1
14
|
- commits:
|
|
2
15
|
- subject: Update @balena/lint to 9.x
|
|
3
16
|
hash: d2c8c970f9d7c70b1e134952c621eaa768fe0f4b
|
|
@@ -9,7 +22,7 @@
|
|
|
9
22
|
nested: []
|
|
10
23
|
version: 4.0.5
|
|
11
24
|
title: ""
|
|
12
|
-
date: 2024-09-12T16:
|
|
25
|
+
date: 2024-09-12T16:23:15.397Z
|
|
13
26
|
- commits:
|
|
14
27
|
- subject: Correctly use `Record<string, never>` when there are no writable fields
|
|
15
28
|
hash: 573c4da6d9e4521f700e7f38a033640ef8afe533
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ 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
|
+
## 4.0.6 - 2024-09-12
|
|
8
|
+
|
|
9
|
+
* Fix built file paths now that package.json is imported rather than required [Pagan Gazzard]
|
|
10
|
+
|
|
7
11
|
## 4.0.5 - 2024-09-12
|
|
8
12
|
|
|
9
13
|
* Update @balena/lint to 9.x [Pagan Gazzard]
|
package/out/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/abstract-sql-to-typescript",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
4
4
|
"description": "A translator for abstract sql into typescript types.",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"types": "out/index.d.ts",
|
|
7
7
|
"exports": {
|
|
8
|
-
".": "./out/index.js",
|
|
9
|
-
"./generate": "./out/generate.js"
|
|
8
|
+
".": "./out/src/index.js",
|
|
9
|
+
"./generate": "./out/src/generate.js"
|
|
10
10
|
},
|
|
11
11
|
"scripts": {
|
|
12
12
|
"pretest": "npm run prepare",
|
|
@@ -53,6 +53,6 @@
|
|
|
53
53
|
"_": "test/**/*.ts"
|
|
54
54
|
},
|
|
55
55
|
"versionist": {
|
|
56
|
-
"publishedAt": "2024-09-12T16:
|
|
56
|
+
"publishedAt": "2024-09-12T16:37:15.381Z"
|
|
57
57
|
}
|
|
58
58
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/abstract-sql-to-typescript",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
4
4
|
"description": "A translator for abstract sql into typescript types.",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"types": "out/index.d.ts",
|
|
7
7
|
"exports": {
|
|
8
|
-
".": "./out/index.js",
|
|
9
|
-
"./generate": "./out/generate.js"
|
|
8
|
+
".": "./out/src/index.js",
|
|
9
|
+
"./generate": "./out/src/generate.js"
|
|
10
10
|
},
|
|
11
11
|
"scripts": {
|
|
12
12
|
"pretest": "npm run prepare",
|
|
@@ -53,6 +53,6 @@
|
|
|
53
53
|
"_": "test/**/*.ts"
|
|
54
54
|
},
|
|
55
55
|
"versionist": {
|
|
56
|
-
"publishedAt": "2024-09-12T16:
|
|
56
|
+
"publishedAt": "2024-09-12T16:37:15.381Z"
|
|
57
57
|
}
|
|
58
58
|
}
|