@tachybase/plugin-demos-game-runesweeper 0.23.8 → 0.23.16

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.
@@ -1,5 +1,5 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "0.23.8",
4
- "@tachybase/server": "0.23.8"
3
+ "@tachybase/client": "0.23.16",
4
+ "@tachybase/server": "0.23.16"
5
5
  };
package/package.json CHANGED
@@ -1,16 +1,17 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-demos-game-runesweeper",
3
- "version": "0.23.8",
3
+ "version": "0.23.16",
4
4
  "main": "dist/server/index.js",
5
- "dependencies": {
5
+ "dependencies": {},
6
+ "devDependencies": {
6
7
  "canvas-confetti": "^1.9.3",
7
8
  "react": "18.3.1",
8
9
  "react-swipeable": "^7.0.2"
9
10
  },
10
11
  "peerDependencies": {
11
- "@tachybase/client": "0.23.8",
12
- "@tachybase/server": "0.23.8",
13
- "@tachybase/test": "0.23.8"
12
+ "@tachybase/client": "0.23.16",
13
+ "@tachybase/server": "0.23.16",
14
+ "@tachybase/test": "0.23.16"
14
15
  },
15
16
  "scripts": {
16
17
  "build": "tachybase-build --no-dts @tachybase/plugin-demos-game-runesweeper"
@@ -1,14 +0,0 @@
1
-
2
- 
3
- > @tachybase/plugin-demos-game-runesweeper@0.23.7 build /Users/seal/Documents/projects/tachybase/packages/plugin-prototype-game-runesweeper
4
- > tachybase-build --no-dts @tachybase/plugin-demos-game-runesweeper
5
-
6
- The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
7
- @tachybase/plugin-demos-game-runesweeper: plugin-prototype-game-runesweeper build start
8
- @tachybase/plugin-demos-game-runesweeper: build plugin client
9
- @tachybase/plugin-demos-game-runesweeper: build plugin server source
10
- @tachybase/plugin-demos-game-runesweeper: delete server files
11
- @tachybase/plugin-demos-game-runesweeper: build plugin server dependencies
12
- @tachybase/plugin-demos-game-runesweeper: These packages @tachybase/server will be exclude.
13
- @tachybase/plugin-demos-game-runesweeper: write external version
14
-