@objectstack/plugin-dev 2.0.7 → 3.0.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @objectstack/plugin-dev@2.0.7 build /home/runner/work/spec/spec/packages/plugins/plugin-dev
2
+ > @objectstack/plugin-dev@3.0.0 build /home/runner/work/spec/spec/packages/plugins/plugin-dev
3
3
  > tsup --config ../../../tsup.config.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -12,15 +12,15 @@
12
12
  CJS Build start
13
13
  ESM dist/index.mjs 20.05 KB
14
14
  ESM dist/index.mjs.map 43.80 KB
15
- ESM ⚡️ Build success in 89ms
15
+ ESM ⚡️ Build success in 56ms
16
16
  CJS dist/index.js 21.64 KB
17
17
  CJS dist/index.js.map 45.25 KB
18
- CJS ⚡️ Build success in 101ms
18
+ CJS ⚡️ Build success in 61ms
19
19
  DTS Build start
20
20
  error TS18003: No inputs were found in config file 'tsconfig.json'. Specified 'include' paths were '["src"]' and 'exclude' paths were '["../../../node_modules","../../../packages","../../../apps","../../../examples"]'.
21
21
 
22
22
  error TS18003: No inputs were found in config file 'tsconfig.json'. Specified 'include' paths were '["src"]' and 'exclude' paths were '["../../../node_modules","../../../packages","../../../apps","../../../examples"]'.
23
23
 
24
- DTS ⚡️ Build success in 9114ms
24
+ DTS ⚡️ Build success in 8905ms
25
25
  DTS dist/index.d.mts 5.57 KB
26
26
  DTS dist/index.d.ts 5.57 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @objectstack/plugin-dev
2
2
 
3
+ ## 3.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Release v3.0.0 — unified version bump for all ObjectStack packages.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @objectstack/spec@3.0.0
13
+ - @objectstack/core@3.0.0
14
+ - @objectstack/objectql@3.0.0
15
+ - @objectstack/runtime@3.0.0
16
+ - @objectstack/rest@3.0.0
17
+ - @objectstack/driver-memory@3.0.0
18
+ - @objectstack/plugin-auth@3.0.0
19
+ - @objectstack/plugin-hono-server@3.0.0
20
+ - @objectstack/plugin-security@3.0.0
21
+
3
22
  ## 2.0.7
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-dev",
3
- "version": "2.0.7",
3
+ "version": "3.0.0",
4
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",
@@ -13,17 +13,17 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@objectstack/core": "2.0.7",
17
- "@objectstack/spec": "2.0.7"
16
+ "@objectstack/core": "3.0.0",
17
+ "@objectstack/spec": "3.0.0"
18
18
  },
19
19
  "peerDependencies": {
20
- "@objectstack/driver-memory": "2.0.7",
21
- "@objectstack/objectql": "2.0.7",
22
- "@objectstack/runtime": "2.0.7",
23
- "@objectstack/plugin-auth": "2.0.7",
24
- "@objectstack/plugin-hono-server": "2.0.7",
25
- "@objectstack/plugin-security": "2.0.7",
26
- "@objectstack/rest": "2.0.7"
20
+ "@objectstack/driver-memory": "3.0.0",
21
+ "@objectstack/objectql": "3.0.0",
22
+ "@objectstack/runtime": "3.0.0",
23
+ "@objectstack/plugin-auth": "3.0.0",
24
+ "@objectstack/plugin-hono-server": "3.0.0",
25
+ "@objectstack/plugin-security": "3.0.0",
26
+ "@objectstack/rest": "3.0.0"
27
27
  },
28
28
  "peerDependenciesMeta": {
29
29
  "@objectstack/driver-memory": {
@@ -52,13 +52,13 @@
52
52
  "@types/node": "^25.2.2",
53
53
  "typescript": "^5.0.0",
54
54
  "vitest": "^4.0.18",
55
- "@objectstack/driver-memory": "2.0.7",
56
- "@objectstack/objectql": "2.0.7",
57
- "@objectstack/runtime": "2.0.7",
58
- "@objectstack/plugin-auth": "2.0.7",
59
- "@objectstack/plugin-hono-server": "2.0.7",
60
- "@objectstack/plugin-security": "2.0.7",
61
- "@objectstack/rest": "2.0.7"
55
+ "@objectstack/driver-memory": "3.0.0",
56
+ "@objectstack/objectql": "3.0.0",
57
+ "@objectstack/runtime": "3.0.0",
58
+ "@objectstack/plugin-auth": "3.0.0",
59
+ "@objectstack/plugin-hono-server": "3.0.0",
60
+ "@objectstack/plugin-security": "3.0.0",
61
+ "@objectstack/rest": "3.0.0"
62
62
  },
63
63
  "scripts": {
64
64
  "build": "tsup --config ../../../tsup.config.ts",