@nodesify/astria-win32-x64-msvc 1.0.0 → 1.0.1

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/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # `@nodesify/astria-win32-x64-msvc`
2
-
3
- This is the **x86_64-pc-windows-msvc** binary for `@nodesify/astria`
1
+ # `@nodesify/astria-win32-x64-msvc`
2
+
3
+ This is the **x86_64-pc-windows-msvc** binary for `@nodesify/astria`
@@ -1,4 +1,4 @@
1
1
  [diffend] Oversized file quarantined before diffing.
2
2
  name: package/astria.win32-x64-msvc.node
3
3
  size: 72774144 bytes
4
- sha256: 3e15db7b44ec02203ef0812bc7035adab45cc0d37a69c9dcc5deb144cad706de
4
+ sha256: 4ee1bfed826e5eec10b083e73c673a1996c1278116c427ef14aa54a7427ced87
package/package.json CHANGED
@@ -1,34 +1,34 @@
1
- {
2
- "name": "@nodesify/astria-win32-x64-msvc",
3
- "version": "1.0.0",
4
- "os": [
5
- "win32"
6
- ],
7
- "cpu": [
8
- "x64"
9
- ],
10
- "main": "astria.win32-x64-msvc.node",
11
- "files": [
12
- "astria.win32-x64-msvc.node"
13
- ],
14
- "description": "Turn any folder into a queryable knowledge graph",
15
- "keywords": [
16
- "knowledge-graph",
17
- "code-analysis",
18
- "tree-sitter",
19
- "ast",
20
- "code-intelligence"
21
- ],
22
- "homepage": "https://github.com/Nodesify/astria#readme",
23
- "license": "MIT",
24
- "engines": {
25
- "node": ">=20"
26
- },
27
- "repository": {
28
- "type": "git",
29
- "url": "git+https://github.com/Nodesify/astria.git"
30
- },
31
- "bugs": {
32
- "url": "https://github.com/Nodesify/astria/issues"
33
- }
1
+ {
2
+ "name": "@nodesify/astria-win32-x64-msvc",
3
+ "version": "1.0.1",
4
+ "os": [
5
+ "win32"
6
+ ],
7
+ "cpu": [
8
+ "x64"
9
+ ],
10
+ "main": "astria.win32-x64-msvc.node",
11
+ "files": [
12
+ "astria.win32-x64-msvc.node"
13
+ ],
14
+ "description": "Turn any folder into a queryable knowledge graph",
15
+ "keywords": [
16
+ "knowledge-graph",
17
+ "code-analysis",
18
+ "tree-sitter",
19
+ "ast",
20
+ "code-intelligence"
21
+ ],
22
+ "homepage": "https://github.com/Nodesify/astria#readme",
23
+ "license": "MIT",
24
+ "engines": {
25
+ "node": ">=20"
26
+ },
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "git+https://github.com/Nodesify/astria.git"
30
+ },
31
+ "bugs": {
32
+ "url": "https://github.com/Nodesify/astria/issues"
33
+ }
34
34
  }