gs-x-parser 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,11 +1,8 @@
1
1
  # GS X Parser
2
+ GS X Parser is a TypeScript library for parsing Twitter/X API responses, providing complete type definitions and parsing functionality, supporting the conversion of complex API responses into simple and easy-to-use formats.
2
3
 
3
4
  [中文](README.zh.md)
4
5
 
5
- ## Project Introduction
6
-
7
- GS X Parser is a TypeScript library for parsing Twitter/X API responses, providing complete type definitions and parsing functionality, supporting the conversion of complex API responses into simple and easy-to-use formats.
8
-
9
6
  ## Features
10
7
 
11
8
  - Complete TypeScript type definitions based on Twitter/X API data structures
package/README.zh.md CHANGED
@@ -1,11 +1,9 @@
1
1
  # GS X Parser
2
2
 
3
- [English](README.md)
4
-
5
- ## 项目简介
6
-
7
3
  GS X Parser 是一个用于解析 Twitter/X API 响应的 TypeScript 库,提供了完整的类型定义和解析功能,支持将复杂的 API 响应转换为简单易用的格式。
8
4
 
5
+ [English](README.md)
6
+
9
7
  ## 功能特性
10
8
 
11
9
  - 完整的 TypeScript 类型定义,基于 Twitter/X API 数据结构
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gs-x-parser",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "grain-sand"