@objectstack/plugin-dev 3.0.1 → 3.0.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @objectstack/plugin-dev@3.0.1 build /home/runner/work/spec/spec/packages/plugins/plugin-dev
2
+ > @objectstack/plugin-dev@3.0.2 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 52ms
15
+ ESM ⚡️ Build success in 48ms
16
16
  CJS dist/index.js 21.64 KB
17
17
  CJS dist/index.js.map 45.25 KB
18
- CJS ⚡️ Build success in 62ms
18
+ CJS ⚡️ Build success in 49ms
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 9157ms
24
+ DTS ⚡️ Build success in 4627ms
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,20 @@
1
1
  # @objectstack/plugin-dev
2
2
 
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [28985f5]
8
+ - @objectstack/spec@3.0.2
9
+ - @objectstack/core@3.0.2
10
+ - @objectstack/objectql@3.0.2
11
+ - @objectstack/driver-memory@3.0.2
12
+ - @objectstack/plugin-auth@3.0.2
13
+ - @objectstack/plugin-hono-server@3.0.2
14
+ - @objectstack/plugin-security@3.0.2
15
+ - @objectstack/rest@3.0.2
16
+ - @objectstack/runtime@3.0.2
17
+
3
18
  ## 3.0.1
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-dev",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
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.0.1",
17
- "@objectstack/spec": "3.0.1"
16
+ "@objectstack/core": "3.0.2",
17
+ "@objectstack/spec": "3.0.2"
18
18
  },
19
19
  "peerDependencies": {
20
- "@objectstack/driver-memory": "3.0.1",
21
- "@objectstack/objectql": "3.0.1",
22
- "@objectstack/runtime": "3.0.1",
23
- "@objectstack/plugin-auth": "3.0.1",
24
- "@objectstack/plugin-hono-server": "3.0.1",
25
- "@objectstack/plugin-security": "3.0.1",
26
- "@objectstack/rest": "3.0.1"
20
+ "@objectstack/driver-memory": "3.0.2",
21
+ "@objectstack/objectql": "3.0.2",
22
+ "@objectstack/runtime": "3.0.2",
23
+ "@objectstack/plugin-auth": "3.0.2",
24
+ "@objectstack/plugin-hono-server": "3.0.2",
25
+ "@objectstack/plugin-security": "3.0.2",
26
+ "@objectstack/rest": "3.0.2"
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": "3.0.1",
56
- "@objectstack/objectql": "3.0.1",
57
- "@objectstack/runtime": "3.0.1",
58
- "@objectstack/plugin-auth": "3.0.1",
59
- "@objectstack/plugin-hono-server": "3.0.1",
60
- "@objectstack/plugin-security": "3.0.1",
61
- "@objectstack/rest": "3.0.1"
55
+ "@objectstack/driver-memory": "3.0.2",
56
+ "@objectstack/objectql": "3.0.2",
57
+ "@objectstack/runtime": "3.0.2",
58
+ "@objectstack/plugin-auth": "3.0.2",
59
+ "@objectstack/plugin-security": "3.0.2",
60
+ "@objectstack/rest": "3.0.2",
61
+ "@objectstack/plugin-hono-server": "3.0.2"
62
62
  },
63
63
  "scripts": {
64
64
  "build": "tsup --config ../../../tsup.config.ts",