@worldcoin/minikit-js 0.0.23-internal-alpha → 0.0.24-internal-alpha

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/README.md +3 -0
  2. package/package.json +9 -10
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ ### Minikit JS
2
+
3
+ Minikit is still in pre-release. If you're interested in integrating Minikit into your project, please contact us at [andy@toolsforhumanity.com](mailto:andy@toolsforhumanity.com).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worldcoin/minikit-js",
3
- "version": "0.0.23-internal-alpha",
3
+ "version": "0.0.24-internal-alpha",
4
4
  "homepage": "https://docs.worldcoin.org/id/minikit",
5
5
  "description": "Internal Alpha: Mini-kit JS is a lightweight sdk for building mini-apps compatible with World App",
6
6
  "license": "MIT",
@@ -24,15 +24,8 @@
24
24
  "minikit",
25
25
  "miniapps"
26
26
  ],
27
- "scripts": {
28
- "build": "tsup",
29
- "dev": "tsup --watch",
30
- "lint": "eslint ./ --ext .ts",
31
- "prepublishOnly": "npm run build",
32
- "typecheck": "tsc --noEmit"
33
- },
34
27
  "dependencies": {
35
- "@worldcoin/idkit-core": "^1.2.0"
28
+ "@worldcoin/idkit-core": "^1.2.2"
36
29
  },
37
30
  "devDependencies": {
38
31
  "@typescript-eslint/eslint-plugin": "^7.7.0",
@@ -45,5 +38,11 @@
45
38
  },
46
39
  "peerDependencies": {
47
40
  "ethers": "^6.0.8"
41
+ },
42
+ "scripts": {
43
+ "build": "tsup",
44
+ "dev": "tsup --watch",
45
+ "lint": "eslint ./ --ext .ts",
46
+ "typecheck": "tsc --noEmit"
48
47
  }
49
- }
48
+ }