pods-sdk 0.2.58 → 0.2.61
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/package.json +18 -20
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pods-sdk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.61",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"packageManager": "pnpm@9.0.0",
|
|
6
5
|
"description": "UI Components for Deframe integration on the frontend",
|
|
7
6
|
"engines": {
|
|
8
7
|
"node": ">=18.0.0",
|
|
@@ -33,28 +32,12 @@
|
|
|
33
32
|
"cd examples/earn-widget && tsc --noEmit --skipLibCheck"
|
|
34
33
|
]
|
|
35
34
|
},
|
|
36
|
-
"scripts": {
|
|
37
|
-
"preinstall": "npx only-allow pnpm",
|
|
38
|
-
"build": "rollup -c",
|
|
39
|
-
"dev": "rollup -c -w",
|
|
40
|
-
"test": "vitest",
|
|
41
|
-
"storybook": "storybook dev -p 6006 --no-open",
|
|
42
|
-
"build-storybook": "storybook build",
|
|
43
|
-
"deploy-storybook": "pnpm run build-storybook",
|
|
44
|
-
"clean": "rm -rf node_modules package-lock.json pnpm-lock.yaml",
|
|
45
|
-
"fresh-install": "pnpm run clean && pnpm install",
|
|
46
|
-
"lint": "tsc --noEmit",
|
|
47
|
-
"lint:fix": "tsc --noEmit",
|
|
48
|
-
"check:earn-widget": "cd examples/earn-widget && pnpm run build",
|
|
49
|
-
"check:all": "pnpm run lint && pnpm run build && pnpm run check:earn-widget",
|
|
50
|
-
"prepare": "husky"
|
|
51
|
-
},
|
|
52
35
|
"author": "Bruno Eleodoro Roza",
|
|
53
36
|
"license": "ISC",
|
|
54
37
|
"devDependencies": {
|
|
55
38
|
"@babel/preset-react": "^7.27.1",
|
|
56
39
|
"@babel/preset-typescript": "^7.27.1",
|
|
57
|
-
"@deframe-sdk/components": "0.1.
|
|
40
|
+
"@deframe-sdk/components": "0.1.74",
|
|
58
41
|
"@reduxjs/toolkit": "^2.9.0",
|
|
59
42
|
"@rollup/plugin-commonjs": "^28.0.6",
|
|
60
43
|
"@rollup/plugin-json": "^6.1.0",
|
|
@@ -128,5 +111,20 @@
|
|
|
128
111
|
"has-ansi": "5.0.1",
|
|
129
112
|
"simple-swizzle": "0.2.2",
|
|
130
113
|
"ansi-styles": "4.3.0"
|
|
114
|
+
},
|
|
115
|
+
"scripts": {
|
|
116
|
+
"preinstall": "npx only-allow pnpm",
|
|
117
|
+
"build": "rollup -c",
|
|
118
|
+
"dev": "rollup -c -w",
|
|
119
|
+
"test": "vitest",
|
|
120
|
+
"storybook": "storybook dev -p 6006 --no-open",
|
|
121
|
+
"build-storybook": "storybook build",
|
|
122
|
+
"deploy-storybook": "pnpm run build-storybook",
|
|
123
|
+
"clean": "rm -rf node_modules package-lock.json pnpm-lock.yaml",
|
|
124
|
+
"fresh-install": "pnpm run clean && pnpm install",
|
|
125
|
+
"lint": "tsc --noEmit",
|
|
126
|
+
"lint:fix": "tsc --noEmit",
|
|
127
|
+
"check:earn-widget": "cd examples/earn-widget && pnpm run build",
|
|
128
|
+
"check:all": "pnpm run lint && pnpm run build && pnpm run check:earn-widget"
|
|
131
129
|
}
|
|
132
|
-
}
|
|
130
|
+
}
|