@objectstack/plugin-dev 3.1.1 → 3.2.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @objectstack/plugin-dev@3.1.1 build /home/runner/work/spec/spec/packages/plugins/plugin-dev
2
+ > @objectstack/plugin-dev@3.2.1 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
  CJS dist/index.js 19.87 KB
14
14
  CJS dist/index.js.map 41.23 KB
15
- CJS ⚡️ Build success in 58ms
15
+ CJS ⚡️ Build success in 64ms
16
16
  ESM dist/index.mjs 18.30 KB
17
17
  ESM dist/index.mjs.map 39.80 KB
18
- ESM ⚡️ Build success in 59ms
18
+ ESM ⚡️ Build success in 64ms
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 4448ms
24
+ DTS ⚡️ Build success in 4944ms
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,35 @@
1
1
  # @objectstack/plugin-dev
2
2
 
3
+ ## 3.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [850b546]
8
+ - @objectstack/spec@3.2.1
9
+ - @objectstack/core@3.2.1
10
+ - @objectstack/objectql@3.2.1
11
+ - @objectstack/driver-memory@3.2.1
12
+ - @objectstack/plugin-auth@3.2.1
13
+ - @objectstack/plugin-hono-server@3.2.1
14
+ - @objectstack/plugin-security@3.2.1
15
+ - @objectstack/rest@3.2.1
16
+ - @objectstack/runtime@3.2.1
17
+
18
+ ## 3.2.0
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [5901c29]
23
+ - @objectstack/spec@3.2.0
24
+ - @objectstack/core@3.2.0
25
+ - @objectstack/objectql@3.2.0
26
+ - @objectstack/driver-memory@3.2.0
27
+ - @objectstack/plugin-auth@3.2.0
28
+ - @objectstack/plugin-hono-server@3.2.0
29
+ - @objectstack/plugin-security@3.2.0
30
+ - @objectstack/rest@3.2.0
31
+ - @objectstack/runtime@3.2.0
32
+
3
33
  ## 3.1.1
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-dev",
3
- "version": "3.1.1",
3
+ "version": "3.2.1",
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": "3.1.1",
17
- "@objectstack/spec": "3.1.1"
16
+ "@objectstack/core": "3.2.1",
17
+ "@objectstack/spec": "3.2.1"
18
18
  },
19
19
  "peerDependencies": {
20
- "@objectstack/driver-memory": "^3.1.1",
21
- "@objectstack/objectql": "^3.1.1",
22
- "@objectstack/runtime": "^3.1.1",
23
- "@objectstack/plugin-auth": "^3.1.1",
24
- "@objectstack/plugin-hono-server": "^3.1.1",
25
- "@objectstack/plugin-security": "^3.1.1",
26
- "@objectstack/rest": "^3.1.1"
20
+ "@objectstack/driver-memory": "^3.2.1",
21
+ "@objectstack/objectql": "^3.2.1",
22
+ "@objectstack/runtime": "^3.2.1",
23
+ "@objectstack/plugin-auth": "^3.2.1",
24
+ "@objectstack/plugin-hono-server": "^3.2.1",
25
+ "@objectstack/plugin-security": "^3.2.1",
26
+ "@objectstack/rest": "^3.2.1"
27
27
  },
28
28
  "peerDependenciesMeta": {
29
29
  "@objectstack/driver-memory": {
@@ -49,16 +49,16 @@
49
49
  }
50
50
  },
51
51
  "devDependencies": {
52
- "@types/node": "^25.3.0",
52
+ "@types/node": "^25.3.3",
53
53
  "typescript": "^5.0.0",
54
54
  "vitest": "^4.0.18",
55
- "@objectstack/driver-memory": "3.1.1",
56
- "@objectstack/objectql": "3.1.1",
57
- "@objectstack/runtime": "3.1.1",
58
- "@objectstack/plugin-auth": "3.1.1",
59
- "@objectstack/plugin-hono-server": "3.1.1",
60
- "@objectstack/plugin-security": "3.1.1",
61
- "@objectstack/rest": "3.1.1"
55
+ "@objectstack/driver-memory": "3.2.1",
56
+ "@objectstack/objectql": "3.2.1",
57
+ "@objectstack/runtime": "3.2.1",
58
+ "@objectstack/plugin-auth": "3.2.1",
59
+ "@objectstack/plugin-hono-server": "3.2.1",
60
+ "@objectstack/plugin-security": "3.2.1",
61
+ "@objectstack/rest": "3.2.1"
62
62
  },
63
63
  "scripts": {
64
64
  "build": "tsup --config ../../../tsup.config.ts",