create-objectstack 4.0.0 → 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,13 +1,13 @@
1
1
 
2
- > create-objectstack@4.0.0 build /home/runner/work/spec/spec/packages/create-objectstack
2
+ > create-objectstack@4.0.2 build /home/runner/work/framework/framework/packages/create-objectstack
3
3
  > tsup
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/packages/create-objectstack/tsup.config.ts
8
+ CLI Using tsup config: /home/runner/work/framework/framework/packages/create-objectstack/tsup.config.ts
9
9
  CLI Target: es2022
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  ESM dist/index.js 16.79 KB
13
- ESM ⚡️ Build success in 29ms
13
+ ESM ⚡️ Build success in 41ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # create-objectstack
2
2
 
3
+ ## 4.0.2
4
+
3
5
  ## 4.0.0
4
6
 
5
7
  ## 3.3.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-objectstack",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "description": "Create a new ObjectStack project — npx create-objectstack",
5
5
  "bin": {
6
6
  "create-objectstack": "./bin/create-objectstack.js"
@@ -19,7 +19,7 @@
19
19
  "commander": "^14.0.3"
20
20
  },
21
21
  "devDependencies": {
22
- "@types/node": "^25.5.0",
22
+ "@types/node": "^25.5.2",
23
23
  "tsup": "^8.5.1",
24
24
  "typescript": "^6.0.2"
25
25
  },