@hubspot/project-parsing-lib 0.10.1 → 0.10.2
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 +3 -8
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hubspot/project-parsing-lib",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.2",
|
|
4
4
|
"description": "Parsing library for converting projects directory structures to their intermediate representation",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@hubspot/local-dev-lib": "^3.18.0",
|
|
9
8
|
"@hubspot/npm-scripts": "0.0.4",
|
|
10
9
|
"@inquirer/prompts": "^7.1.0",
|
|
11
10
|
"@types/jest": "^29.5.14",
|
|
@@ -24,12 +23,10 @@
|
|
|
24
23
|
"typescript": "^5.6.2"
|
|
25
24
|
},
|
|
26
25
|
"dependencies": {
|
|
26
|
+
"@hubspot/local-dev-lib": "4.0.0",
|
|
27
27
|
"ajv": "8.17.1",
|
|
28
28
|
"ajv-formats": "3.0.1"
|
|
29
29
|
},
|
|
30
|
-
"peerDependencies": {
|
|
31
|
-
"@hubspot/local-dev-lib": "^3.16.0"
|
|
32
|
-
},
|
|
33
30
|
"scripts": {
|
|
34
31
|
"build": "tsx ./scripts/build.ts",
|
|
35
32
|
"lint": "echo 'Linting is disabled for Blazar'",
|
|
@@ -39,9 +36,7 @@
|
|
|
39
36
|
"prettier:write": "prettier ./src/** --write",
|
|
40
37
|
"test": "NODE_NO_WARNINGS=1 node --experimental-vm-modules ./node_modules/.bin/jest",
|
|
41
38
|
"release": "tsx ./scripts/release.ts release",
|
|
42
|
-
"
|
|
43
|
-
"acceptance-test": "yarn --cwd=./acceptance-tests test",
|
|
44
|
-
"update-north-star": "git submodule update --remote"
|
|
39
|
+
"acceptance-test": "yarn --cwd=./acceptance-tests test"
|
|
45
40
|
},
|
|
46
41
|
"engines": {
|
|
47
42
|
"node": ">=18"
|