profile-pane 3.2.2-test.0 → 3.2.2

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profile-pane",
3
- "version": "3.2.2-test.0",
3
+ "version": "3.2.2",
4
4
  "description": "A SolidOS compatible pane to display a personal profile page",
5
5
  "sideEffects": [
6
6
  "*.css"
@@ -36,9 +36,9 @@
36
36
  "typecheck": "tsc --noEmit",
37
37
  "typecheck-test": "tsc --noEmit -p tsconfig.test.json",
38
38
  "prepush": "npm test && npm run lint-fix && npm run typecheck && npm run typecheck-test",
39
- "prepublishOnly": "npm run test && npm run build",
39
+ "ignore:prepublishOnly": "npm run test && npm run build",
40
40
  "preversion": "npm run lint && npm run typecheck && npm test",
41
- "postpublish": "git push origin main --follow-tags",
41
+ "ignore:postpublish": "git push origin main --follow-tags",
42
42
  "start": "webpack serve --config webpack.dev.config.mjs --open"
43
43
  },
44
44
  "keywords": [
@@ -64,7 +64,7 @@
64
64
  "peerDependencies": {
65
65
  "rdflib": "^2.3.6",
66
66
  "solid-logic": "^4.0.6",
67
- "solid-ui": "^3.1.0"
67
+ "solid-ui": "^3.1.1"
68
68
  },
69
69
  "overrides": {
70
70
  "solid-ui": "$solid-ui"
@@ -94,9 +94,9 @@
94
94
  "jest-fetch-mock": "^3.0.3",
95
95
  "jsdom": "^29.1.1",
96
96
  "node-polyfill-webpack-plugin": "^4.1.0",
97
- "rdflib": "^2.3.9",
97
+ "rdflib": "^2.3.8",
98
98
  "solid-logic": "^4.0.7",
99
- "solid-ui": "^3.1.1-test.0",
99
+ "solid-ui": "^3.1.1",
100
100
  "style-loader": "^4.0.0",
101
101
  "terser-webpack-plugin": "^5.6.0",
102
102
  "ts-loader": "^9.5.7",