@atproto/bsync
Advanced tools
Comparing version 0.0.8 to 0.0.9
# @atproto/bsync | ||
## 0.0.9 | ||
### Patch Changes | ||
- Updated dependencies [[`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d)]: | ||
- @atproto/syntax@0.3.1 | ||
## 0.0.8 | ||
@@ -4,0 +11,0 @@ |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import TypedEventEmitter from 'typed-emitter'; | ||
@@ -3,0 +2,0 @@ import { ServerConfig } from './config'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.down = exports.up = void 0; | ||
exports.up = up; | ||
exports.down = down; | ||
const kysely_1 = require("kysely"); | ||
@@ -22,3 +23,2 @@ async function up(db) { | ||
} | ||
exports.up = up; | ||
async function down(db) { | ||
@@ -28,3 +28,2 @@ await db.schema.dropTable('mute_item').execute(); | ||
} | ||
exports.down = down; | ||
//# sourceMappingURL=20240108T220751294Z-init.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.down = exports.up = void 0; | ||
exports.up = up; | ||
exports.down = down; | ||
const kysely_1 = require("kysely"); | ||
@@ -20,3 +21,2 @@ async function up(db) { | ||
} | ||
exports.up = up; | ||
async function down(db) { | ||
@@ -26,3 +26,2 @@ await db.schema.dropTable('notif_item').execute(); | ||
} | ||
exports.down = down; | ||
//# sourceMappingURL=20240717T224303472Z-notif-ops.js.map |
@@ -1,3 +0,1 @@ | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import http from 'node:http'; | ||
@@ -4,0 +2,0 @@ import AppContext, { AppContextOptions } from './context'; |
@@ -1,3 +0,1 @@ | ||
/// <reference types="node" /> | ||
/// <reference types="node/http" /> | ||
import { type IncomingMessage } from 'node:http'; | ||
@@ -4,0 +2,0 @@ import { subsystemLogger } from '@atproto/common'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
export declare const validCursor: (cursor: string) => number | null; | ||
@@ -3,0 +2,0 @@ export declare const combineSignals: (a: AbortSignal, b: AbortSignal) => AbortSignal; |
{ | ||
"name": "@atproto/bsync", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"license": "MIT", | ||
@@ -27,4 +27,4 @@ "description": "Sychronizing service for app.bsky App View (Bluesky API)", | ||
"typed-emitter": "^2.1.0", | ||
"@atproto/syntax": "^0.3.0", | ||
"@atproto/common": "^0.4.4" | ||
"@atproto/common": "^0.4.4", | ||
"@atproto/syntax": "^0.3.1" | ||
}, | ||
@@ -38,3 +38,4 @@ "devDependencies": { | ||
"jest": "^28.1.2", | ||
"ts-node": "^10.8.2" | ||
"ts-node": "^10.8.2", | ||
"typescript": "^5.6.3" | ||
}, | ||
@@ -41,0 +42,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
235417
140
8
4769
Updated@atproto/syntax@^0.3.1