@operato/board 9.2.1 → 10.0.0-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/board",
3
- "version": "9.2.1",
3
+ "version": "10.0.0-beta.2",
4
4
  "description": "Webcomponent for board following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "type": "module",
@@ -89,7 +89,7 @@
89
89
  "analyze": "cem analyze --litelement",
90
90
  "start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
91
91
  "build": "tsc && npm run analyze -- --exclude dist",
92
- "prepublish": "tsc && npm run analyze -- --exclude dist",
92
+ "prepublishOnly": "tsc && npm run analyze -- --exclude dist",
93
93
  "lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
94
94
  "format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
95
95
  "test": "tsc && wtr --coverage",
@@ -100,19 +100,19 @@
100
100
  "dependencies": {
101
101
  "@material/web": "^2.0.0",
102
102
  "@open-wc/scoped-elements": "^2.1.3",
103
- "@operato/app": "^9.2.1",
104
- "@operato/data-grist": "^9.2.1",
105
- "@operato/font": "^9.2.1",
106
- "@operato/graphql": "^9.1.0",
107
- "@operato/i18n": "^9.1.0",
108
- "@operato/input": "^9.2.1",
109
- "@operato/layout": "^9.1.0",
110
- "@operato/markdown": "^9.1.0",
111
- "@operato/popup": "^9.1.0",
112
- "@operato/property-editor": "^9.2.1",
113
- "@operato/property-panel": "^9.2.1",
114
- "@operato/styles": "^9.1.0",
115
- "@operato/utils": "^9.1.0",
103
+ "@operato/app": "^10.0.0-beta.2",
104
+ "@operato/data-grist": "^10.0.0-beta.2",
105
+ "@operato/font": "^10.0.0-beta.2",
106
+ "@operato/graphql": "^10.0.0-beta.2",
107
+ "@operato/i18n": "^10.0.0-beta.2",
108
+ "@operato/input": "^10.0.0-beta.2",
109
+ "@operato/layout": "^10.0.0-beta.2",
110
+ "@operato/markdown": "^10.0.0-beta.2",
111
+ "@operato/popup": "^10.0.0-beta.2",
112
+ "@operato/property-editor": "^10.0.0-beta.2",
113
+ "@operato/property-panel": "^10.0.0-beta.2",
114
+ "@operato/styles": "^10.0.0-beta.2",
115
+ "@operato/utils": "^10.0.0-beta.2",
116
116
  "@types/file-saver": "^2.0.4",
117
117
  "@types/sortablejs": "^1.10.7",
118
118
  "dexie": "^3.2.2",
@@ -124,7 +124,7 @@
124
124
  "devDependencies": {
125
125
  "@custom-elements-manifest/analyzer": "^0.10.0",
126
126
  "@hatiolab/prettier-config": "^1.0.0",
127
- "@hatiolab/things-scene": "^9.0.0",
127
+ "@hatiolab/things-scene": "^10.0.0-beta.1",
128
128
  "@open-wc/eslint-config": "^12.0.3",
129
129
  "@open-wc/testing": "^4.0.0",
130
130
  "@rollup/plugin-image": "^3.0.3",
@@ -159,5 +159,5 @@
159
159
  "prettier --write"
160
160
  ]
161
161
  },
162
- "gitHead": "474abe9b1645157c6846b97810aafc2a06542a82"
162
+ "gitHead": "82e48e285373112cbda6f5cf2f7dc8a279a21104"
163
163
  }