@ms-cloudpack/path-utilities 2.2.2 → 2.2.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.
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @ms-cloudpack/path-utilities
2
+
3
+ Utilities for resolving paths between source/intermediate/output locations in Cloudpack.
@@ -1,11 +1,11 @@
1
- // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
- // It should be published with your NPM package. It should not be tracked by Git.
3
- {
4
- "tsdocVersion": "0.12",
5
- "toolPackages": [
6
- {
7
- "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.34.4"
9
- }
10
- ]
11
- }
1
+ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
+ // It should be published with your NPM package. It should not be tracked by Git.
3
+ {
4
+ "tsdocVersion": "0.12",
5
+ "toolPackages": [
6
+ {
7
+ "packageName": "@microsoft/api-extractor",
8
+ "packageVersion": "7.35.2"
9
+ }
10
+ ]
11
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/path-utilities",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "Utilities for resolving paths between source/intermediate/output locations in Cloudpack.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -13,7 +13,6 @@
13
13
  }
14
14
  },
15
15
  "scripts": {
16
- "api:update": "cloudpack-scripts api-update",
17
16
  "api": "cloudpack-scripts api",
18
17
  "build:watch": "cloudpack-scripts build-watch",
19
18
  "build": "cloudpack-scripts build",
@@ -24,11 +23,11 @@
24
23
  "test": "cloudpack-scripts test"
25
24
  },
26
25
  "dependencies": {
27
- "@ms-cloudpack/path-string-parsing": "^1.0.1"
26
+ "@ms-cloudpack/path-string-parsing": "^1.0.2"
28
27
  },
29
28
  "devDependencies": {
29
+ "@ms-cloudpack/eslint-plugin-internal": "*",
30
30
  "@ms-cloudpack/scripts": "*",
31
- "@ms-cloudpack/eslint-config-base": "*",
32
31
  "@ms-cloudpack/test-utilities": "*"
33
32
  },
34
33
  "files": [