@cipherstash/protect-ffi 0.20.1 → 0.20.2
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/lib/index.d.cts +1 -1
- package/package.json +7 -7
package/lib/index.d.cts
CHANGED
|
@@ -129,7 +129,7 @@ export type Column = {
|
|
|
129
129
|
cast_as?: CastAs;
|
|
130
130
|
indexes?: Indexes;
|
|
131
131
|
};
|
|
132
|
-
export type CastAs = 'bigint' | 'boolean' | 'date' | 'number' | 'string' | 'json';
|
|
132
|
+
export type CastAs = 'bigint' | 'boolean' | 'date' | 'number' | 'string' | 'text' | 'json';
|
|
133
133
|
type TablesOf<C extends EncryptConfig> = C['tables'];
|
|
134
134
|
export type Identifier<C extends EncryptConfig> = {
|
|
135
135
|
[T in keyof TablesOf<C>]: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cipherstash/protect-ffi",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./lib/index.cjs",
|
|
6
6
|
"scripts": {
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
"@neon-rs/load": "^0.1.82"
|
|
68
68
|
},
|
|
69
69
|
"optionalDependencies": {
|
|
70
|
-
"@cipherstash/protect-ffi-darwin-x64": "0.20.
|
|
71
|
-
"@cipherstash/protect-ffi-darwin-arm64": "0.20.
|
|
72
|
-
"@cipherstash/protect-ffi-win32-x64-msvc": "0.20.
|
|
73
|
-
"@cipherstash/protect-ffi-linux-x64-gnu": "0.20.
|
|
74
|
-
"@cipherstash/protect-ffi-linux-arm64-gnu": "0.20.
|
|
75
|
-
"@cipherstash/protect-ffi-linux-x64-musl": "0.20.
|
|
70
|
+
"@cipherstash/protect-ffi-darwin-x64": "0.20.2",
|
|
71
|
+
"@cipherstash/protect-ffi-darwin-arm64": "0.20.2",
|
|
72
|
+
"@cipherstash/protect-ffi-win32-x64-msvc": "0.20.2",
|
|
73
|
+
"@cipherstash/protect-ffi-linux-x64-gnu": "0.20.2",
|
|
74
|
+
"@cipherstash/protect-ffi-linux-arm64-gnu": "0.20.2",
|
|
75
|
+
"@cipherstash/protect-ffi-linux-x64-musl": "0.20.2"
|
|
76
76
|
}
|
|
77
77
|
}
|