@fireproof/core 0.23.0 → 0.23.1-dev-issue-1057
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.js.map +1 -1
 - package/package.json +5 -5
 - package/index.ts +0 -2
 - package/tsconfig.json +0 -18
 
    
        package/index.js.map
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC"}
         
     | 
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"index.js","sourceRoot":"","sources":["../jsr/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC"}
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@fireproof/core",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "0.23. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "0.23.1-dev-issue-1057",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "Live ledger for the web.",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "type": "module",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "main": "./index.js",
         
     | 
| 
         @@ -34,10 +34,10 @@ 
     | 
|
| 
       34 
34 
     | 
    
         
             
                "react": ">=18.0.0"
         
     | 
| 
       35 
35 
     | 
    
         
             
              },
         
     | 
| 
       36 
36 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       37 
     | 
    
         
            -
                "@adviser/cement": "^0.4. 
     | 
| 
       38 
     | 
    
         
            -
                "@fireproof/core-base": "0.23. 
     | 
| 
       39 
     | 
    
         
            -
                "@fireproof/core-types-base": "0.23. 
     | 
| 
       40 
     | 
    
         
            -
                "@fireproof/vendor": "0.23. 
     | 
| 
      
 37 
     | 
    
         
            +
                "@adviser/cement": "^0.4.23",
         
     | 
| 
      
 38 
     | 
    
         
            +
                "@fireproof/core-base": "0.23.1-dev-issue-1057",
         
     | 
| 
      
 39 
     | 
    
         
            +
                "@fireproof/core-types-base": "0.23.1-dev-issue-1057",
         
     | 
| 
      
 40 
     | 
    
         
            +
                "@fireproof/vendor": "0.23.1-dev-issue-1057",
         
     | 
| 
       41 
41 
     | 
    
         
             
                "@types/node": "^24.1.0"
         
     | 
| 
       42 
42 
     | 
    
         
             
              },
         
     | 
| 
       43 
43 
     | 
    
         
             
              "scripts": {
         
     | 
    
        package/index.ts
    DELETED
    
    
    
        package/tsconfig.json
    DELETED
    
    | 
         @@ -1,18 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {
         
     | 
| 
       2 
     | 
    
         
            -
              "extends": [
         
     | 
| 
       3 
     | 
    
         
            -
                "/home/runner/work/fireproof/fireproof/tsconfig.dist.json"
         
     | 
| 
       4 
     | 
    
         
            -
              ],
         
     | 
| 
       5 
     | 
    
         
            -
              "compilerOptions": {
         
     | 
| 
       6 
     | 
    
         
            -
                "noEmit": false,
         
     | 
| 
       7 
     | 
    
         
            -
                "outDir": "./"
         
     | 
| 
       8 
     | 
    
         
            -
              },
         
     | 
| 
       9 
     | 
    
         
            -
              "include": [
         
     | 
| 
       10 
     | 
    
         
            -
                "**/*"
         
     | 
| 
       11 
     | 
    
         
            -
              ],
         
     | 
| 
       12 
     | 
    
         
            -
              "exclude": [
         
     | 
| 
       13 
     | 
    
         
            -
                "node_modules",
         
     | 
| 
       14 
     | 
    
         
            -
                "dist",
         
     | 
| 
       15 
     | 
    
         
            -
                ".git",
         
     | 
| 
       16 
     | 
    
         
            -
                ".vscode"
         
     | 
| 
       17 
     | 
    
         
            -
              ]
         
     | 
| 
       18 
     | 
    
         
            -
            }
         
     |