@gaias/client_node 1.0.13 → 1.0.18

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.
Files changed (1) hide show
  1. package/package.json +8 -2
package/package.json CHANGED
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "name": "@gaias/client_node",
3
- "version": "1.0.13",
3
+ "version": "1.0.18",
4
4
  "description": "store data in cookie and localstorage",
5
5
  "main": "dist/single/index.js",
6
6
  "types": "dist/single/index.d.ts",
7
7
  "license": "UNLICENSED",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/sight-saber/client_node.git"
11
+ },
8
12
  "publishConfig": {
9
13
  "access": "public",
10
14
  "registry": "https://registry.npmjs.org/"
@@ -38,7 +42,9 @@
38
42
  "security:summary": "yarn audit --summary",
39
43
  "security:json": "yarn audit --json",
40
44
  "security:check": "node tools/security-check.js",
41
- "precommit": "yarn lint"
45
+ "//===publish===": "",
46
+ "precommit": "yarn lint",
47
+ "build:publish": "npm run gen:idx && rimraf dist && mkdir dist && tsc && mv temp/* dist/ && rimraf temp"
42
48
  },
43
49
  "devDependencies": {
44
50
  "@eslint/js": "^9.38.0",