@ayasofyazilim/saas 0.0.2 → 0.0.3

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.
Files changed (1) hide show
  1. package/package.json +6 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ayasofyazilim/saas",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Ayasofyazılım SAAS",
5
5
  "exports": {
6
6
  "./AccountService": "./AccountService/index.ts",
@@ -10,8 +10,11 @@
10
10
  "gen:all": "npm run gen:AccountService && npm run gen:ProjectService",
11
11
  "gen:AccountService": "openapi --input http://192.168.1.37:44399/swagger/v1/swagger.json --output AccountService --name AccountServiceClient",
12
12
  "gen:ProjectService": "openapi --input https://uat.faturaturka.com/V3/test.json --output ProjectService --name ProjectServiceClient",
13
- "release": "npm publish --access public"
13
+ "release": "publish --access public"
14
14
  },
15
15
  "author": "",
16
- "license": "ISC"
16
+ "license": "ISC",
17
+ "devDependencies": {
18
+ "release-it": "^17.1.1"
19
+ }
17
20
  }