astro-integration-pocketbase 3.1.2-next.1 → 3.1.2-next.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 (2) hide show
  1. package/dist/toolbar.mjs +1 -1
  2. package/package.json +10 -10
package/dist/toolbar.mjs CHANGED
@@ -59,7 +59,7 @@ function createEntity(data, baseUrl) {
59
59
  }
60
60
  //#endregion
61
61
  //#region package.json
62
- var version = "3.1.1";
62
+ var version = "3.1.2-next.2";
63
63
  //#endregion
64
64
  //#region src/toolbar/dom/create-header.ts
65
65
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "astro-integration-pocketbase",
3
- "version": "3.1.2-next.1",
3
+ "version": "3.1.2-next.2",
4
4
  "description": "An Astro integration to support developers working with astro-loader-pocketbase.",
5
5
  "keywords": [
6
6
  "astro",
@@ -44,23 +44,23 @@
44
44
  "lint": "oxlint --type-aware --type-check",
45
45
  "lint:fix": "oxlint --type-aware --type-check --fix",
46
46
  "prepare": "husky",
47
- "prepublish": "npm run build",
47
+ "prepublishOnly": "npm run build",
48
48
  "typecheck": "npx @typescript/native-preview --noEmit -p src/tsconfig.json"
49
49
  },
50
50
  "devDependencies": {
51
- "@commitlint/cli": "21.0.1",
52
- "@commitlint/config-conventional": "21.0.1",
51
+ "@commitlint/cli": "21.0.2",
52
+ "@commitlint/config-conventional": "21.0.2",
53
53
  "@types/node": "24.12.4",
54
- "astro": "6.3.7",
54
+ "astro": "6.4.2",
55
55
  "eventsource": "4.1.0",
56
56
  "globals": "17.6.0",
57
57
  "husky": "9.1.7",
58
- "lint-staged": "17.0.5",
59
- "oxfmt": "0.51.0",
60
- "oxlint": "1.66.0",
58
+ "lint-staged": "17.0.6",
59
+ "oxfmt": "0.52.0",
60
+ "oxlint": "1.67.0",
61
61
  "oxlint-tsgolint": "0.23.0",
62
62
  "publint": "0.3.21",
63
- "tsdown": "0.22.0"
63
+ "tsdown": "0.22.1"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "astro": "^6.0.0",
@@ -69,5 +69,5 @@
69
69
  "engines": {
70
70
  "node": ">=22.12.0"
71
71
  },
72
- "packageManager": "npm@11.15.0"
72
+ "packageManager": "npm@11.16.0"
73
73
  }