sr-npm 1.0.9 → 1.0.11

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/.wix/debug.log CHANGED
@@ -72,3 +72,40 @@ FailedToIdentifyProgramFlow: FailedToIdentifyProgramFlow
72
72
  at <anonymous> (/usr/local/lib/node_modules/@wix/cli/src/index.tsx:80:39)
73
73
  Error Info
74
74
  {}
75
+ ----- CLI crash report at 2025-07-04T08:43:49.027Z
76
+ Error Trace
77
+ FailedToFetchPackageDetails: FailedToFetchPackageDetails
78
+ at fetchPackageDetails (/usr/local/lib/node_modules/@wix/cli-version-manager/src/package-details-reader.ts:54:11)
79
+ at async versionNotifier (/usr/local/lib/node_modules/@wix/cli-version-manager/src/version-notifier.tsx:8:26)
80
+ at async <anonymous> (/usr/local/lib/node_modules/@wix/cli/src/index.tsx:56:26)
81
+ caused by: FailedToWriteCache: FailedToWriteCache
82
+ at Object.set (/usr/local/lib/node_modules/@wix/cli-fs-cache/src/index.ts:75:13)
83
+ at async fetchPackageDetails (/usr/local/lib/node_modules/@wix/cli-version-manager/src/package-details-reader.ts:49:7)
84
+ at async versionNotifier (/usr/local/lib/node_modules/@wix/cli-version-manager/src/version-notifier.tsx:8:26)
85
+ at async <anonymous> (/usr/local/lib/node_modules/@wix/cli/src/index.tsx:56:26)
86
+ caused by: FailedToWriteJson: FailedToWriteJson
87
+ at writeJson (/usr/local/lib/node_modules/@wix/cli-fs/src/index.ts:29:11)
88
+ at async Object.set (/usr/local/lib/node_modules/@wix/cli-fs-cache/src/index.ts:69:7)
89
+ at async fetchPackageDetails (/usr/local/lib/node_modules/@wix/cli-version-manager/src/package-details-reader.ts:49:7)
90
+ at async versionNotifier (/usr/local/lib/node_modules/@wix/cli-version-manager/src/version-notifier.tsx:8:26)
91
+ at async <anonymous> (/usr/local/lib/node_modules/@wix/cli/src/index.tsx:56:26)
92
+ caused by: Error: EACCES: permission denied, open '/usr/local/lib/node_modules/@wix/cli/version.cache.json'
93
+ at async open (node:internal/fs/promises:633:25)
94
+ at async writeFile (node:internal/fs/promises:1207:14)
95
+ at async writeJson (/usr/local/lib/node_modules/@wix/cli-fs/src/index.ts:27:5)
96
+ at async Object.set (/usr/local/lib/node_modules/@wix/cli-fs-cache/src/index.ts:69:7)
97
+ at async fetchPackageDetails (/usr/local/lib/node_modules/@wix/cli-version-manager/src/package-details-reader.ts:49:7)
98
+ at async versionNotifier (/usr/local/lib/node_modules/@wix/cli-version-manager/src/version-notifier.tsx:8:26)
99
+ at async <anonymous> (/usr/local/lib/node_modules/@wix/cli/src/index.tsx:56:26)
100
+ Error Info
101
+ {}
102
+ ----- CLI crash report at 2025-07-04T08:43:49.081Z
103
+ Error Trace
104
+ FailedToIdentifyProgramFlow: FailedToIdentifyProgramFlow
105
+ at _Command.<anonymous> (/usr/local/lib/node_modules/@wix/cli/src/program.ts:72:15)
106
+ at _Command.emit (node:events:518:28)
107
+ at _Command._parseCommand (/usr/local/lib/node_modules/node_modules/commander/lib/command.js:1607:14)
108
+ at _Command.parseAsync (/usr/local/lib/node_modules/node_modules/commander/lib/command.js:1104:16)
109
+ at <anonymous> (/usr/local/lib/node_modules/@wix/cli/src/index.tsx:80:39)
110
+ Error Info
111
+ {}
package/backend/consts.js CHANGED
@@ -96,7 +96,7 @@ export const TASKS = {
96
96
  }
97
97
  }
98
98
 
99
- const COLLECTIONS = {
99
+ export const COLLECTIONS = {
100
100
  AMOUNT_OF_JOBS_PER_DEPARTMENT: 'AmountOfJobsPerDepartment',
101
101
  CITIES: 'cities',
102
102
  JOBS: 'Jobs',
package/backend/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  module.exports = {
2
2
  ...require('./utils'),
3
+ ...require('./queries'),
3
4
  };
4
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,6 +17,6 @@
17
17
  },
18
18
  "homepage": "https://github.com/psdevteamenterprise/sr-npm#readme",
19
19
  "dependencies": {
20
- "@hisense-staging/velo-npm": "3.0.14"
20
+ "@hisense-staging/velo-npm": "1.7.249"
21
21
  }
22
22
  }