polyxml 0.1.0 → 0.2.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/Cargo.toml CHANGED
@@ -5,6 +5,7 @@ edition.workspace = true
5
5
  license.workspace = true
6
6
  authors.workspace = true
7
7
  repository.workspace = true
8
+ readme = "README.md"
8
9
  description = "Node.js and TypeScript native addon bindings for PolyXML"
9
10
 
10
11
  [lib]
package/README.md CHANGED
@@ -35,4 +35,4 @@ console.log(book);
35
35
 
36
36
  ## License
37
37
 
38
- MIT
38
+ MIT
package/index.js CHANGED
@@ -89,4 +89,4 @@ if (!nativeBinding) {
89
89
  }
90
90
  }
91
91
 
92
- module.exports = nativeBinding
92
+ module.exports = nativeBinding
package/package.json CHANGED
@@ -1,30 +1,30 @@
1
- {
2
- "name": "polyxml",
3
- "version": "0.1.0",
4
- "description": "High-performance, polyglot XML data-binding engine built in Rust",
5
- "main": "index.js",
6
- "types": "index.d.ts",
7
- "scripts": {
8
- "test": "node test/index.test.js"
9
- },
10
- "napi": {
11
- "name": "polyxml"
12
- },
13
- "devDependencies": {
14
- "@napi-rs/cli": "^3.0.0"
15
- },
16
- "keywords": [
17
- "xml",
18
- "parser",
19
- "serializer",
20
- "deserializer",
21
- "fast-xml",
22
- "polyglot"
23
- ],
24
- "author": "Bailey Nguyen <bailey.tan.nguyen@gmail.com>",
25
- "license": "MIT",
26
- "repository": {
27
- "type": "git",
28
- "url": "https://github.com/nth-bailey/PolyXML.git"
29
- }
30
- }
1
+ {
2
+ "name": "polyxml",
3
+ "version": "0.2.1",
4
+ "description": "High-performance, polyglot XML data-binding engine built in Rust",
5
+ "main": "index.js",
6
+ "types": "index.d.ts",
7
+ "scripts": {
8
+ "test": "node test/index.test.js"
9
+ },
10
+ "napi": {
11
+ "name": "polyxml"
12
+ },
13
+ "devDependencies": {
14
+ "@napi-rs/cli": "^3.0.0"
15
+ },
16
+ "keywords": [
17
+ "xml",
18
+ "parser",
19
+ "serializer",
20
+ "deserializer",
21
+ "fast-xml",
22
+ "polyglot"
23
+ ],
24
+ "author": "Bailey Nguyen <bailey.tan.nguyen@gmail.com>",
25
+ "license": "MIT",
26
+ "repository": {
27
+ "type": "git",
28
+ "url": "https://github.com/nth-bailey/PolyXML.git"
29
+ }
30
+ }
Binary file
Binary file
Binary file
Binary file