@hamak/ui-remote-fs-impl 0.5.0 → 0.6.0

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.
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * UI Remote FS Implementation
4
- * HTTP-based remote filesystem implementation
3
+ * @deprecated This package is deprecated. Please migrate to @hamak/ui-remote-fs
5
4
  */
6
5
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
6
  if (k2 === undefined) k2 = k;
@@ -18,9 +17,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
18
17
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
19
18
  };
20
19
  Object.defineProperty(exports, "__esModule", { value: true });
21
- __exportStar(require("./actions"), exports);
22
- __exportStar(require("./middleware"), exports);
23
- __exportStar(require("./providers"), exports);
24
- __exportStar(require("./plugin"), exports);
25
- __exportStar(require("./services"), exports);
26
- __exportStar(require("./autosave"), exports);
20
+ console.warn('[@hamak/ui-remote-fs-impl] This package is deprecated. Please migrate to @hamak/ui-remote-fs');
21
+ __exportStar(require("@hamak/ui-remote-fs"), exports);
package/dist/index.d.ts CHANGED
@@ -1,11 +1,5 @@
1
1
  /**
2
- * UI Remote FS Implementation
3
- * HTTP-based remote filesystem implementation
2
+ * @deprecated This package is deprecated. Please migrate to @hamak/ui-remote-fs
4
3
  */
5
- export * from './actions';
6
- export * from './middleware';
7
- export * from './providers';
8
- export * from './plugin';
9
- export * from './services';
10
- export * from './autosave';
4
+ export * from '@hamak/ui-remote-fs';
11
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAIH,cAAc,qBAAqB,CAAC"}
package/dist/index.js CHANGED
@@ -1,10 +1,5 @@
1
1
  /**
2
- * UI Remote FS Implementation
3
- * HTTP-based remote filesystem implementation
2
+ * @deprecated This package is deprecated. Please migrate to @hamak/ui-remote-fs
4
3
  */
5
- export * from './actions';
6
- export * from './middleware';
7
- export * from './providers';
8
- export * from './plugin';
9
- export * from './services';
10
- export * from './autosave';
4
+ console.warn('[@hamak/ui-remote-fs-impl] This package is deprecated. Please migrate to @hamak/ui-remote-fs');
5
+ export * from '@hamak/ui-remote-fs';
package/package.json CHANGED
@@ -1,58 +1,37 @@
1
1
  {
2
2
  "name": "@hamak/ui-remote-fs-impl",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "private": false,
5
5
  "type": "module",
6
- "description": "Remote FS Implementation - HTTP-based remote filesystem",
6
+ "description": "DEPRECATED: Use @hamak/ui-remote-fs instead",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
9
9
  "sideEffects": false,
10
- "files": [
11
- "dist"
12
- ],
10
+ "files": ["dist"],
13
11
  "repository": {
14
12
  "type": "git",
15
13
  "url": "https://github.com/amah/app-framework.git",
16
14
  "directory": "packages/ui-remote-fs/ui-remote-fs-impl"
17
15
  },
18
16
  "publishConfig": {
19
- "access": "public"
20
- },
21
- "scripts": {
22
- "build": "tsc -p tsconfig.json && tsc -p tsconfig.es2015.json",
23
- "clean": "rm -rf dist",
24
- "test": "vitest run",
25
- "test:watch": "vitest"
26
- },
27
- "exports": {
28
- ".": {
29
- "types": "./dist/index.d.ts",
30
- "import": "./dist/index.js",
31
- "default": "./dist/index.js",
32
- "legacy": "./dist/es2015/index.js"
33
- },
34
- "./es2015": {
35
- "import": "./dist/es2015/index.js",
36
- "default": "./dist/es2015/index.js"
37
- }
38
- },
39
- "dependencies": {
40
- "@hamak/ui-remote-fs-api": "*",
41
- "@hamak/ui-remote-fs-spi": "*",
42
- "@hamak/ui-store-api": "*",
43
- "@hamak/ui-store-impl": "*",
44
- "@hamak/microkernel-api": "*",
45
- "@hamak/microkernel-spi": "*",
46
- "@reduxjs/toolkit": "^2.0.0",
47
- "axios": "^1.6.0",
48
- "redux": "^5.0.1"
49
- },
50
- "peerDependencies": {
51
- "@hamak/shared-utils": "*"
52
- },
53
- "devDependencies": {
54
- "typescript": "~5.4.0",
55
- "vitest": "^2.0.0",
56
- "@types/node": "^20.0.0"
17
+ "access": "public"
18
+ },
19
+ "deprecated": "Use @hamak/ui-remote-fs instead",
20
+ "scripts": {
21
+ "build": "tsc -p tsconfig.json",
22
+ "clean": "rm -rf dist"
23
+ },
24
+ "exports": {
25
+ ".": {
26
+ "types": "./dist/index.d.ts",
27
+ "import": "./dist/index.js",
28
+ "default": "./dist/index.js"
57
29
  }
30
+ },
31
+ "dependencies": {
32
+ "@hamak/ui-remote-fs": "*"
33
+ },
34
+ "devDependencies": {
35
+ "typescript": "~5.4.0"
36
+ }
58
37
  }