@nebutra/ecosystem-safety 0.1.0 → 0.1.1

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
- > @nebutra/ecosystem-safety@0.1.0 build /home/runner/work/Nebutra-Sailor/Nebutra-Sailor/packages/ai/ecosystem-safety
2
+ > @nebutra/ecosystem-safety@0.1.1 build /home/runner/work/Nebutra-Sailor/Nebutra-Sailor/packages/ai/ecosystem-safety
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -11,7 +11,7 @@
11
11
  ESM Build start
12
12
  ESM dist/index.js 1.60 KB
13
13
  ESM dist/index.js.map 3.27 KB
14
- ESM ⚡️ Build success in 39ms
14
+ ESM ⚡️ Build success in 42ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 6006ms
16
+ DTS ⚡️ Build success in 7907ms
17
17
  DTS dist/index.d.ts 662.00 B
@@ -1,14 +1,14 @@
1
1
 
2
- > @nebutra/ecosystem-safety@0.1.0 test /home/runner/work/Nebutra-Sailor/Nebutra-Sailor/packages/ai/ecosystem-safety
2
+ > @nebutra/ecosystem-safety@0.1.1 test /home/runner/work/Nebutra-Sailor/Nebutra-Sailor/packages/ai/ecosystem-safety
3
3
  > vitest run
4
4
 
5
5
 
6
6
   RUN  v4.1.4 /home/runner/work/Nebutra-Sailor/Nebutra-Sailor/packages/ai/ecosystem-safety
7
7
 
8
- ✓ src/index.test.ts (3 tests) 28ms
8
+ ✓ src/index.test.ts (3 tests) 24ms
9
9
 
10
10
   Test Files  1 passed (1)
11
11
   Tests  3 passed (3)
12
-  Start at  16:45:43
13
-  Duration  946ms (transform 368ms, setup 0ms, import 413ms, tests 28ms, environment 0ms)
12
+  Start at  08:15:01
13
+  Duration  733ms (transform 259ms, setup 0ms, import 294ms, tests 24ms, environment 0ms)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @nebutra/ecosystem-safety@0.1.0 typecheck /home/runner/work/Nebutra-Sailor/Nebutra-Sailor/packages/ai/ecosystem-safety
2
+ > @nebutra/ecosystem-safety@0.1.1 typecheck /home/runner/work/Nebutra-Sailor/Nebutra-Sailor/packages/ai/ecosystem-safety
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md ADDED
@@ -0,0 +1,10 @@
1
+ # @nebutra/ecosystem-safety
2
+
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Publish registry package metadata under the MIT license.
8
+
9
+ - Updated dependencies []:
10
+ - @nebutra/errors@0.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nebutra/ecosystem-safety",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Shared public-disclosure safety primitives for ecosystem publishing surfaces",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -27,7 +27,7 @@
27
27
  ".": "./src/index.ts"
28
28
  },
29
29
  "dependencies": {
30
- "@nebutra/errors": "0.1.0"
30
+ "@nebutra/errors": "0.1.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^22.19.15",