@microsoft/m365-spec-parser 0.2.14-alpha.cb22bf8f6d.0 → 0.2.14-alpha.d0e8c1275d.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/m365-spec-parser",
3
- "version": "0.2.14-alpha.cb22bf8f6d.0",
3
+ "version": "0.2.14-alpha.d0e8c1275d.0",
4
4
  "description": "OpenAPI specification files Parser for M365 Apps",
5
5
  "main": "dist/index.node.cjs.js",
6
6
  "browser": "dist/index.esm2017.js",
@@ -12,7 +12,6 @@
12
12
  "test:unit:node": "nyc --no-clean -- mocha -r config/mocha.env.ts --config config/.mocharc.json",
13
13
  "test:unit:browser": "karma start karma.conf.cjs --single-run --unit",
14
14
  "test:unit": "npm run test:unit:node && npm run test:unit:browser ",
15
- "lint:staged": "lint-staged",
16
15
  "lint": "eslint \"**/*.ts\"",
17
16
  "precommit": "lint-staged",
18
17
  "check-format": "prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
@@ -38,7 +37,7 @@
38
37
  "sideEffects": false,
39
38
  "dependencies": {
40
39
  "@apidevtools/swagger-parser": "^10.1.1",
41
- "@microsoft/app-manifest": "1.0.7-alpha.cb22bf8f6d.0",
40
+ "@microsoft/app-manifest": "1.0.7-alpha.d0e8c1275d.0",
42
41
  "fs-extra": "^11.2.0",
43
42
  "js-yaml": "^4.1.0",
44
43
  "openapi-types": "^7.2.3",
@@ -118,7 +117,7 @@
118
117
  "object-inspect": "1.13.1",
119
118
  "path-browserify": "^1.0.1",
120
119
  "pathval": "^2.0.0",
121
- "prettier": "^2.4.1",
120
+ "prettier": "^3.3.3",
122
121
  "process": "^0.11.10",
123
122
  "puppeteer": "^13.1.3",
124
123
  "qs": "6.11.0",
@@ -144,8 +143,9 @@
144
143
  },
145
144
  "lint-staged": {
146
145
  "*.{js,jsx,css,ts,tsx}": [
147
- "npx eslint --cache --fix --quiet"
146
+ "eslint --cache --fix --quiet",
147
+ "prettier --cache --write --ignore-unknown"
148
148
  ]
149
149
  },
150
- "gitHead": "bafc6af51eadcc93ffa8d49eeb2201d1297c2361"
150
+ "gitHead": "9529fa278602adef1f103091c992da214e5ad10e"
151
151
  }