@cloudbase/cals 1.0.66 → 1.0.67

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.
@@ -268,7 +268,7 @@ dependencies, options) {
268
268
  exports.getUsedComps = getUsedComps;
269
269
  function generateCustomLoginConfigPathname({ appId, version }) {
270
270
  const hashVersion = version.split('_')[0];
271
- const pathname = `/${hashVersion === 'v1' ? '__auth/app' : ''}${appId}/login.config${version ? `.${version}` : ''}.json`;
271
+ const pathname = `/${hashVersion === 'v1' ? '__auth/app/' : ''}${appId}/login.config${version ? `.${version}` : ''}.json`;
272
272
  return pathname;
273
273
  }
274
274
  exports.generateCustomLoginConfigPathname = generateCustomLoginConfigPathname;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/cals",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
4
4
  "description": "Common application specifications",
5
5
  "main": "lib/utils/index.js",
6
6
  "source": "src/utils/index.ts",
@@ -45,7 +45,7 @@
45
45
  "tinycolor2": "^1.6.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@tcwd/dev-tools": "^1.0.1",
48
+ "@tcwd/dev-tools": "workspace:^",
49
49
  "@types/acorn": "^4.0.5",
50
50
  "@types/jest": "^27.4.0",
51
51
  "@types/lodash": "^4.14.168",
@@ -62,4 +62,4 @@
62
62
  "typescript": "^4.7.4",
63
63
  "typescript-json-schema": "^0.53.0"
64
64
  }
65
- }
65
+ }