@cardano-sdk/cardano-services-client 0.9.8 → 0.9.9

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 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;CAGnB,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,OAAO;;;CAGnB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  export const version = {
2
2
  api: '1.0.0',
3
- software: '0.7.2'
3
+ software: '0.9.9'
4
4
  };
5
5
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,GAAG,EAAE,OAAO;IACZ,QAAQ,EAAE,OAAO;CAClB,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,GAAG,EAAE,OAAO;IACZ,QAAQ,EAAE,OAAO;CAClB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cardano-sdk/cardano-services-client",
3
- "version": "0.9.8",
3
+ "version": "0.9.9",
4
4
  "description": "Cardano Services Client",
5
5
  "engines": {
6
6
  "node": ">=14.20.1"
@@ -22,7 +22,8 @@
22
22
  "scripts": {
23
23
  "build:esm": "tsc -p src/tsconfig.json --outDir ./dist/esm --module es2020",
24
24
  "build:cjs": "tsc --build src",
25
- "build": "run-s build:cjs build:esm module-fixup",
25
+ "build:version": "node ./scripts/createVersionSource.js",
26
+ "build": "yarn build:version && run-s build:cjs build:esm module-fixup",
26
27
  "module-fixup": "shx cp ../../build/cjs-package.json ./dist/cjs/package.json && cp ../../build/esm-package.json ./dist/esm/package.json",
27
28
  "tscNoEmit": "shx echo typescript --noEmit command not implemented yet",
28
29
  "cleanup:dist": "shx rm -rf dist",
@@ -31,7 +32,7 @@
31
32
  "cleanup": "run-s cleanup:dist cleanup:nm",
32
33
  "lint": "eslint -c ../../complete.eslintrc.js \"src/**/*.ts\" \"test/**/*.ts\"",
33
34
  "lint:fix": "yarn lint --fix",
34
- "test": "jest -c ./jest.config.js",
35
+ "test": "yarn build:version && jest -c ./jest.config.js",
35
36
  "test:build:verify": "tsc --build ./test",
36
37
  "test:e2e": "shx echo 'test:e2e' command not implemented yet",
37
38
  "coverage": "yarn test --coverage",
@@ -39,7 +40,7 @@
39
40
  "test:debug": "DEBUG=true yarn test"
40
41
  },
41
42
  "devDependencies": {
42
- "@cardano-sdk/util-dev": "~0.13.2",
43
+ "@cardano-sdk/util-dev": "~0.13.3",
43
44
  "@koralabs/handles-public-api-interfaces": "1.6.6",
44
45
  "@types/validator": "^13.7.1",
45
46
  "axios-mock-adapter": "^1.20.0",
@@ -54,7 +55,7 @@
54
55
  "typescript": "^4.7.4"
55
56
  },
56
57
  "dependencies": {
57
- "@cardano-sdk/core": "~0.14.1",
58
+ "@cardano-sdk/core": "~0.15.0",
58
59
  "@cardano-sdk/util": "~0.11.0",
59
60
  "axios": "^0.27.2",
60
61
  "class-validator": "^0.14.0",
@@ -67,5 +68,5 @@
67
68
  "LICENSE",
68
69
  "NOTICE"
69
70
  ],
70
- "gitHead": "badfa920af582c12079ce55bf74ba7337d9cc3cb"
71
+ "gitHead": "7368568d3dd7844bb48513c92f3a7f26773bf2c7"
71
72
  }