@contractspec/bundle.alpic 1.61.0 → 2.0.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/dist/index.d.ts CHANGED
@@ -5,4 +5,3 @@
5
5
  */
6
6
  export * as module from '@contractspec/module.alpic';
7
7
  export * from '@contractspec/module.alpic';
8
- //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/bundle.alpic",
3
- "version": "1.61.0",
3
+ "version": "2.0.0",
4
4
  "description": "Alpic MCP server and ChatGPT App hosting bundle",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -27,17 +27,17 @@
27
27
  "lint": "bun lint:fix",
28
28
  "lint:fix": "eslint src --fix",
29
29
  "lint:check": "eslint src",
30
- "test": "bun test",
30
+ "test": "bun test --pass-with-no-tests",
31
31
  "prebuild": "contractspec-bun-build prebuild",
32
32
  "typecheck": "tsc --noEmit"
33
33
  },
34
34
  "dependencies": {
35
- "@contractspec/module.alpic": "1.61.0"
35
+ "@contractspec/module.alpic": "2.0.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@contractspec/tool.typescript": "1.61.0",
38
+ "@contractspec/tool.typescript": "2.0.0",
39
39
  "typescript": "^5.9.3",
40
- "@contractspec/tool.bun": "1.60.0"
40
+ "@contractspec/tool.bun": "2.0.0"
41
41
  },
42
42
  "exports": {
43
43
  ".": {
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,MAAM,4BAA4B,CAAC;AACrD,cAAc,4BAA4B,CAAC"}