@objectstack/plugin-dev 3.2.6 → 3.2.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.2.6 build /home/runner/work/spec/spec/packages/plugins/plugin-dev
2
+ > @objectstack/plugin-dev@3.2.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
- CJS dist/index.js 20.67 KB
14
- CJS dist/index.js.map 42.64 KB
15
- CJS ⚡️ Build success in 48ms
16
13
  ESM dist/index.mjs 19.08 KB
17
14
  ESM dist/index.mjs.map 41.22 KB
18
- ESM ⚡️ Build success in 51ms
15
+ ESM ⚡️ Build success in 37ms
16
+ CJS dist/index.js 20.67 KB
17
+ CJS dist/index.js.map 42.64 KB
18
+ CJS ⚡️ Build success in 38ms
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 4896ms
24
+ DTS ⚡️ Build success in 5334ms
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,37 @@
1
1
  # @objectstack/plugin-dev
2
2
 
3
+ ## 3.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [1fe5612]
8
+ - @objectstack/plugin-auth@3.2.8
9
+ - @objectstack/spec@3.2.8
10
+ - @objectstack/core@3.2.8
11
+ - @objectstack/objectql@3.2.8
12
+ - @objectstack/runtime@3.2.8
13
+ - @objectstack/rest@3.2.8
14
+ - @objectstack/driver-memory@3.2.8
15
+ - @objectstack/plugin-hono-server@3.2.8
16
+ - @objectstack/plugin-security@3.2.8
17
+ - @objectstack/service-i18n@3.2.8
18
+
19
+ ## 3.2.7
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [35a1ebb]
24
+ - @objectstack/plugin-auth@3.2.7
25
+ - @objectstack/spec@3.2.7
26
+ - @objectstack/core@3.2.7
27
+ - @objectstack/objectql@3.2.7
28
+ - @objectstack/runtime@3.2.7
29
+ - @objectstack/rest@3.2.7
30
+ - @objectstack/driver-memory@3.2.7
31
+ - @objectstack/plugin-hono-server@3.2.7
32
+ - @objectstack/plugin-security@3.2.7
33
+ - @objectstack/service-i18n@3.2.7
34
+
3
35
  ## 3.2.6
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-dev",
3
- "version": "3.2.6",
3
+ "version": "3.2.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,18 +13,18 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@objectstack/core": "3.2.6",
17
- "@objectstack/spec": "3.2.6"
16
+ "@objectstack/core": "3.2.8",
17
+ "@objectstack/spec": "3.2.8"
18
18
  },
19
19
  "peerDependencies": {
20
- "@objectstack/driver-memory": "^3.2.6",
21
- "@objectstack/objectql": "^3.2.6",
22
- "@objectstack/runtime": "^3.2.6",
23
- "@objectstack/plugin-auth": "^3.2.6",
24
- "@objectstack/plugin-hono-server": "^3.2.6",
25
- "@objectstack/plugin-security": "^3.2.6",
26
- "@objectstack/rest": "^3.2.6",
27
- "@objectstack/service-i18n": "^3.2.6"
20
+ "@objectstack/driver-memory": "^3.2.8",
21
+ "@objectstack/objectql": "^3.2.8",
22
+ "@objectstack/runtime": "^3.2.8",
23
+ "@objectstack/plugin-auth": "^3.2.8",
24
+ "@objectstack/plugin-hono-server": "^3.2.8",
25
+ "@objectstack/plugin-security": "^3.2.8",
26
+ "@objectstack/rest": "^3.2.8",
27
+ "@objectstack/service-i18n": "^3.2.8"
28
28
  },
29
29
  "peerDependenciesMeta": {
30
30
  "@objectstack/driver-memory": {
@@ -53,17 +53,17 @@
53
53
  }
54
54
  },
55
55
  "devDependencies": {
56
- "@types/node": "^25.3.5",
56
+ "@types/node": "^25.5.0",
57
57
  "typescript": "^5.0.0",
58
- "vitest": "^4.0.18",
59
- "@objectstack/driver-memory": "3.2.6",
60
- "@objectstack/objectql": "3.2.6",
61
- "@objectstack/runtime": "3.2.6",
62
- "@objectstack/plugin-auth": "3.2.6",
63
- "@objectstack/plugin-hono-server": "3.2.6",
64
- "@objectstack/plugin-security": "3.2.6",
65
- "@objectstack/rest": "3.2.6",
66
- "@objectstack/service-i18n": "3.2.6"
58
+ "vitest": "^4.1.0",
59
+ "@objectstack/driver-memory": "3.2.8",
60
+ "@objectstack/objectql": "3.2.8",
61
+ "@objectstack/runtime": "3.2.8",
62
+ "@objectstack/plugin-auth": "3.2.8",
63
+ "@objectstack/plugin-hono-server": "3.2.8",
64
+ "@objectstack/plugin-security": "3.2.8",
65
+ "@objectstack/rest": "3.2.8",
66
+ "@objectstack/service-i18n": "3.2.8"
67
67
  },
68
68
  "scripts": {
69
69
  "build": "tsup --config ../../../tsup.config.ts",