@objectstack/plugin-dev 6.8.0 → 6.8.1

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/README.md +1 -1
  2. package/package.json +20 -20
package/README.md CHANGED
@@ -114,4 +114,4 @@ All services are **optional** — if a peer package isn't installed, it is silen
114
114
 
115
115
  ## License
116
116
 
117
- Apache-2.0
117
+ Apache-2.0. See [LICENSING.md](../../../LICENSING.md).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-dev",
3
- "version": "6.8.0",
4
- "license": "BUSL-1.1",
3
+ "version": "6.8.1",
4
+ "license": "Apache-2.0",
5
5
  "description": "Development Mode Plugin for ObjectStack — auto-enables all services with in-memory implementations",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -13,18 +13,18 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@objectstack/core": "6.8.0",
17
- "@objectstack/spec": "6.8.0"
16
+ "@objectstack/core": "6.8.1",
17
+ "@objectstack/spec": "6.8.1"
18
18
  },
19
19
  "peerDependencies": {
20
- "@objectstack/driver-memory": "^6.8.0",
21
- "@objectstack/objectql": "^6.8.0",
22
- "@objectstack/plugin-auth": "^6.8.0",
23
- "@objectstack/plugin-hono-server": "^6.8.0",
24
- "@objectstack/plugin-security": "^6.8.0",
25
- "@objectstack/rest": "^6.8.0",
26
- "@objectstack/runtime": "^6.8.0",
27
- "@objectstack/service-i18n": "^6.8.0"
20
+ "@objectstack/driver-memory": "^6.8.1",
21
+ "@objectstack/objectql": "^6.8.1",
22
+ "@objectstack/plugin-auth": "^6.8.1",
23
+ "@objectstack/plugin-hono-server": "^6.8.1",
24
+ "@objectstack/plugin-security": "^6.8.1",
25
+ "@objectstack/rest": "^6.8.1",
26
+ "@objectstack/runtime": "^6.8.1",
27
+ "@objectstack/service-i18n": "^6.8.1"
28
28
  },
29
29
  "peerDependenciesMeta": {
30
30
  "@objectstack/driver-memory": {
@@ -56,14 +56,14 @@
56
56
  "@types/node": "^25.9.1",
57
57
  "typescript": "^6.0.3",
58
58
  "vitest": "^4.1.7",
59
- "@objectstack/driver-memory": "6.8.0",
60
- "@objectstack/objectql": "6.8.0",
61
- "@objectstack/plugin-auth": "6.8.0",
62
- "@objectstack/plugin-hono-server": "6.8.0",
63
- "@objectstack/plugin-security": "6.8.0",
64
- "@objectstack/rest": "6.8.0",
65
- "@objectstack/runtime": "6.8.0",
66
- "@objectstack/service-i18n": "6.8.0"
59
+ "@objectstack/driver-memory": "6.8.1",
60
+ "@objectstack/objectql": "6.8.1",
61
+ "@objectstack/plugin-auth": "6.8.1",
62
+ "@objectstack/plugin-hono-server": "6.8.1",
63
+ "@objectstack/plugin-security": "6.8.1",
64
+ "@objectstack/rest": "6.8.1",
65
+ "@objectstack/runtime": "6.8.1",
66
+ "@objectstack/service-i18n": "6.8.1"
67
67
  },
68
68
  "keywords": [
69
69
  "objectstack",