@stack-dev/core 0.1.1 → 0.2.0

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
- > @stack-dev/core@0.1.1 build /home/runner/work/stack-dev/stack-dev/packages/core
2
+ > @stack-dev/core@0.2.0 build /home/runner/work/stack-dev/stack-dev/packages/core
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,13 +10,13 @@ CLI Target: esnext
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- CJS dist/index.js 3.06 KB
14
- CJS dist/index.js.map 4.53 KB
15
- CJS ⚡️ Build success in 22ms
16
13
  ESM dist/index.mjs 1.88 KB
17
14
  ESM dist/index.mjs.map 4.31 KB
18
- ESM ⚡️ Build success in 23ms
15
+ ESM ⚡️ Build success in 31ms
16
+ CJS dist/index.js 3.06 KB
17
+ CJS dist/index.js.map 4.53 KB
18
+ CJS ⚡️ Build success in 32ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 1057ms
20
+ DTS ⚡️ Build success in 1339ms
21
21
  DTS dist/index.d.mts 987.00 B
22
22
  DTS dist/index.d.ts 987.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @stack-dev/core
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 97907ee: Added MIT license
8
+
9
+ ## 0.1.2
10
+
11
+ ### Patch Changes
12
+
13
+ - e4c692d: Test
14
+
3
15
  ## 0.1.1
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@stack-dev/core",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "private": false,
5
+ "license": "MIT",
5
6
  "devDependencies": {
6
7
  "eslint": "^9.32.0",
7
8
  "prettier": "^3.6.2",
@@ -9,9 +10,9 @@
9
10
  "tsup": "^7.3.0",
10
11
  "vitest": "^3.2.4",
11
12
  "@vitest/coverage-v8": "^3.2.4",
12
- "@stack-dev/eslint-config": "0.1.1",
13
- "@stack-dev/prettier-config": "0.1.1",
14
- "@stack-dev/typescript-config": "0.1.1"
13
+ "@stack-dev/eslint-config": "0.2.0",
14
+ "@stack-dev/prettier-config": "0.2.0",
15
+ "@stack-dev/typescript-config": "0.2.0"
15
16
  },
16
17
  "main": "dist/index.js",
17
18
  "module": "dist/index.mjs",