playhtml 2.1.10 → 2.1.12-beta.0

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
@@ -2,7 +2,7 @@
2
2
  "name": "playhtml",
3
3
  "title": "playhtml",
4
4
  "description": "Create interactive, collaborative html elements with a single attribute",
5
- "version": "2.1.10",
5
+ "version": "2.1.12-beta.0",
6
6
  "license": "MIT",
7
7
  "type": "module",
8
8
  "keywords": [
@@ -50,6 +50,7 @@
50
50
  "build": "tsc && vite build",
51
51
  "set-publishing-config": "yarn config set version-tag-prefix 'playhtml-v' && yarn config set version-git-message 'playhtml-v%s'",
52
52
  "publish-npm": "(yarn run build && npm run set-publishing-config && rm README.md && cp ../../README.md . && yarn publish && yarn run cleanup) || (yarn run cleanup)",
53
+ "publish-beta-npm": "(yarn run build && npm run set-publishing-config && rm README.md && cp ../../README.md . && yarn publish --tag beta && yarn run cleanup) || (yarn run cleanup)",
53
54
  "cleanup": "rm README.md && ln -s ../../README.md ."
54
55
  },
55
56
  "devDependencies": {
@@ -60,8 +61,8 @@
60
61
  },
61
62
  "dependencies": {
62
63
  "@playhtml/common": "^0.0.13",
63
- "y-indexeddb": "^9.0.11",
64
- "y-partykit": "^0.0.20",
65
- "yjs": "^13.6.10"
64
+ "y-indexeddb": "^9.0.12",
65
+ "y-partykit": "0.0.31",
66
+ "yjs": "13.6.18"
66
67
  }
67
68
  }