@powerhousedao/contributor-billing 1.0.2 → 1.0.4
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/dist/style.css +18 -0
- package/package.json +28 -23
package/dist/style.css
CHANGED
|
@@ -4819,6 +4819,24 @@
|
|
|
4819
4819
|
.z-50 {
|
|
4820
4820
|
z-index: 50;
|
|
4821
4821
|
}
|
|
4822
|
+
.container {
|
|
4823
|
+
width: 100%;
|
|
4824
|
+
@media (width >= 40rem) {
|
|
4825
|
+
max-width: 40rem;
|
|
4826
|
+
}
|
|
4827
|
+
@media (width >= 48rem) {
|
|
4828
|
+
max-width: 48rem;
|
|
4829
|
+
}
|
|
4830
|
+
@media (width >= 64rem) {
|
|
4831
|
+
max-width: 64rem;
|
|
4832
|
+
}
|
|
4833
|
+
@media (width >= 80rem) {
|
|
4834
|
+
max-width: 80rem;
|
|
4835
|
+
}
|
|
4836
|
+
@media (width >= 96rem) {
|
|
4837
|
+
max-width: 96rem;
|
|
4838
|
+
}
|
|
4839
|
+
}
|
|
4822
4840
|
.mx-auto {
|
|
4823
4841
|
margin-inline: auto;
|
|
4824
4842
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/contributor-billing",
|
|
3
3
|
"description": "Document models that help contributors of open organisations get paid anonymously for their work on a monthly basis.",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/powerhouse-inc/contributor-billing"
|
|
8
|
+
"url": "git+https://github.com/powerhouse-inc/contributor-billing.git"
|
|
9
9
|
},
|
|
10
10
|
"type": "module",
|
|
11
11
|
"files": [
|
|
@@ -69,12 +69,12 @@
|
|
|
69
69
|
"migrate": "ph-cli migrate"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@powerhousedao/builder-profile": "1.0.
|
|
73
|
-
"@powerhousedao/builder-tools": "5.3.
|
|
74
|
-
"@powerhousedao/common": "5.3.
|
|
75
|
-
"@powerhousedao/design-system": "5.3.
|
|
72
|
+
"@powerhousedao/builder-profile": "1.0.6",
|
|
73
|
+
"@powerhousedao/builder-tools": "5.3.4",
|
|
74
|
+
"@powerhousedao/common": "5.3.4",
|
|
75
|
+
"@powerhousedao/design-system": "5.3.4",
|
|
76
76
|
"@powerhousedao/document-engineering": "^1.40.1",
|
|
77
|
-
"@powerhousedao/vetra": "
|
|
77
|
+
"@powerhousedao/vetra": "5.3.4",
|
|
78
78
|
"@react-pdf/renderer": "^4.3.1",
|
|
79
79
|
"@safe-global/api-kit": "^4.0.0",
|
|
80
80
|
"@safe-global/protocol-kit": "^6.0.3",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"@types/cors": "^2.8.17",
|
|
84
84
|
"axios": "^1.9.0",
|
|
85
85
|
"cors": "^2.8.5",
|
|
86
|
-
"document-model": "5.3.
|
|
86
|
+
"document-model": "5.3.4",
|
|
87
87
|
"dotenv": "^16.5.0",
|
|
88
88
|
"error": "^10.4.0",
|
|
89
89
|
"ethers": "^6.14.0",
|
|
@@ -98,23 +98,25 @@
|
|
|
98
98
|
"devDependencies": {
|
|
99
99
|
"@electric-sql/pglite": "^0.2.12",
|
|
100
100
|
"@eslint/js": "^9.38.0",
|
|
101
|
-
"@powerhousedao/analytics-engine-core": "^0.
|
|
102
|
-
"@powerhousedao/codegen": "5.3.
|
|
103
|
-
"@powerhousedao/config": "5.3.
|
|
104
|
-
"@powerhousedao/connect": "5.3.
|
|
105
|
-
"@powerhousedao/ph-cli": "5.3.
|
|
106
|
-
"@powerhousedao/reactor-api": "5.3.
|
|
107
|
-
"@powerhousedao/reactor-browser": "5.3.
|
|
108
|
-
"@powerhousedao/reactor-local": "5.3.
|
|
101
|
+
"@powerhousedao/analytics-engine-core": "^0.6.4",
|
|
102
|
+
"@powerhousedao/codegen": "5.3.4",
|
|
103
|
+
"@powerhousedao/config": "5.3.4",
|
|
104
|
+
"@powerhousedao/connect": "5.3.4",
|
|
105
|
+
"@powerhousedao/ph-cli": "5.3.4",
|
|
106
|
+
"@powerhousedao/reactor-api": "5.3.4",
|
|
107
|
+
"@powerhousedao/reactor-browser": "5.3.4",
|
|
108
|
+
"@powerhousedao/reactor-local": "5.3.4",
|
|
109
109
|
"@powerhousedao/scalars": "^2.0.1",
|
|
110
|
-
"@powerhousedao/switchboard": "5.3.
|
|
110
|
+
"@powerhousedao/switchboard": "5.3.4",
|
|
111
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
112
|
+
"@semantic-release/git": "^10.0.1",
|
|
111
113
|
"@tailwindcss/cli": "^4.1.4",
|
|
112
114
|
"@testing-library/react": "^16.3.0",
|
|
113
115
|
"@types/node": "^24.9.2",
|
|
114
116
|
"@types/react": "^19.2.2",
|
|
115
117
|
"@types/react-dom": "^19.2.2",
|
|
116
118
|
"@vitejs/plugin-react": "^5.1.0",
|
|
117
|
-
"document-drive": "5.3.
|
|
119
|
+
"document-drive": "5.3.4",
|
|
118
120
|
"eslint": "^9.38.0",
|
|
119
121
|
"eslint-config-prettier": "^10.1.8",
|
|
120
122
|
"eslint-plugin-prettier": "^5.5.4",
|
|
@@ -125,15 +127,13 @@
|
|
|
125
127
|
"pm2": "^5.4.3",
|
|
126
128
|
"react": "^19.2.0",
|
|
127
129
|
"react-dom": "^19.2.0",
|
|
130
|
+
"semantic-release": "^25.0.2",
|
|
128
131
|
"tailwindcss": "^4.1.16",
|
|
129
132
|
"typescript": "^5.9.3",
|
|
130
133
|
"typescript-eslint": "^8.46.2",
|
|
131
134
|
"vite": "^6.2.3",
|
|
132
135
|
"vite-plugin-node-polyfills": "^0.24.0",
|
|
133
|
-
"vitest": "^3.0.9"
|
|
134
|
-
"@semantic-release/changelog": "^6.0.3",
|
|
135
|
-
"@semantic-release/git": "^10.0.1",
|
|
136
|
-
"semantic-release": "^25.0.2"
|
|
136
|
+
"vitest": "^3.0.9"
|
|
137
137
|
},
|
|
138
138
|
"peerDependencies": {
|
|
139
139
|
"react": "^19.2.0",
|
|
@@ -194,5 +194,10 @@
|
|
|
194
194
|
"@semantic-release/github",
|
|
195
195
|
"@semantic-release/git"
|
|
196
196
|
]
|
|
197
|
-
}
|
|
197
|
+
},
|
|
198
|
+
"bugs": {
|
|
199
|
+
"url": "https://github.com/powerhouse-inc/contributor-billing/issues"
|
|
200
|
+
},
|
|
201
|
+
"readme": "ERROR: No README data found!",
|
|
202
|
+
"homepage": "https://github.com/powerhouse-inc/contributor-billing#readme"
|
|
198
203
|
}
|