@powersync/common 0.0.0-dev-20240903063630 → 0.0.0-dev-20240905154001

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powersync/common",
3
- "version": "0.0.0-dev-20240903063630",
3
+ "version": "0.0.0-dev-20240905154001",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -1,3 +0,0 @@
1
- export declare function quoteString(s: string): string;
2
- export declare function quoteJsonPath(path: string): string;
3
- export declare function quoteIdentifier(s: string): string;
@@ -1,10 +0,0 @@
1
- export function quoteString(s) {
2
- return `'${s.replaceAll("'", "''")}'`;
3
- }
4
- export function quoteJsonPath(path) {
5
- return quoteString(`$.${path}`);
6
- }
7
- export function quoteIdentifier(s) {
8
- return `"${s.replaceAll('"', '""')}"`;
9
- }
10
- //# sourceMappingURL=strings.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"strings.js","sourceRoot":"","sources":["../../src/utils/strings.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,WAAW,CAAC,CAAS;IACnC,OAAO,IAAI,CAAC,CAAC,UAAU,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,aAAa,CAAC,IAAY;IACxC,OAAO,WAAW,CAAC,KAAK,IAAI,EAAE,CAAC,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,eAAe,CAAC,CAAS;IACvC,OAAO,IAAI,CAAC,CAAC,UAAU,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC;AACxC,CAAC"}