@gup-fe/js-sdk 2.2.0 → 2.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.
Files changed (2) hide show
  1. package/LICENSE +6 -0
  2. package/package.json +7 -5
package/LICENSE ADDED
@@ -0,0 +1,6 @@
1
+ Copyright (c) 2026 Giant Interactive Group Inc. All Rights Reserved.
2
+
3
+ Proprietary and Confidential.
4
+
5
+ Unauthorized copying, distribution, or use of this software, via any medium, is strictly prohibited.
6
+ All software remains the property of Giant Interactive Group Inc.
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@gup-fe/js-sdk",
3
3
  "type": "module",
4
- "version": "2.2.0",
4
+ "version": "2.2.1",
5
+ "license": "UNLICENSED",
5
6
  "publishConfig": {
6
7
  "access": "public",
7
8
  "registry": "https://registry.npmjs.org/"
@@ -23,7 +24,8 @@
23
24
  "./lib/*": "./src/lib/*.ts"
24
25
  },
25
26
  "files": [
26
- "dist"
27
+ "dist",
28
+ "LICENSE"
27
29
  ],
28
30
  "peerDependencies": {
29
31
  "react": "^19.0.0",
@@ -54,11 +56,11 @@
54
56
  "vite": "^7.3.1",
55
57
  "vite-plugin-css-injected-by-js": "^5.0.1",
56
58
  "vite-plugin-dts": "^4.5.4",
59
+ "@gup-fe/eslint-config": "0.0.0",
57
60
  "@gup-fe/lib": "1.0.0",
58
- "@gup-fe/tailwind-config": "0.0.0",
59
61
  "@gup-fe/typescript-config": "0.0.0",
60
- "@gup-fe/ui": "1.0.0",
61
- "@gup-fe/eslint-config": "0.0.0"
62
+ "@gup-fe/tailwind-config": "0.0.0",
63
+ "@gup-fe/ui": "1.0.0"
62
64
  },
63
65
  "scripts": {
64
66
  "dev": "vite",