@objectstack/plugin-dev 4.0.1 → 4.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,26 +1,26 @@
1
1
 
2
- > @objectstack/plugin-dev@4.0.1 build /home/runner/work/spec/spec/packages/plugins/plugin-dev
2
+ > @objectstack/plugin-dev@4.0.2 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
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.5.1
8
- CLI Using tsup config: /home/runner/work/spec/spec/tsup.config.ts
8
+ CLI Using tsup config: /home/runner/work/framework/framework/tsup.config.ts
9
9
  CLI Target: es2020
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
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 43ms
15
+ ESM ⚡️ Build success in 66ms
16
16
  CJS dist/index.js 21.08 KB
17
17
  CJS dist/index.js.map 43.45 KB
18
- CJS ⚡️ Build success in 46ms
18
+ CJS ⚡️ Build success in 66ms
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 5424ms
24
+ DTS ⚡️ Build success in 4781ms
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,22 @@
1
1
  # @objectstack/plugin-dev
2
2
 
3
+ ## 4.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5f659e9]
8
+ - @objectstack/plugin-hono-server@4.0.2
9
+ - @objectstack/driver-memory@4.0.2
10
+ - @objectstack/spec@4.0.2
11
+ - @objectstack/core@4.0.2
12
+ - @objectstack/objectql@4.0.2
13
+ - @objectstack/plugin-auth@4.0.2
14
+ - @objectstack/plugin-security@4.0.2
15
+ - @objectstack/plugin-setup@4.0.2
16
+ - @objectstack/rest@4.0.2
17
+ - @objectstack/runtime@4.0.2
18
+ - @objectstack/service-i18n@4.0.2
19
+
3
20
  ## 4.0.0
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-dev",
3
- "version": "4.0.1",
3
+ "version": "4.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,19 +13,19 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@objectstack/core": "4.0.1",
17
- "@objectstack/spec": "4.0.1"
16
+ "@objectstack/spec": "4.0.2",
17
+ "@objectstack/core": "4.0.2"
18
18
  },
19
19
  "peerDependencies": {
20
- "@objectstack/driver-memory": "^4.0.1",
21
- "@objectstack/objectql": "^4.0.1",
22
- "@objectstack/plugin-auth": "^4.0.1",
23
- "@objectstack/plugin-hono-server": "^4.0.1",
24
- "@objectstack/plugin-security": "^4.0.1",
25
- "@objectstack/plugin-setup": "^4.0.1",
26
- "@objectstack/runtime": "^4.0.1",
27
- "@objectstack/rest": "^4.0.1",
28
- "@objectstack/service-i18n": "^4.0.1"
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"
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.0",
60
+ "@types/node": "^25.5.2",
61
61
  "typescript": "^6.0.2",
62
62
  "vitest": "^4.1.2",
63
- "@objectstack/driver-memory": "4.0.1",
64
- "@objectstack/objectql": "4.0.1",
65
- "@objectstack/plugin-auth": "4.0.1",
66
- "@objectstack/plugin-hono-server": "4.0.1",
67
- "@objectstack/plugin-security": "4.0.1",
68
- "@objectstack/plugin-setup": "4.0.1",
69
- "@objectstack/rest": "4.0.1",
70
- "@objectstack/runtime": "4.0.1",
71
- "@objectstack/service-i18n": "4.0.1"
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"
72
72
  },
73
73
  "scripts": {
74
74
  "build": "tsup --config ../../../tsup.config.ts",