@eleven-am/pondsocket-nest 0.0.2 → 0.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eleven-am/pondsocket-nest",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "PondSocket is a fast simple socket server",
5
5
  "keywords": [
6
6
  "socket",
@@ -23,7 +23,7 @@
23
23
  "build": "rimraf dist && tsc",
24
24
  "lint": "eslint --ext .ts src",
25
25
  "lint:fix": "eslint --fix --ext .ts src",
26
- "copy": "cp package.json dist && cp README.md dist && cp LICENSE dist && cp src/context.d.ts dist",
26
+ "copy": "cp package.json dist && cp README.md dist && cp LICENSE dist && cp src/context.d.ts dist/imdex.d.ts",
27
27
  "push": "npm version patch && npm run copy && cd dist && npm publish && cd ..",
28
28
  "pipeline": "npm run lint && npm run build && npm run push"
29
29
  },
File without changes