@objectstack/plugin-dev 4.0.2 → 4.0.3

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@4.0.2 build /home/runner/work/framework/framework/packages/plugins/plugin-dev
2
+ > @objectstack/plugin-dev@4.0.3 build /home/runner/work/framework/framework/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 19.50 KB
14
14
  ESM dist/index.mjs.map 42.03 KB
15
- ESM ⚡️ Build success in 66ms
15
+ ESM ⚡️ Build success in 45ms
16
16
  CJS dist/index.js 21.08 KB
17
17
  CJS dist/index.js.map 43.45 KB
18
- CJS ⚡️ Build success in 66ms
18
+ CJS ⚡️ Build success in 46ms
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 4781ms
24
+ DTS ⚡️ Build success in 3833ms
25
25
  DTS dist/index.d.mts 5.68 KB
26
26
  DTS dist/index.d.ts 5.68 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @objectstack/plugin-dev
2
2
 
3
+ ## 4.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - @objectstack/plugin-auth@4.0.3
8
+ - @objectstack/spec@4.0.3
9
+ - @objectstack/core@4.0.3
10
+ - @objectstack/objectql@4.0.3
11
+ - @objectstack/runtime@4.0.3
12
+ - @objectstack/rest@4.0.3
13
+ - @objectstack/driver-memory@4.0.3
14
+ - @objectstack/plugin-hono-server@4.0.3
15
+ - @objectstack/plugin-security@4.0.3
16
+ - @objectstack/plugin-setup@4.0.3
17
+ - @objectstack/service-i18n@4.0.3
18
+
3
19
  ## 4.0.2
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-dev",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
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,19 +13,19 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@objectstack/spec": "4.0.2",
17
- "@objectstack/core": "4.0.2"
16
+ "@objectstack/core": "4.0.3",
17
+ "@objectstack/spec": "4.0.3"
18
18
  },
19
19
  "peerDependencies": {
20
- "@objectstack/objectql": "^4.0.2",
21
- "@objectstack/driver-memory": "^4.0.2",
22
- "@objectstack/plugin-hono-server": "^4.0.2",
23
- "@objectstack/plugin-auth": "^4.0.2",
24
- "@objectstack/plugin-security": "^4.0.2",
25
- "@objectstack/plugin-setup": "^4.0.2",
26
- "@objectstack/rest": "^4.0.2",
27
- "@objectstack/runtime": "^4.0.2",
28
- "@objectstack/service-i18n": "^4.0.2"
20
+ "@objectstack/objectql": "^4.0.3",
21
+ "@objectstack/driver-memory": "^4.0.3",
22
+ "@objectstack/plugin-auth": "^4.0.3",
23
+ "@objectstack/plugin-hono-server": "^4.0.3",
24
+ "@objectstack/plugin-security": "^4.0.3",
25
+ "@objectstack/rest": "^4.0.3",
26
+ "@objectstack/plugin-setup": "^4.0.3",
27
+ "@objectstack/runtime": "^4.0.3",
28
+ "@objectstack/service-i18n": "^4.0.3"
29
29
  },
30
30
  "peerDependenciesMeta": {
31
31
  "@objectstack/driver-memory": {
@@ -57,18 +57,18 @@
57
57
  }
58
58
  },
59
59
  "devDependencies": {
60
- "@types/node": "^25.5.2",
60
+ "@types/node": "^25.6.0",
61
61
  "typescript": "^6.0.2",
62
- "vitest": "^4.1.2",
63
- "@objectstack/driver-memory": "4.0.2",
64
- "@objectstack/objectql": "4.0.2",
65
- "@objectstack/plugin-auth": "4.0.2",
66
- "@objectstack/plugin-hono-server": "4.0.2",
67
- "@objectstack/plugin-security": "4.0.2",
68
- "@objectstack/plugin-setup": "4.0.2",
69
- "@objectstack/runtime": "4.0.2",
70
- "@objectstack/rest": "4.0.2",
71
- "@objectstack/service-i18n": "4.0.2"
62
+ "vitest": "^4.1.4",
63
+ "@objectstack/driver-memory": "4.0.3",
64
+ "@objectstack/objectql": "4.0.3",
65
+ "@objectstack/plugin-auth": "4.0.3",
66
+ "@objectstack/plugin-hono-server": "4.0.3",
67
+ "@objectstack/plugin-setup": "4.0.3",
68
+ "@objectstack/plugin-security": "4.0.3",
69
+ "@objectstack/rest": "4.0.3",
70
+ "@objectstack/runtime": "4.0.3",
71
+ "@objectstack/service-i18n": "4.0.3"
72
72
  },
73
73
  "scripts": {
74
74
  "build": "tsup --config ../../../tsup.config.ts",