@objectstack/plugin-dev 3.0.7 → 3.0.8

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.7 build /home/runner/work/spec/spec/packages/plugins/plugin-dev
2
+ > @objectstack/plugin-dev@3.0.8 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
@@ -10,17 +10,17 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- ESM dist/index.mjs 18.30 KB
14
- ESM dist/index.mjs.map 39.80 KB
15
- ESM ⚡️ Build success in 49ms
16
13
  CJS dist/index.js 19.87 KB
17
14
  CJS dist/index.js.map 41.23 KB
18
- CJS ⚡️ Build success in 48ms
15
+ CJS ⚡️ Build success in 64ms
16
+ ESM dist/index.mjs 18.30 KB
17
+ ESM dist/index.mjs.map 39.80 KB
18
+ ESM ⚡️ Build success in 67ms
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 4489ms
24
+ DTS ⚡️ Build success in 4345ms
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.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5a968a2]
8
+ - @objectstack/spec@3.0.8
9
+ - @objectstack/core@3.0.8
10
+ - @objectstack/objectql@3.0.8
11
+ - @objectstack/driver-memory@3.0.8
12
+ - @objectstack/plugin-auth@3.0.8
13
+ - @objectstack/plugin-hono-server@3.0.8
14
+ - @objectstack/plugin-security@3.0.8
15
+ - @objectstack/rest@3.0.8
16
+ - @objectstack/runtime@3.0.8
17
+
3
18
  ## 3.0.7
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.7",
3
+ "version": "3.0.8",
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.7",
17
- "@objectstack/spec": "3.0.7"
16
+ "@objectstack/core": "3.0.8",
17
+ "@objectstack/spec": "3.0.8"
18
18
  },
19
19
  "peerDependencies": {
20
- "@objectstack/driver-memory": "3.0.7",
21
- "@objectstack/objectql": "3.0.7",
22
- "@objectstack/runtime": "3.0.7",
23
- "@objectstack/plugin-auth": "3.0.7",
24
- "@objectstack/plugin-hono-server": "3.0.7",
25
- "@objectstack/plugin-security": "3.0.7",
26
- "@objectstack/rest": "3.0.7"
20
+ "@objectstack/driver-memory": "3.0.8",
21
+ "@objectstack/objectql": "3.0.8",
22
+ "@objectstack/runtime": "3.0.8",
23
+ "@objectstack/plugin-auth": "3.0.8",
24
+ "@objectstack/plugin-hono-server": "3.0.8",
25
+ "@objectstack/plugin-security": "3.0.8",
26
+ "@objectstack/rest": "3.0.8"
27
27
  },
28
28
  "peerDependenciesMeta": {
29
29
  "@objectstack/driver-memory": {
@@ -52,13 +52,13 @@
52
52
  "@types/node": "^25.2.3",
53
53
  "typescript": "^5.0.0",
54
54
  "vitest": "^4.0.18",
55
- "@objectstack/driver-memory": "3.0.7",
56
- "@objectstack/objectql": "3.0.7",
57
- "@objectstack/runtime": "3.0.7",
58
- "@objectstack/plugin-auth": "3.0.7",
59
- "@objectstack/plugin-hono-server": "3.0.7",
60
- "@objectstack/plugin-security": "3.0.7",
61
- "@objectstack/rest": "3.0.7"
55
+ "@objectstack/driver-memory": "3.0.8",
56
+ "@objectstack/objectql": "3.0.8",
57
+ "@objectstack/runtime": "3.0.8",
58
+ "@objectstack/plugin-auth": "3.0.8",
59
+ "@objectstack/plugin-hono-server": "3.0.8",
60
+ "@objectstack/plugin-security": "3.0.8",
61
+ "@objectstack/rest": "3.0.8"
62
62
  },
63
63
  "scripts": {
64
64
  "build": "tsup --config ../../../tsup.config.ts",