@nu-art/ts-short-url-shared 0.500.0 → 0.500.6

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/index.d.ts CHANGED
@@ -1,2 +1,5 @@
1
1
  export declare const PackageName_tsShortUrl = "ts-short-url";
2
- export * from './_entity/short-url/index.js';
2
+ export * from './_entity/short-url/api-def.js';
3
+ export * from './_entity/short-url/consts.js';
4
+ export * from './_entity/short-url/db-def.js';
5
+ export * from './_entity/short-url/types.js';
package/index.js CHANGED
@@ -1,2 +1,5 @@
1
1
  export const PackageName_tsShortUrl = 'ts-short-url';
2
- export * from './_entity/short-url/index.js';
2
+ export * from './_entity/short-url/api-def.js';
3
+ export * from './_entity/short-url/consts.js';
4
+ export * from './_entity/short-url/db-def.js';
5
+ export * from './_entity/short-url/types.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/ts-short-url-shared",
3
- "version": "0.500.0",
3
+ "version": "0.500.6",
4
4
  "description": "ts-short-url - Express & Typescript based backend framework Shared",
5
5
  "keywords": [
6
6
  "TacB0sS",
@@ -31,12 +31,12 @@
31
31
  "build": "tsc"
32
32
  },
33
33
  "dependencies": {
34
- "@nu-art/api-types": "{{THUNDERSTORM_VERSION}}",
35
- "@nu-art/db-api-shared": "0.500.0",
36
- "@nu-art/ts-common": "0.500.0",
37
- "@nu-art/permissions-shared": "0.500.0",
38
- "@nu-art/ts-styles": "0.500.0",
39
- "@nu-art/firebase-shared": "0.500.0",
34
+ "@nu-art/api-types": "0.500.6",
35
+ "@nu-art/db-api-shared": "0.500.6",
36
+ "@nu-art/ts-common": "0.500.6",
37
+ "@nu-art/permissions-shared": "0.500.6",
38
+ "@nu-art/ts-styles": "0.500.6",
39
+ "@nu-art/firebase-shared": "0.500.6",
40
40
  "firebase": "^11.9.0",
41
41
  "firebase-admin": "13.4.0",
42
42
  "firebase-functions": "6.3.2",
@@ -1,4 +0,0 @@
1
- export * from './api-def.js';
2
- export * from './consts.js';
3
- export * from './db-def.js';
4
- export * from './types.js';
@@ -1,5 +0,0 @@
1
- // Generated DB Item type: ShortUrl
2
- export * from './api-def.js';
3
- export * from './consts.js';
4
- export * from './db-def.js';
5
- export * from './types.js';