@instantdb/react
Advanced tools
Comparing version 0.17.18-experimental.0 to 0.17.18-experimental.1
export default version; | ||
declare const version: "v0.17.18-experimental.0"; | ||
declare const version: "v0.17.18-experimental.1"; | ||
//# sourceMappingURL=version.d.ts.map |
// Autogenerated by publish_packages.clj | ||
const version = 'v0.17.18-experimental.0'; | ||
const version = 'v0.17.18-experimental.1'; | ||
export default version; | ||
//# sourceMappingURL=version.js.map |
export default version; | ||
declare const version: "v0.17.18-experimental.0"; | ||
declare const version: "v0.17.18-experimental.1"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
// Autogenerated by publish_packages.clj | ||
const version = 'v0.17.18-experimental.0'; | ||
const version = 'v0.17.18-experimental.1'; | ||
exports.default = version; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@instantdb/react", | ||
"version": "v0.17.18-experimental.0", | ||
"version": "v0.17.18-experimental.1", | ||
"description": "Instant DB for React", | ||
@@ -9,13 +9,2 @@ "main": "dist/index.js", | ||
"unpkg": "standalone/index.umd.js", | ||
"scripts": { | ||
"test": "vitest", | ||
"build": "rm -rf dist; npm run build:main && npm run build:module && npm run build:standalone", | ||
"dev:main": "tsc -p tsconfig.json -w --skipLibCheck", | ||
"dev:module": "tsc -p tsconfig.module.json -w --skipLibCheck", | ||
"dev": "run-p dev:main dev:module", | ||
"build:main": "tsc -p tsconfig.json", | ||
"build:module": "tsc -p tsconfig.module.json", | ||
"build:standalone": "vite build", | ||
"publish-package": "npm publish --access public" | ||
}, | ||
"devDependencies": { | ||
@@ -36,4 +25,15 @@ "@babel/core": "^7.17.9", | ||
"dependencies": { | ||
"@instantdb/core": "workspace:*" | ||
"@instantdb/core": "v0.17.18-experimental.1" | ||
}, | ||
"scripts": { | ||
"test": "vitest", | ||
"build": "rm -rf dist; npm run build:main && npm run build:module && npm run build:standalone", | ||
"dev:main": "tsc -p tsconfig.json -w --skipLibCheck", | ||
"dev:module": "tsc -p tsconfig.module.json -w --skipLibCheck", | ||
"dev": "run-p dev:main dev:module", | ||
"build:main": "tsc -p tsconfig.json", | ||
"build:module": "tsc -p tsconfig.module.json", | ||
"build:standalone": "vite build", | ||
"publish-package": "pnpm publish --access public --no-git-checks" | ||
} | ||
} | ||
} |
// Autogenerated by publish_packages.clj | ||
const version = 'v0.17.18-experimental.0'; | ||
const version = 'v0.17.18-experimental.1'; | ||
export default version; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
507751