@bosonprotocol/agentic-commerce 1.0.0-alpha.80 → 1.0.0-alpha.82

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": "@bosonprotocol/agentic-commerce",
3
- "version": "1.0.0-alpha.80",
3
+ "version": "1.0.0-alpha.82",
4
4
  "description": "Agentic commerce tools for Boson and Fermion protocols",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -47,7 +47,7 @@
47
47
  "ci": "echo 'Type checking:' && npm run typecheck && echo 'Linting:' && npm run lint:ci && echo 'Tests:' && npm run test && echo 'Build:' && npm run build",
48
48
  "update-badges": "node scripts/update-badges.ts",
49
49
  "setup-mcp-server": "node scripts/setupMcpServer.ts",
50
- "setup-dot-env": "node scripts/setupDotEnv.ts",
50
+ "setup-dot-env": "node scripts/setupDotEnv.js",
51
51
  "e2e:boson:test": "jest -c ./e2e/boson/jest.config.js",
52
52
  "e2e:boson:test:only": "jest -c ./e2e/boson/jest.config.js --runInBand",
53
53
  "e2e:boson:services": "run-script-os",
@@ -127,7 +127,7 @@
127
127
  "files": [
128
128
  "dist/**/*",
129
129
  "README.md",
130
- "scripts/setupDotEnv.ts"
130
+ "scripts/setupDotEnv.js"
131
131
  ],
132
132
  "volta": {
133
133
  "node": "23.11.1"
File without changes