@nahisaho/musubi 3.6.0 → 3.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nahisaho/musubi",
3
- "version": "3.6.0",
3
+ "version": "3.8.0",
4
4
  "description": "MUSUBI SDD Framework - Alias for @nahisaho/musubix-core",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/dist/index.d.ts DELETED
@@ -1,16 +0,0 @@
1
- /**
2
- * @nahisaho/musubi
3
- *
4
- * This is an alias package that re-exports everything from @nahisaho/musubix-core.
5
- *
6
- * Use this package if you prefer the shorter "musubi" name.
7
- *
8
- * @example
9
- * ```typescript
10
- * import { EarsValidator, C4Generator } from '@nahisaho/musubi';
11
- * ```
12
- *
13
- * @packageDocumentation
14
- */
15
- export * from '@nahisaho/musubix-core';
16
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAGH,cAAc,wBAAwB,CAAC"}
package/dist/index.js DELETED
@@ -1,17 +0,0 @@
1
- /**
2
- * @nahisaho/musubi
3
- *
4
- * This is an alias package that re-exports everything from @nahisaho/musubix-core.
5
- *
6
- * Use this package if you prefer the shorter "musubi" name.
7
- *
8
- * @example
9
- * ```typescript
10
- * import { EarsValidator, C4Generator } from '@nahisaho/musubi';
11
- * ```
12
- *
13
- * @packageDocumentation
14
- */
15
- // Re-export everything from musubix-core
16
- export * from '@nahisaho/musubix-core';
17
- //# sourceMappingURL=index.js.map
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,yCAAyC;AACzC,cAAc,wBAAwB,CAAC"}