pi-yandex-bridge 0.2.0 → 0.2.3

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.
@@ -0,0 +1,31 @@
1
+ name: Publish
2
+
3
+ on:
4
+ push:
5
+ tags:
6
+ - "v[0-9]+.[0-9]+.[0-9]+"
7
+
8
+ jobs:
9
+ publish:
10
+ runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: read
13
+ id-token: write # required for npm provenance
14
+
15
+ steps:
16
+ - uses: actions/checkout@v4
17
+
18
+ - uses: actions/setup-node@v4
19
+ with:
20
+ node-version: "24"
21
+ registry-url: "https://registry.npmjs.org"
22
+
23
+ - uses: oven-sh/setup-bun@v2
24
+
25
+ - run: bun install --frozen-lockfile
26
+
27
+ - run: bun run build
28
+
29
+ - run: npm publish --provenance --access public
30
+ env:
31
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -0,0 +1,7 @@
1
+ {
2
+ "success": true,
3
+ "clones": [],
4
+ "duplicatedLines": 0,
5
+ "totalLines": 398,
6
+ "percentage": 0
7
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "timestamp": "2026-05-08T22:28:08.075Z",
3
+ "scanDurationMs": 524
4
+ }
@@ -1,3 +1,3 @@
1
1
  {
2
- "timestamp": "2026-05-08T21:40:15.448Z"
2
+ "timestamp": "2026-05-08T22:33:04.001Z"
3
3
  }
@@ -0,0 +1,3 @@
1
+ {
2
+ "timestamp": "2026-05-08T22:32:07.022Z"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "items": []
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "timestamp": "2026-05-08T22:31:18.077Z"
3
+ }